Pull request #41620 updated Started by user Sebastiaan van Stijn Rebuilds build #5 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from f4aafedc4857082caf04b017d372af095365ad1b+131bf7e685fe604b7ff939e82c9d7adeedc9cc85 (653c2a25c8a2d8d89c8c60012ada606380fef0a2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-18T00:42:09.696Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-11-18T00:42:09.699Z] Trying to pass milestone 5 [Pipeline] milestone [2020-11-18T00:42:09.748Z] Trying to pass milestone 6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-11-18T00:42:09.910Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a00a48f6e7785bfd) in /home/ubuntu/workspace/moby_PR-41620 [Pipeline] { [Pipeline] checkout [2020-11-18T00:42:09.956Z] using credential docker-jenkins-github-credentials [2020-11-18T00:42:09.962Z] Cloning the remote Git repository [2020-11-18T00:42:09.962Z] Cloning with configured refspecs honoured and without tags [2020-11-18T00:42:09.958Z] Cloning repository https://github.com/moby/moby.git [2020-11-18T00:42:09.960Z] > git init /home/ubuntu/workspace/moby_PR-41620 # timeout=10 [2020-11-18T00:42:09.978Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:42:09.978Z] > git --version # timeout=10 [2020-11-18T00:42:09.983Z] > git --version # 'git version 2.17.1' [2020-11-18T00:42:09.983Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:42:09.984Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:42:28.457Z] Fetching without tags [2020-11-18T00:42:28.748Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit f4aafedc4857082caf04b017d372af095365ad1b [2020-11-18T00:42:28.429Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:42:28.435Z] > git config --add remote.origin.fetch +refs/pull/41620/head:refs/remotes/origin/PR-41620 # timeout=10 [2020-11-18T00:42:28.438Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:42:28.446Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:42:28.453Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:42:28.453Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:42:28.462Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:42:28.744Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:42:28.749Z] > git checkout -f f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:42:29.294Z] > git remote # timeout=10 [2020-11-18T00:42:29.303Z] > git config --get remote.origin.url # timeout=10 [2020-11-18T00:42:29.311Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:42:29.311Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-18T00:42:29.826Z] Merge succeeded, producing bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 [2020-11-18T00:42:29.826Z] Checking out Revision bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 (PR-41620) [2020-11-18T00:42:30.146Z] Commit message: "Merge commit '131bf7e685fe604b7ff939e82c9d7adeedc9cc85' into HEAD" [2020-11-18T00:42:29.816Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-18T00:42:29.822Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:42:29.824Z] > git checkout -f bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 # timeout=10 [2020-11-18T00:42:30.143Z] > git rev-list --no-walk f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-18T00:42:30.945Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41620:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2020-11-18T00:42:30.945Z] Unable to find image 'alpine:latest' locally [2020-11-18T00:42:31.201Z] latest: Pulling from library/alpine [2020-11-18T00:42:31.201Z] 188c0c94c7c5: Pulling fs layer [2020-11-18T00:42:31.201Z] 188c0c94c7c5: Verifying Checksum [2020-11-18T00:42:31.201Z] 188c0c94c7c5: Download complete [2020-11-18T00:42:31.457Z] 188c0c94c7c5: Pull complete [2020-11-18T00:42:31.457Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-18T00:42:31.457Z] Status: Downloaded newer image for alpine:latest [2020-11-18T00:42:33.981Z] 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" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2020-11-18T00:42:34.255Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a00a48f6e7785bfd) in /home/ubuntu/workspace/moby_PR-41620 [Pipeline] node [Pipeline] node [Pipeline] node [2020-11-18T00:42:34.260Z] Running on ppc64le-ubuntu-15 in /home/docker/workspace/moby_PR-41620 [Pipeline] node [Pipeline] stage [Pipeline] { (Print info) Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } [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] } [2020-11-18T00:42:34.277Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-09ec54d46f170d911) in /home/ubuntu/workspace/moby_PR-41620 [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [2020-11-18T00:42:34.372Z] using credential docker-jenkins-github-credentials [Pipeline] { (Build dev image) [2020-11-18T00:42:34.386Z] Fetching changes from the remote Git repository [Pipeline] // stage [Pipeline] { [2020-11-18T00:42:34.390Z] Fetching without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x" skipped due to when conditional [Pipeline] } [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] } [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [2020-11-18T00:42:34.454Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-11-18T00:42:34.462Z] Cloning the remote Git repository [2020-11-18T00:42:34.462Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [2020-11-18T00:42:34.486Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-11-18T00:42:34.502Z] Cloning the remote Git repository [2020-11-18T00:42:34.502Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x" skipped due to when conditional [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] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-11-18T00:42:34.647Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit f4aafedc4857082caf04b017d372af095365ad1b [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-18T00:42:34.909Z] Merge succeeded, producing 08a785e98203ed7a5fc0de0ec0bef56dd9a3cccf [2020-11-18T00:42:34.909Z] Checking out Revision 08a785e98203ed7a5fc0de0ec0bef56dd9a3cccf (PR-41620) [2020-11-18T00:42:34.978Z] Commit message: "Merge commit '131bf7e685fe604b7ff939e82c9d7adeedc9cc85' into HEAD" [2020-11-18T00:42:34.372Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-11-18T00:42:34.382Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:42:34.386Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:42:34.386Z] > git --version # timeout=10 [2020-11-18T00:42:34.390Z] > git --version # 'git version 2.17.1' [2020-11-18T00:42:34.390Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:42:34.391Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:42:34.643Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:42:34.656Z] > git checkout -f f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:42:34.728Z] > git remote # timeout=10 [2020-11-18T00:42:34.735Z] > git config --get remote.origin.url # timeout=10 [2020-11-18T00:42:34.746Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:42:34.747Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-18T00:42:34.897Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-18T00:42:34.905Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:42:34.907Z] > git checkout -f 08a785e98203ed7a5fc0de0ec0bef56dd9a3cccf # timeout=10 [2020-11-18T00:42:34.974Z] > git rev-list --no-walk f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:42:34.511Z] Cloning repository https://github.com/moby/moby.git [2020-11-18T00:42:34.529Z] > git init /home/docker/workspace/moby_PR-41620 # timeout=10 [2020-11-18T00:42:34.538Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:42:34.538Z] > git --version # timeout=10 [2020-11-18T00:42:34.541Z] > git --version # 'git version 2.7.4' [2020-11-18T00:42:34.541Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:42:34.542Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:42:34.468Z] Cloning repository https://github.com/moby/moby.git [2020-11-18T00:42:34.468Z] > git init /home/ubuntu/workspace/moby_PR-41620 # timeout=10 [2020-11-18T00:42:34.483Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:42:34.483Z] > git --version # timeout=10 [2020-11-18T00:42:34.487Z] > git --version # 'git version 2.7.4' [2020-11-18T00:42:34.487Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:42:34.488Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-18T00:42:35.775Z] + [ PR != PR ] [2020-11-18T00:42:35.775Z] + [ master != master ] [2020-11-18T00:42:35.775Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-18T00:42:36.098Z] + docker version [2020-11-18T00:42:36.099Z] Client: Docker Engine - Community [2020-11-18T00:42:36.099Z] Version: 19.03.13 [2020-11-18T00:42:36.099Z] API version: 1.40 [2020-11-18T00:42:36.099Z] Go version: go1.13.15 [2020-11-18T00:42:36.099Z] Git commit: 4484c46d9d [2020-11-18T00:42:36.099Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-18T00:42:36.099Z] OS/Arch: linux/amd64 [2020-11-18T00:42:36.099Z] Experimental: false [2020-11-18T00:42:36.099Z] [2020-11-18T00:42:36.099Z] Server: Docker Engine - Community [2020-11-18T00:42:36.099Z] Engine: [2020-11-18T00:42:36.099Z] Version: 19.03.13 [2020-11-18T00:42:36.099Z] API version: 1.40 (minimum version 1.12) [2020-11-18T00:42:36.099Z] Go version: go1.13.15 [2020-11-18T00:42:36.099Z] Git commit: 4484c46d9d [2020-11-18T00:42:36.099Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-18T00:42:36.099Z] OS/Arch: linux/amd64 [2020-11-18T00:42:36.099Z] Experimental: true [2020-11-18T00:42:36.099Z] containerd: [2020-11-18T00:42:36.099Z] Version: 1.3.7 [2020-11-18T00:42:36.099Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-18T00:42:36.099Z] runc: [2020-11-18T00:42:36.099Z] Version: 1.0.0-rc10 [2020-11-18T00:42:36.099Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-18T00:42:36.099Z] docker-init: [2020-11-18T00:42:36.099Z] Version: 0.18.0 [2020-11-18T00:42:36.099Z] GitCommit: fec3683 [Pipeline] sh [2020-11-18T00:42:36.415Z] + docker info [2020-11-18T00:42:36.976Z] Client: [2020-11-18T00:42:36.976Z] Debug Mode: false [2020-11-18T00:42:36.976Z] [2020-11-18T00:42:36.976Z] Server: [2020-11-18T00:42:36.976Z] Containers: 0 [2020-11-18T00:42:36.976Z] Running: 0 [2020-11-18T00:42:36.976Z] Paused: 0 [2020-11-18T00:42:36.976Z] Stopped: 0 [2020-11-18T00:42:36.976Z] Images: 3 [2020-11-18T00:42:36.976Z] Server Version: 19.03.13 [2020-11-18T00:42:36.976Z] Storage Driver: overlay2 [2020-11-18T00:42:36.976Z] Backing Filesystem: extfs [2020-11-18T00:42:36.976Z] Supports d_type: true [2020-11-18T00:42:36.976Z] Native Overlay Diff: true [2020-11-18T00:42:36.976Z] Logging Driver: json-file [2020-11-18T00:42:36.976Z] Cgroup Driver: cgroupfs [2020-11-18T00:42:36.976Z] Plugins: [2020-11-18T00:42:36.976Z] Volume: local [2020-11-18T00:42:36.976Z] Network: bridge host ipvlan macvlan null overlay [2020-11-18T00:42:36.977Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-18T00:42:36.977Z] Swarm: inactive [2020-11-18T00:42:36.977Z] Runtimes: runc [2020-11-18T00:42:36.977Z] Default Runtime: runc [2020-11-18T00:42:36.977Z] Init Binary: docker-init [2020-11-18T00:42:36.977Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-18T00:42:36.977Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-18T00:42:36.977Z] init version: fec3683 [2020-11-18T00:42:36.977Z] Security Options: [2020-11-18T00:42:36.977Z] apparmor [2020-11-18T00:42:36.977Z] seccomp [2020-11-18T00:42:36.977Z] Profile: default [2020-11-18T00:42:36.977Z] Kernel Version: 5.4.0-1025-aws [2020-11-18T00:42:36.977Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-18T00:42:36.977Z] OSType: linux [2020-11-18T00:42:36.977Z] Architecture: x86_64 [2020-11-18T00:42:36.977Z] CPUs: 2 [2020-11-18T00:42:36.977Z] Total Memory: 7.487GiB [2020-11-18T00:42:36.977Z] Name: ip-10-100-66-202 [2020-11-18T00:42:36.977Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-18T00:42:36.977Z] Docker Root Dir: /var/lib/docker [2020-11-18T00:42:36.977Z] Debug Mode: false [2020-11-18T00:42:36.977Z] Registry: https://index.docker.io/v1/ [2020-11-18T00:42:36.977Z] Labels: [2020-11-18T00:42:36.977Z] Experimental: true [2020-11-18T00:42:36.977Z] Insecure Registries: [2020-11-18T00:42:36.977Z] 127.0.0.0/8 [2020-11-18T00:42:36.977Z] Live Restore Enabled: true [2020-11-18T00:42:36.977Z] [2020-11-18T00:42:36.977Z] WARNING: No swap limit support [Pipeline] sh [2020-11-18T00:42:37.301Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-18T00:42:37.301Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-18T00:42:37.301Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41620/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-18T00:42:37.301Z] + bash /home/ubuntu/workspace/moby_PR-41620/check-config.sh [2020-11-18T00:42:37.301Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-18T00:42:37.301Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-18T00:42:37.301Z] [2020-11-18T00:42:37.301Z] Generally Necessary: [2020-11-18T00:42:37.556Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-18T00:42:37.556Z] - apparmor: enabled and tools installed [2020-11-18T00:42:37.556Z] - CONFIG_NAMESPACES: enabled [2020-11-18T00:42:37.556Z] - CONFIG_NET_NS: enabled [2020-11-18T00:42:37.557Z] - CONFIG_PID_NS: enabled [2020-11-18T00:42:37.557Z] - CONFIG_IPC_NS: enabled [2020-11-18T00:42:37.557Z] - CONFIG_UTS_NS: enabled [2020-11-18T00:42:37.557Z] - CONFIG_CGROUPS: enabled [2020-11-18T00:42:37.557Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-18T00:42:37.557Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-18T00:42:37.557Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-18T00:42:37.557Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-18T00:42:37.557Z] - CONFIG_CPUSETS: enabled [2020-11-18T00:42:37.557Z] - CONFIG_MEMCG: enabled [2020-11-18T00:42:37.557Z] - CONFIG_KEYS: enabled [2020-11-18T00:42:37.557Z] - CONFIG_VETH: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-18T00:42:37.557Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-18T00:42:37.557Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-18T00:42:37.557Z] [2020-11-18T00:42:37.557Z] Optional Features: [2020-11-18T00:42:37.557Z] - CONFIG_USER_NS: enabled [2020-11-18T00:42:37.557Z] - CONFIG_SECCOMP: enabled [2020-11-18T00:42:37.557Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-18T00:42:37.557Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-18T00:42:37.557Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-18T00:42:37.557Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-18T00:42:37.557Z] - CONFIG_BLK_CGROUP: enabled [2020-11-18T00:42:37.557Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-18T00:42:37.557Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-18T00:42:37.557Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-18T00:42:37.557Z] - CONFIG_CGROUP_PERF: enabled [2020-11-18T00:42:37.557Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-18T00:42:37.557Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-18T00:42:37.557Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-18T00:42:37.557Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-18T00:42:37.557Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-18T00:42:37.557Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_IP_VS: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-18T00:42:37.557Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-18T00:42:37.557Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-18T00:42:37.557Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-18T00:42:37.557Z] - CONFIG_EXT4_FS: enabled [2020-11-18T00:42:37.557Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-18T00:42:37.812Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-18T00:42:37.812Z] - Network Drivers: [2020-11-18T00:42:37.812Z] - "overlay": [2020-11-18T00:42:37.812Z] - CONFIG_VXLAN: enabled (as module) [2020-11-18T00:42:37.812Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-18T00:42:37.812Z] Optional (for encrypted networks): [2020-11-18T00:42:37.812Z] - CONFIG_CRYPTO: enabled [2020-11-18T00:42:37.812Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-18T00:42:37.812Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-18T00:42:37.812Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-18T00:42:37.812Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-18T00:42:37.812Z] - CONFIG_XFRM: enabled [2020-11-18T00:42:37.812Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-18T00:42:37.812Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-18T00:42:37.812Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-18T00:42:37.812Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-18T00:42:37.812Z] - "ipvlan": [2020-11-18T00:42:37.812Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-18T00:42:37.812Z] - "macvlan": [2020-11-18T00:42:37.812Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-18T00:42:37.812Z] - CONFIG_DUMMY: enabled (as module) [2020-11-18T00:42:37.812Z] - "ftp,tftp client in container": [2020-11-18T00:42:37.812Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-18T00:42:37.812Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-18T00:42:37.812Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-18T00:42:37.812Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-18T00:42:37.812Z] - Storage Drivers: [2020-11-18T00:42:37.812Z] - "aufs": [2020-11-18T00:42:37.812Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-18T00:42:37.812Z] - "btrfs": [2020-11-18T00:42:37.812Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-18T00:42:37.812Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-18T00:42:37.812Z] - "devicemapper": [2020-11-18T00:42:37.812Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-18T00:42:37.812Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-18T00:42:37.812Z] - "overlay": [2020-11-18T00:42:37.812Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-18T00:42:37.812Z] - "zfs": [2020-11-18T00:42:37.812Z] - /dev/zfs: present [2020-11-18T00:42:37.812Z] - zfs command: missing [2020-11-18T00:42:37.812Z] - zpool command: missing [2020-11-18T00:42:37.812Z] [2020-11-18T00:42:37.812Z] Limits: [2020-11-18T00:42:37.812Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-18T00:42:37.812Z] [2020-11-18T00:42:37.812Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-18T00:42:38.181Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 . [2020-11-18T00:42:38.181Z] #1 [internal] load .dockerignore [2020-11-18T00:42:38.181Z] #1 transferring context: 87B done [2020-11-18T00:42:38.181Z] #1 DONE 0.0s [2020-11-18T00:42:38.181Z] [2020-11-18T00:42:38.181Z] #2 [internal] load build definition from Dockerfile [2020-11-18T00:42:38.181Z] #2 transferring dockerfile: 16.58kB done [2020-11-18T00:42:38.181Z] #2 DONE 0.0s [2020-11-18T00:42:38.181Z] [2020-11-18T00:42:38.181Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-18T00:42:38.437Z] #3 DONE 0.2s [2020-11-18T00:42:38.437Z] [2020-11-18T00:42:38.437Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-18T00:42:38.437Z] #4 CACHED [2020-11-18T00:42:38.437Z] [2020-11-18T00:42:38.437Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-18T00:42:38.692Z] #6 ... [2020-11-18T00:42:38.692Z] [2020-11-18T00:42:38.692Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-18T00:42:38.692Z] #7 DONE 0.2s [2020-11-18T00:42:38.948Z] [2020-11-18T00:42:38.948Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-18T00:42:38.948Z] #6 DONE 0.4s [2020-11-18T00:42:38.948Z] [2020-11-18T00:42:38.948Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-18T00:42:38.948Z] #5 DONE 0.4s [2020-11-18T00:42:38.948Z] [2020-11-18T00:42:38.948Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-18T00:42:38.948Z] #60 DONE 0.0s [2020-11-18T00:42:38.948Z] [2020-11-18T00:42:38.948Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:42:38.948Z] #8 DONE 0.0s [2020-11-18T00:42:38.948Z] [2020-11-18T00:42:38.948Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5cbcbee3... [2020-11-18T00:42:38.948Z] #24 DONE 0.0s [2020-11-18T00:42:38.948Z] [2020-11-18T00:42:38.948Z] #21 [internal] load build context [2020-11-18T00:42:40.315Z] #21 transferring context: 52.35MB 1.4s done [2020-11-18T00:42:40.315Z] #21 DONE 1.5s [2020-11-18T00:42:40.315Z] [2020-11-18T00:42:40.315Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-18T00:42:40.315Z] #9 CACHED [2020-11-18T00:42:40.315Z] [2020-11-18T00:42:40.315Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-18T00:42:40.315Z] #10 CACHED [2020-11-18T00:42:40.315Z] [2020-11-18T00:42:40.315Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:42:40.570Z] #62 ... [2020-11-18T00:42:40.570Z] [2020-11-18T00:42:40.570Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:42:40.570Z] #53 CACHED [2020-11-18T00:42:40.570Z] [2020-11-18T00:42:40.570Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:42:40.570Z] #11 CACHED [2020-11-18T00:42:40.570Z] [2020-11-18T00:42:40.570Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:42:40.570Z] #34 CACHED [2020-11-18T00:42:40.570Z] [2020-11-18T00:42:40.570Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:42:43.849Z] #56 3.269 + RM_GOPATH=0 [2020-11-18T00:42:43.849Z] #56 3.269 + TMP_GOPATH= [2020-11-18T00:42:43.849Z] #56 3.269 + : /build [2020-11-18T00:42:43.849Z] #56 3.269 + '[' -z '' ']' [2020-11-18T00:42:43.849Z] #56 3.269 ++ mktemp -d [2020-11-18T00:42:43.849Z] #56 3.269 + export GOPATH=/tmp/tmp.qghdbhPLQs [2020-11-18T00:42:43.849Z] #56 3.269 + GOPATH=/tmp/tmp.qghdbhPLQs [2020-11-18T00:42:43.849Z] #56 3.269 + RM_GOPATH=1 [2020-11-18T00:42:43.849Z] #56 3.269 + case "$(go env GOARCH)" in [2020-11-18T00:42:43.849Z] #56 3.269 ++ go env GOARCH [2020-11-18T00:42:43.849Z] #56 3.321 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:43.849Z] #56 3.321 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:43.849Z] #56 3.321 ++ dirname /tmp/install/install.sh [2020-11-18T00:42:43.849Z] #56 3.321 + dir=/tmp/install [2020-11-18T00:42:43.849Z] #56 3.321 + bin=rootlesskit [2020-11-18T00:42:43.849Z] #56 3.321 + shift [2020-11-18T00:42:43.849Z] #56 3.321 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-18T00:42:43.849Z] #56 3.321 + . /tmp/install/rootlesskit.installer [2020-11-18T00:42:43.849Z] #56 3.321 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:42:43.849Z] #56 3.321 + install_rootlesskit [2020-11-18T00:42:43.849Z] #56 3.321 + case "$1" in [2020-11-18T00:42:43.849Z] #56 3.321 + export CGO_ENABLED=0 [2020-11-18T00:42:43.849Z] #56 3.321 + CGO_ENABLED=0 [2020-11-18T00:42:43.849Z] #56 3.321 + _install_rootlesskit [2020-11-18T00:42:43.849Z] #56 3.321 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-18T00:42:43.850Z] #56 3.321 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.qghdbhPLQs/src/github.com/rootless-containers/rootlesskit [2020-11-18T00:42:43.850Z] #56 3.321 Cloning into '/tmp/tmp.qghdbhPLQs/src/github.com/rootless-containers/rootlesskit'... [2020-11-18T00:42:43.850Z] #56 3.323 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:42:46.371Z] #56 ... [2020-11-18T00:42:46.371Z] [2020-11-18T00:42:46.371Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:42:46.371Z] #62 2.506 + RM_GOPATH=0 [2020-11-18T00:42:46.371Z] #62 2.506 + TMP_GOPATH= [2020-11-18T00:42:46.371Z] #62 2.506 + : /build [2020-11-18T00:42:46.371Z] #62 2.506 + '[' -z '' ']' [2020-11-18T00:42:46.371Z] #62 2.506 ++ mktemp -d [2020-11-18T00:42:46.371Z] #62 2.517 + export GOPATH=/tmp/tmp.YVODtfGudl [2020-11-18T00:42:46.371Z] #62 2.517 + GOPATH=/tmp/tmp.YVODtfGudl [2020-11-18T00:42:46.371Z] #62 2.517 + RM_GOPATH=1 [2020-11-18T00:42:46.371Z] #62 2.517 + case "$(go env GOARCH)" in [2020-11-18T00:42:46.371Z] #62 2.521 ++ go env GOARCH [2020-11-18T00:42:46.371Z] #62 2.524 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:46.371Z] #62 2.524 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:46.371Z] #62 2.526 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:42:46.371Z] #62 2.526 ++ dirname /tmp/install/install.sh [2020-11-18T00:42:46.371Z] #62 2.526 + dir=/tmp/install [2020-11-18T00:42:46.371Z] #62 2.526 + bin=proxy [2020-11-18T00:42:46.371Z] #62 2.526 + shift [2020-11-18T00:42:46.371Z] #62 2.526 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-18T00:42:46.371Z] #62 2.526 + . /tmp/install/proxy.installer [2020-11-18T00:42:46.371Z] #62 2.526 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:42:46.371Z] #62 2.526 + install_proxy [2020-11-18T00:42:46.371Z] #62 2.526 + case "$1" in [2020-11-18T00:42:46.371Z] #62 2.526 + export CGO_ENABLED=0 [2020-11-18T00:42:46.371Z] #62 2.526 + CGO_ENABLED=0 [2020-11-18T00:42:46.371Z] #62 2.526 + _install_proxy [2020-11-18T00:42:46.371Z] #62 2.526 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-18T00:42:46.371Z] #62 2.526 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.YVODtfGudl/src/github.com/docker/libnetwork [2020-11-18T00:42:46.371Z] #62 2.552 Cloning into '/tmp/tmp.YVODtfGudl/src/github.com/docker/libnetwork'... [2020-11-18T00:42:48.266Z] #62 ... [2020-11-18T00:42:48.266Z] [2020-11-18T00:42:48.266Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:42:48.266Z] #56 7.560 + cd /tmp/tmp.qghdbhPLQs/src/github.com/rootless-containers/rootlesskit [2020-11-18T00:42:48.266Z] #56 7.561 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:42:48.523Z] #56 7.912 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-18T00:42:48.523Z] #56 7.912 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-18T00:42:49.255Z] Still waiting to schedule task [2020-11-18T00:42:49.255Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-11-18T00:42:49.256Z] Still waiting to schedule task [2020-11-18T00:42:49.256Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-11-18T00:42:49.261Z] Still waiting to schedule task [2020-11-18T00:42:49.261Z] Waiting for next available executor on ‘windows-2019’ [2020-11-18T00:42:49.541Z] Fetching without tags [2020-11-18T00:42:49.937Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit f4aafedc4857082caf04b017d372af095365ad1b [2020-11-18T00:42:49.523Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:42:49.527Z] > git config --add remote.origin.fetch +refs/pull/41620/head:refs/remotes/origin/PR-41620 # timeout=10 [2020-11-18T00:42:49.531Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:42:49.538Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:42:49.547Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:42:49.547Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:42:49.548Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:42:49.942Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:42:49.950Z] > git checkout -f f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:42:51.044Z] #56 ... [2020-11-18T00:42:51.044Z] [2020-11-18T00:42:51.044Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:42:51.044Z] #45 3.805 + RM_GOPATH=0 [2020-11-18T00:42:51.044Z] #45 3.805 + TMP_GOPATH= [2020-11-18T00:42:51.044Z] #45 3.805 + : /build [2020-11-18T00:42:51.044Z] #45 3.805 + '[' -z '' ']' [2020-11-18T00:42:51.044Z] #45 3.805 ++ mktemp -d [2020-11-18T00:42:51.044Z] #45 3.805 + export GOPATH=/tmp/tmp.uS3pmzKqjw [2020-11-18T00:42:51.044Z] #45 3.805 + GOPATH=/tmp/tmp.uS3pmzKqjw [2020-11-18T00:42:51.044Z] #45 3.805 + RM_GOPATH=1 [2020-11-18T00:42:51.044Z] #45 3.805 + case "$(go env GOARCH)" in [2020-11-18T00:42:51.044Z] #45 3.805 ++ go env GOARCH [2020-11-18T00:42:51.044Z] #45 3.935 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #45 3.935 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #45 3.935 ++ dirname /tmp/install/install.sh [2020-11-18T00:42:51.044Z] #45 3.943 + dir=/tmp/install [2020-11-18T00:42:51.044Z] #45 3.943 + bin=gotestsum [2020-11-18T00:42:51.044Z] #45 3.943 + shift [2020-11-18T00:42:51.044Z] #45 3.943 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-18T00:42:51.044Z] #45 3.943 + . /tmp/install/gotestsum.installer [2020-11-18T00:42:51.044Z] #45 3.943 ++ : v0.5.3 [2020-11-18T00:42:51.044Z] #45 3.943 + install_gotestsum [2020-11-18T00:42:51.044Z] #45 3.943 + set -e [2020-11-18T00:42:51.044Z] #45 3.943 + export GO111MODULE=on [2020-11-18T00:42:51.044Z] #45 3.943 + GO111MODULE=on [2020-11-18T00:42:51.044Z] #45 3.943 + GOBIN=/build [2020-11-18T00:42:51.044Z] #45 3.943 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-18T00:42:51.044Z] #45 3.970 go: finding gotest.tools v0.5.3 [2020-11-18T00:42:51.044Z] #45 3.970 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-18T00:42:51.044Z] #45 4.867 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-18T00:42:51.044Z] #45 5.407 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-18T00:42:51.044Z] #45 6.148 go: downloading github.com/fatih/color v1.9.0 [2020-11-18T00:42:51.044Z] #45 6.177 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:42:51.044Z] #45 6.184 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-18T00:42:51.044Z] #45 6.215 go: downloading github.com/pkg/errors v0.9.1 [2020-11-18T00:42:51.044Z] #45 6.216 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:42:51.044Z] #45 6.216 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:42:51.044Z] #45 6.333 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:42:51.044Z] #45 6.360 go: extracting github.com/pkg/errors v0.9.1 [2020-11-18T00:42:51.044Z] #45 6.385 go: extracting github.com/fatih/color v1.9.0 [2020-11-18T00:42:51.044Z] #45 6.400 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:42:51.044Z] #45 6.447 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:42:51.044Z] #45 6.475 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:42:51.044Z] #45 6.569 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:42:51.044Z] #45 6.770 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-18T00:42:51.044Z] #45 6.869 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:42:51.044Z] #45 6.896 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:42:51.044Z] #45 7.065 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:42:51.044Z] #45 7.075 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:42:51.044Z] #45 7.273 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:42:51.044Z] #45 9.399 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:42:51.044Z] #45 9.570 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:42:51.044Z] #45 9.968 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:42:51.044Z] #45 ... [2020-11-18T00:42:51.044Z] [2020-11-18T00:42:51.044Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:42:51.044Z] #49 3.498 + RM_GOPATH=0 [2020-11-18T00:42:51.044Z] #49 3.498 + TMP_GOPATH= [2020-11-18T00:42:51.044Z] #49 3.498 + : /build [2020-11-18T00:42:51.044Z] #49 3.498 + '[' -z '' ']' [2020-11-18T00:42:51.044Z] #49 3.498 ++ mktemp -d [2020-11-18T00:42:51.044Z] #49 3.498 + export GOPATH=/tmp/tmp.JDUAJUiWCS [2020-11-18T00:42:51.044Z] #49 3.498 + GOPATH=/tmp/tmp.JDUAJUiWCS [2020-11-18T00:42:51.044Z] #49 3.498 + RM_GOPATH=1 [2020-11-18T00:42:51.044Z] #49 3.498 + case "$(go env GOARCH)" in [2020-11-18T00:42:51.044Z] #49 3.498 ++ go env GOARCH [2020-11-18T00:42:51.044Z] #49 3.529 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #49 3.529 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #49 3.529 ++ dirname /tmp/install/install.sh [2020-11-18T00:42:51.044Z] #49 3.529 + dir=/tmp/install [2020-11-18T00:42:51.044Z] #49 3.540 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:42:51.044Z] #49 3.540 + bin=shfmt [2020-11-18T00:42:51.044Z] #49 3.540 + shift [2020-11-18T00:42:51.044Z] #49 3.540 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-18T00:42:51.044Z] #49 3.540 + . /tmp/install/shfmt.installer [2020-11-18T00:42:51.044Z] #49 3.540 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:42:51.044Z] #49 3.540 + install_shfmt [2020-11-18T00:42:51.044Z] #49 3.540 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-18T00:42:51.044Z] #49 3.540 + git clone https://github.com/mvdan/sh.git /tmp/tmp.JDUAJUiWCS/src/github.com/mvdan/sh [2020-11-18T00:42:51.044Z] #49 3.540 Cloning into '/tmp/tmp.JDUAJUiWCS/src/github.com/mvdan/sh'... [2020-11-18T00:42:51.044Z] #49 ... [2020-11-18T00:42:51.044Z] [2020-11-18T00:42:51.044Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:42:51.044Z] #51 3.277 + RM_GOPATH=0 [2020-11-18T00:42:51.044Z] #51 3.277 + TMP_GOPATH= [2020-11-18T00:42:51.044Z] #51 3.277 + : /build [2020-11-18T00:42:51.044Z] #51 3.277 + '[' -z '' ']' [2020-11-18T00:42:51.044Z] #51 3.277 ++ mktemp -d [2020-11-18T00:42:51.044Z] #51 3.277 + export GOPATH=/tmp/tmp.Ksbf7hgV3i [2020-11-18T00:42:51.044Z] #51 3.277 + GOPATH=/tmp/tmp.Ksbf7hgV3i [2020-11-18T00:42:51.044Z] #51 3.277 + RM_GOPATH=1 [2020-11-18T00:42:51.044Z] #51 3.277 + case "$(go env GOARCH)" in [2020-11-18T00:42:51.044Z] #51 3.277 ++ go env GOARCH [2020-11-18T00:42:51.044Z] #51 3.312 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #51 3.312 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #51 3.312 ++ dirname /tmp/install/install.sh [2020-11-18T00:42:51.044Z] #51 3.312 + dir=/tmp/install [2020-11-18T00:42:51.044Z] #51 3.312 + bin=runc [2020-11-18T00:42:51.044Z] #51 3.312 + shift [2020-11-18T00:42:51.044Z] #51 3.312 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-18T00:42:51.044Z] #51 3.312 + . /tmp/install/runc.installer [2020-11-18T00:42:51.044Z] #51 3.312 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-18T00:42:51.044Z] #51 3.312 + install_runc [2020-11-18T00:42:51.044Z] #51 3.312 + uname -r [2020-11-18T00:42:51.044Z] #51 3.312 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-18T00:42:51.044Z] #51 3.318 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-18T00:42:51.044Z] #51 3.324 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-18T00:42:51.044Z] #51 3.324 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-18T00:42:51.044Z] #51 3.324 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Ksbf7hgV3i/src/github.com/opencontainers/runc [2020-11-18T00:42:51.044Z] #51 3.339 Cloning into '/tmp/tmp.Ksbf7hgV3i/src/github.com/opencontainers/runc'... [2020-11-18T00:42:51.044Z] #51 ... [2020-11-18T00:42:51.044Z] [2020-11-18T00:42:51.044Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:42:51.044Z] #32 3.010 + RM_GOPATH=0 [2020-11-18T00:42:51.044Z] #32 3.010 + TMP_GOPATH= [2020-11-18T00:42:51.044Z] #32 3.010 + : /build [2020-11-18T00:42:51.044Z] #32 3.010 + '[' -z '' ']' [2020-11-18T00:42:51.044Z] #32 3.010 ++ mktemp -d [2020-11-18T00:42:51.044Z] #32 3.020 + export GOPATH=/tmp/tmp.YRkTIVZOcP [2020-11-18T00:42:51.044Z] #32 3.020 + GOPATH=/tmp/tmp.YRkTIVZOcP [2020-11-18T00:42:51.044Z] #32 3.020 + RM_GOPATH=1 [2020-11-18T00:42:51.044Z] #32 3.020 + case "$(go env GOARCH)" in [2020-11-18T00:42:51.044Z] #32 3.020 ++ go env GOARCH [2020-11-18T00:42:51.044Z] #32 3.033 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:42:51.044Z] #32 3.033 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #32 3.033 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #32 3.033 ++ dirname /tmp/install/install.sh [2020-11-18T00:42:51.044Z] #32 3.033 + dir=/tmp/install [2020-11-18T00:42:51.044Z] #32 3.033 + bin=tomlv [2020-11-18T00:42:51.044Z] #32 3.033 + shift [2020-11-18T00:42:51.044Z] #32 3.033 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-18T00:42:51.044Z] #32 3.033 + . /tmp/install/tomlv.installer [2020-11-18T00:42:51.044Z] #32 3.033 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:42:51.044Z] #32 3.033 + install_tomlv [2020-11-18T00:42:51.044Z] #32 3.033 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-18T00:42:51.044Z] #32 3.033 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.YRkTIVZOcP/src/github.com/BurntSushi/toml [2020-11-18T00:42:51.044Z] #32 3.033 Cloning into '/tmp/tmp.YRkTIVZOcP/src/github.com/BurntSushi/toml'... [2020-11-18T00:42:51.044Z] #32 3.858 + cd /tmp/tmp.YRkTIVZOcP/src/github.com/BurntSushi/toml [2020-11-18T00:42:51.044Z] #32 3.858 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:42:51.044Z] #32 3.884 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-18T00:42:51.044Z] #32 4.780 github.com/BurntSushi/toml [2020-11-18T00:42:51.044Z] #32 7.783 github.com/BurntSushi/toml/cmd/tomlv [2020-11-18T00:42:51.044Z] #32 ... [2020-11-18T00:42:51.044Z] [2020-11-18T00:42:51.044Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:42:51.044Z] #22 2.919 + RM_GOPATH=0 [2020-11-18T00:42:51.044Z] #22 2.919 + TMP_GOPATH= [2020-11-18T00:42:51.044Z] #22 2.919 + : /build [2020-11-18T00:42:51.044Z] #22 2.919 + '[' -z '' ']' [2020-11-18T00:42:51.044Z] #22 2.931 ++ mktemp -d [2020-11-18T00:42:51.044Z] #22 2.931 + export GOPATH=/tmp/tmp.OQcALGYEQG [2020-11-18T00:42:51.044Z] #22 2.931 + GOPATH=/tmp/tmp.OQcALGYEQG [2020-11-18T00:42:51.044Z] #22 2.931 + RM_GOPATH=1 [2020-11-18T00:42:51.044Z] #22 2.931 + case "$(go env GOARCH)" in [2020-11-18T00:42:51.044Z] #22 2.936 ++ go env GOARCH [2020-11-18T00:42:51.044Z] #22 2.951 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #22 2.951 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #22 2.952 ++ dirname /tmp/install/install.sh [2020-11-18T00:42:51.044Z] #22 2.960 + dir=/tmp/install [2020-11-18T00:42:51.044Z] #22 2.960 + bin=dockercli [2020-11-18T00:42:51.044Z] #22 2.960 + shift [2020-11-18T00:42:51.044Z] #22 2.960 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-18T00:42:51.044Z] #22 2.960 + . /tmp/install/dockercli.installer [2020-11-18T00:42:51.044Z] #22 2.960 ++ : stable [2020-11-18T00:42:51.044Z] #22 2.960 ++ : 17.06.2-ce [2020-11-18T00:42:51.044Z] #22 2.960 + install_dockercli [2020-11-18T00:42:51.044Z] #22 2.960 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-18T00:42:51.044Z] #22 2.960 ++ uname -m [2020-11-18T00:42:51.044Z] #22 2.960 Install docker/cli version 17.06.2-ce from stable [2020-11-18T00:42:51.044Z] #22 2.972 + arch=x86_64 [2020-11-18T00:42:51.044Z] #22 2.972 + '[' x86_64 '!=' x86_64 ']' [2020-11-18T00:42:51.044Z] #22 2.972 + url=https://download.docker.com/linux/static [2020-11-18T00:42:51.044Z] #22 2.972 + tar -xz docker/docker [2020-11-18T00:42:51.044Z] #22 2.972 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-18T00:42:51.044Z] #22 10.02 + mkdir -p /build [2020-11-18T00:42:51.044Z] #22 10.03 + mv docker/docker /build/ [2020-11-18T00:42:51.044Z] #22 10.03 + rmdir docker [2020-11-18T00:42:51.044Z] #22 DONE 10.6s [2020-11-18T00:42:51.044Z] [2020-11-18T00:42:51.044Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:42:51.044Z] #43 3.803 + RM_GOPATH=0 [2020-11-18T00:42:51.044Z] #43 3.803 + TMP_GOPATH= [2020-11-18T00:42:51.044Z] #43 3.803 + : /build [2020-11-18T00:42:51.044Z] #43 3.803 + '[' -z '' ']' [2020-11-18T00:42:51.044Z] #43 3.803 ++ mktemp -d [2020-11-18T00:42:51.044Z] #43 3.803 + export GOPATH=/tmp/tmp.Kv4gEvDx1r [2020-11-18T00:42:51.044Z] #43 3.803 + GOPATH=/tmp/tmp.Kv4gEvDx1r [2020-11-18T00:42:51.044Z] #43 3.803 + RM_GOPATH=1 [2020-11-18T00:42:51.044Z] #43 3.803 + case "$(go env GOARCH)" in [2020-11-18T00:42:51.044Z] #43 3.803 ++ go env GOARCH [2020-11-18T00:42:51.044Z] #43 3.848 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:42:51.044Z] #43 3.849 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #43 3.849 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.044Z] #43 3.849 ++ dirname /tmp/install/install.sh [2020-11-18T00:42:51.044Z] #43 3.849 + dir=/tmp/install [2020-11-18T00:42:51.044Z] #43 3.849 + bin=vndr [2020-11-18T00:42:51.044Z] #43 3.849 + shift [2020-11-18T00:42:51.044Z] #43 3.849 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-18T00:42:51.044Z] #43 3.849 + . /tmp/install/vndr.installer [2020-11-18T00:42:51.044Z] #43 3.849 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:42:51.044Z] #43 3.849 + install_vndr [2020-11-18T00:42:51.044Z] #43 3.849 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-18T00:42:51.044Z] #43 3.849 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Kv4gEvDx1r/src/github.com/LK4D4/vndr [2020-11-18T00:42:51.044Z] #43 3.863 Cloning into '/tmp/tmp.Kv4gEvDx1r/src/github.com/LK4D4/vndr'... [2020-11-18T00:42:51.044Z] #43 4.650 + cd /tmp/tmp.Kv4gEvDx1r/src/github.com/LK4D4/vndr [2020-11-18T00:42:51.044Z] #43 4.652 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:42:51.044Z] #43 4.711 + go build -buildmode=pie -v -o /build/vndr . [2020-11-18T00:42:51.044Z] #43 6.308 github.com/LK4D4/vndr/build [2020-11-18T00:42:51.044Z] #43 6.322 github.com/LK4D4/vndr/godl/singleflight [2020-11-18T00:42:51.044Z] #43 6.748 github.com/LK4D4/vndr/versioned [2020-11-18T00:42:51.044Z] #43 7.988 github.com/LK4D4/vndr/godl [2020-11-18T00:42:51.044Z] #43 10.45 github.com/LK4D4/vndr [2020-11-18T00:42:51.301Z] #43 ... [2020-11-18T00:42:51.301Z] [2020-11-18T00:42:51.301Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:42:51.301Z] #35 3.803 + RM_GOPATH=0 [2020-11-18T00:42:51.301Z] #35 3.803 + TMP_GOPATH= [2020-11-18T00:42:51.301Z] #35 3.803 + : /build [2020-11-18T00:42:51.301Z] #35 3.803 + '[' -z '' ']' [2020-11-18T00:42:51.301Z] #35 3.803 ++ mktemp -d [2020-11-18T00:42:51.301Z] #35 3.813 + export GOPATH=/tmp/tmp.ryX72edc0g [2020-11-18T00:42:51.301Z] #35 3.813 + GOPATH=/tmp/tmp.ryX72edc0g [2020-11-18T00:42:51.301Z] #35 3.813 + RM_GOPATH=1 [2020-11-18T00:42:51.301Z] #35 3.813 + case "$(go env GOARCH)" in [2020-11-18T00:42:51.301Z] #35 3.813 ++ go env GOARCH [2020-11-18T00:42:51.301Z] #35 3.870 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.301Z] #35 3.870 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.301Z] #35 3.884 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:42:51.301Z] #35 3.884 ++ dirname /tmp/install/install.sh [2020-11-18T00:42:51.301Z] #35 3.884 + dir=/tmp/install [2020-11-18T00:42:51.301Z] #35 3.884 + bin=tini [2020-11-18T00:42:51.301Z] #35 3.884 + shift [2020-11-18T00:42:51.301Z] #35 3.884 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-18T00:42:51.301Z] #35 3.884 + . /tmp/install/tini.installer [2020-11-18T00:42:51.301Z] #35 3.884 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:42:51.301Z] #35 3.884 + install_tini [2020-11-18T00:42:51.301Z] #35 3.884 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-18T00:42:51.301Z] #35 3.884 + git clone https://github.com/krallin/tini.git /tmp/tmp.ryX72edc0g/tini [2020-11-18T00:42:51.301Z] #35 3.920 Cloning into '/tmp/tmp.ryX72edc0g/tini'... [2020-11-18T00:42:51.301Z] #35 4.658 + cd /tmp/tmp.ryX72edc0g/tini [2020-11-18T00:42:51.301Z] #35 4.658 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:42:51.301Z] #35 4.681 + cmake . [2020-11-18T00:42:51.301Z] #35 5.276 -- The C compiler identification is GNU 8.3.0 [2020-11-18T00:42:51.301Z] #35 5.338 -- Check for working C compiler: /usr/bin/cc [2020-11-18T00:42:51.301Z] #35 6.057 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-18T00:42:51.301Z] #35 6.060 -- Detecting C compiler ABI info [2020-11-18T00:42:51.301Z] #35 6.750 -- Detecting C compiler ABI info - done [2020-11-18T00:42:51.301Z] #35 6.806 -- Detecting C compile features [2020-11-18T00:42:51.301Z] #35 8.960 -- Detecting C compile features - done [2020-11-18T00:42:51.301Z] #35 9.018 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-18T00:42:51.301Z] #35 9.335 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-18T00:42:51.301Z] #35 9.434 -- Configuring done [2020-11-18T00:42:51.301Z] #35 9.453 -- Generating done [2020-11-18T00:42:51.301Z] #35 9.453 -- Build files have been written to: /tmp/tmp.ryX72edc0g/tini [2020-11-18T00:42:51.301Z] #35 9.473 + make tini-static [2020-11-18T00:42:51.301Z] #35 9.943 Scanning dependencies of target tini-static [2020-11-18T00:42:51.301Z] #35 10.07 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-18T00:42:51.558Z] #35 ... [2020-11-18T00:42:51.558Z] [2020-11-18T00:42:51.559Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:42:51.559Z] #54 2.976 + RM_GOPATH=0 [2020-11-18T00:42:51.559Z] #54 2.976 + TMP_GOPATH= [2020-11-18T00:42:51.559Z] #54 2.976 + : /build [2020-11-18T00:42:51.559Z] #54 2.976 + '[' -z '' ']' [2020-11-18T00:42:51.559Z] #54 2.976 ++ mktemp -d [2020-11-18T00:42:51.559Z] #54 2.976 + export GOPATH=/tmp/tmp.QRsl3936zp [2020-11-18T00:42:51.559Z] #54 2.976 + GOPATH=/tmp/tmp.QRsl3936zp [2020-11-18T00:42:51.559Z] #54 2.976 + RM_GOPATH=1 [2020-11-18T00:42:51.559Z] #54 2.976 + case "$(go env GOARCH)" in [2020-11-18T00:42:51.559Z] #54 2.976 ++ go env GOARCH [2020-11-18T00:42:51.559Z] #54 2.988 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:42:51.559Z] #54 2.997 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.559Z] #54 2.997 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.559Z] #54 2.997 ++ dirname /tmp/install/install.sh [2020-11-18T00:42:51.559Z] #54 2.997 + dir=/tmp/install [2020-11-18T00:42:51.559Z] #54 2.997 + bin=containerd [2020-11-18T00:42:51.559Z] #54 2.997 + shift [2020-11-18T00:42:51.559Z] #54 2.997 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-18T00:42:51.559Z] #54 2.997 + . /tmp/install/containerd.installer [2020-11-18T00:42:51.559Z] #54 2.997 ++ set -e [2020-11-18T00:42:51.559Z] #54 2.997 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:42:51.559Z] #54 2.997 + install_containerd [2020-11-18T00:42:51.559Z] #54 2.997 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-18T00:42:51.559Z] #54 2.997 + git clone https://github.com/containerd/containerd.git /tmp/tmp.QRsl3936zp/src/github.com/containerd/containerd [2020-11-18T00:42:51.559Z] #54 2.997 Cloning into '/tmp/tmp.QRsl3936zp/src/github.com/containerd/containerd'... [2020-11-18T00:42:51.559Z] #54 ... [2020-11-18T00:42:51.559Z] [2020-11-18T00:42:51.559Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:42:51.559Z] #47 3.441 + RM_GOPATH=0 [2020-11-18T00:42:51.559Z] #47 3.441 + TMP_GOPATH= [2020-11-18T00:42:51.559Z] #47 3.441 + : /build [2020-11-18T00:42:51.559Z] #47 3.441 + '[' -z '' ']' [2020-11-18T00:42:51.559Z] #47 3.441 ++ mktemp -d [2020-11-18T00:42:51.559Z] #47 3.441 + export GOPATH=/tmp/tmp.jvLD3MsX5C [2020-11-18T00:42:51.559Z] #47 3.441 + GOPATH=/tmp/tmp.jvLD3MsX5C [2020-11-18T00:42:51.559Z] #47 3.441 + RM_GOPATH=1 [2020-11-18T00:42:51.559Z] #47 3.441 + case "$(go env GOARCH)" in [2020-11-18T00:42:51.559Z] #47 3.441 ++ go env GOARCH [2020-11-18T00:42:51.559Z] #47 3.534 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.559Z] #47 3.534 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:42:51.559Z] #47 3.534 ++ dirname /tmp/install/install.sh [2020-11-18T00:42:51.559Z] #47 3.544 + dir=/tmp/install [2020-11-18T00:42:51.559Z] #47 3.544 + bin=golangci_lint [2020-11-18T00:42:51.559Z] #47 3.544 + shift [2020-11-18T00:42:51.559Z] #47 3.544 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-18T00:42:51.559Z] #47 3.544 + . /tmp/install/golangci_lint.installer [2020-11-18T00:42:51.559Z] #47 3.544 ++ : v1.23.8 [2020-11-18T00:42:51.559Z] #47 3.544 + install_golangci_lint [2020-11-18T00:42:51.559Z] #47 3.544 + set -e [2020-11-18T00:42:51.559Z] #47 3.544 + export GO111MODULE=on [2020-11-18T00:42:51.559Z] #47 3.544 + GO111MODULE=on [2020-11-18T00:42:51.559Z] #47 3.544 + GOBIN=/build [2020-11-18T00:42:51.559Z] #47 3.544 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-18T00:42:51.559Z] #47 3.585 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-18T00:42:51.559Z] #47 3.585 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:42:51.559Z] #47 3.590 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-18T00:42:51.559Z] #47 3.597 go: finding github.com v1.23.8 [2020-11-18T00:42:51.559Z] #47 3.597 go: finding github.com/golangci v1.23.8 [2020-11-18T00:42:51.559Z] #47 4.682 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:42:51.559Z] #47 5.424 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:42:51.559Z] #47 10.36 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:42:51.559Z] #47 10.37 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:42:51.559Z] #47 10.37 go: downloading github.com/pkg/errors v0.8.1 [2020-11-18T00:42:51.559Z] #47 10.37 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-18T00:42:51.559Z] #47 10.39 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:42:51.559Z] #47 10.39 go: downloading github.com/fatih/color v1.7.0 [2020-11-18T00:42:51.559Z] #47 10.45 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:42:51.559Z] #47 10.50 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:42:51.559Z] #47 10.55 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:42:51.559Z] #47 10.62 go: extracting github.com/fatih/color v1.7.0 [2020-11-18T00:42:51.559Z] #47 10.77 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:42:51.559Z] #47 10.80 go: extracting github.com/pkg/errors v0.8.1 [2020-11-18T00:42:51.559Z] #47 10.81 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:42:51.559Z] #47 10.93 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:42:51.559Z] #47 11.07 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:42:51.816Z] #47 11.07 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:42:51.816Z] #47 11.07 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:42:51.816Z] #47 11.09 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:42:51.816Z] #47 11.10 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:42:51.816Z] #47 11.25 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:42:51.816Z] #47 11.27 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:42:51.816Z] #47 11.28 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:42:51.816Z] #47 11.31 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:42:51.816Z] #47 11.36 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-18T00:42:51.825Z] Merge succeeded, producing e86a2fe4da865a1783b50b0b3237ac2adc6a4adb [2020-11-18T00:42:51.825Z] Checking out Revision e86a2fe4da865a1783b50b0b3237ac2adc6a4adb (PR-41620) [2020-11-18T00:42:51.962Z] Commit message: "Merge commit '131bf7e685fe604b7ff939e82c9d7adeedc9cc85' into HEAD" [2020-11-18T00:42:50.888Z] > git remote # timeout=10 [2020-11-18T00:42:50.895Z] > git config --get remote.origin.url # timeout=10 [2020-11-18T00:42:50.899Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:42:50.900Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-18T00:42:51.818Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-18T00:42:51.830Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:42:51.835Z] > git checkout -f e86a2fe4da865a1783b50b0b3237ac2adc6a4adb # timeout=10 [2020-11-18T00:42:51.970Z] > git rev-list --no-walk f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:42:52.073Z] #47 11.47 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:42:52.089Z] Fetching without tags [2020-11-18T00:42:52.330Z] #47 11.86 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:42:52.330Z] #47 11.89 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2020-11-18T00:42:52.492Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit f4aafedc4857082caf04b017d372af095365ad1b [Pipeline] sh [2020-11-18T00:42:52.586Z] #47 ... [2020-11-18T00:42:52.586Z] [2020-11-18T00:42:52.586Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:42:52.586Z] #35 11.89 [100%] Linking C executable tini-static [2020-11-18T00:42:52.791Z] + docker version [2020-11-18T00:42:52.792Z] Client: Docker Engine - Community [2020-11-18T00:42:52.792Z] Version: 19.03.13 [2020-11-18T00:42:52.792Z] API version: 1.40 [2020-11-18T00:42:52.792Z] Go version: go1.13.15 [2020-11-18T00:42:52.792Z] Git commit: 4484c46 [2020-11-18T00:42:52.792Z] Built: Wed Sep 16 17:03:45 2020 [2020-11-18T00:42:52.792Z] OS/Arch: linux/arm64 [2020-11-18T00:42:52.792Z] Experimental: false [2020-11-18T00:42:52.792Z] [2020-11-18T00:42:52.792Z] Server: Docker Engine - Community [2020-11-18T00:42:52.792Z] Engine: [2020-11-18T00:42:52.792Z] Version: 19.03.13 [2020-11-18T00:42:52.792Z] API version: 1.40 (minimum version 1.12) [2020-11-18T00:42:52.792Z] Go version: go1.13.15 [2020-11-18T00:42:52.792Z] Git commit: 4484c46 [2020-11-18T00:42:52.792Z] Built: Wed Sep 16 17:02:17 2020 [2020-11-18T00:42:52.792Z] OS/Arch: linux/arm64 [2020-11-18T00:42:52.792Z] Experimental: true [2020-11-18T00:42:52.792Z] containerd: [2020-11-18T00:42:52.792Z] Version: 1.3.7 [2020-11-18T00:42:52.792Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-18T00:42:52.792Z] runc: [2020-11-18T00:42:52.792Z] Version: 1.0.0-rc10 [2020-11-18T00:42:52.792Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-18T00:42:52.792Z] docker-init: [2020-11-18T00:42:52.792Z] Version: 0.18.0 [2020-11-18T00:42:52.792Z] GitCommit: fec3683 [Pipeline] sh [2020-11-18T00:42:53.082Z] + docker info [2020-11-18T00:42:53.150Z] #35 ... [2020-11-18T00:42:53.150Z] [2020-11-18T00:42:53.150Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:42:53.150Z] #32 DONE 12.6s [2020-11-18T00:42:53.150Z] [2020-11-18T00:42:53.150Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:42:53.150Z] #35 12.57 [100%] Built target tini-static [2020-11-18T00:42:53.150Z] #35 12.73 + mkdir -p /build [2020-11-18T00:42:53.150Z] #35 12.74 + cp tini-static /build/docker-init [2020-11-18T00:42:53.406Z] #35 DONE 12.8s [2020-11-18T00:42:53.406Z] [2020-11-18T00:42:53.406Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:42:53.406Z] #49 12.23 + cd /tmp/tmp.JDUAJUiWCS/src/github.com/mvdan/sh [2020-11-18T00:42:53.406Z] #49 12.24 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:42:53.406Z] #49 12.42 + GO111MODULE=on [2020-11-18T00:42:53.406Z] #49 12.42 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-18T00:42:52.045Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:42:52.049Z] > git config --add remote.origin.fetch +refs/pull/41620/head:refs/remotes/origin/PR-41620 # timeout=10 [2020-11-18T00:42:52.060Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:42:52.076Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:42:52.096Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:42:52.097Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:42:52.098Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:42:52.498Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:42:52.502Z] > git checkout -f f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:42:53.391Z] > git remote # timeout=10 [2020-11-18T00:42:53.395Z] > git config --get remote.origin.url # timeout=10 [2020-11-18T00:42:53.399Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:42:53.400Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-18T00:42:54.199Z] Merge succeeded, producing 13a9189c51e894ef991ffc36147b8c2d756d42e7 [2020-11-18T00:42:54.199Z] Checking out Revision 13a9189c51e894ef991ffc36147b8c2d756d42e7 (PR-41620) [2020-11-18T00:42:54.298Z] Commit message: "Merge commit '131bf7e685fe604b7ff939e82c9d7adeedc9cc85' into HEAD" [2020-11-18T00:42:54.190Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-18T00:42:54.205Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:42:54.208Z] > git checkout -f 13a9189c51e894ef991ffc36147b8c2d756d42e7 # timeout=10 [2020-11-18T00:42:54.305Z] > git rev-list --no-walk f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:42:54.467Z] Client: [2020-11-18T00:42:54.467Z] Debug Mode: false [2020-11-18T00:42:54.467Z] [2020-11-18T00:42:54.467Z] Server: [2020-11-18T00:42:54.467Z] Containers: 0 [2020-11-18T00:42:54.467Z] Running: 0 [2020-11-18T00:42:54.467Z] Paused: 0 [2020-11-18T00:42:54.467Z] Stopped: 0 [2020-11-18T00:42:54.467Z] Images: 2 [2020-11-18T00:42:54.467Z] Server Version: 19.03.13 [2020-11-18T00:42:54.467Z] Storage Driver: overlay2 [2020-11-18T00:42:54.467Z] Backing Filesystem: extfs [2020-11-18T00:42:54.467Z] Supports d_type: true [2020-11-18T00:42:54.467Z] Native Overlay Diff: true [2020-11-18T00:42:54.467Z] Logging Driver: json-file [2020-11-18T00:42:54.467Z] Cgroup Driver: cgroupfs [2020-11-18T00:42:54.467Z] Plugins: [2020-11-18T00:42:54.467Z] Volume: local [2020-11-18T00:42:54.467Z] Network: bridge host ipvlan macvlan null overlay [2020-11-18T00:42:54.467Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-18T00:42:54.467Z] Swarm: inactive [2020-11-18T00:42:54.467Z] Runtimes: runc [2020-11-18T00:42:54.467Z] Default Runtime: runc [2020-11-18T00:42:54.467Z] Init Binary: docker-init [2020-11-18T00:42:54.467Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-18T00:42:54.467Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-18T00:42:54.467Z] init version: fec3683 [2020-11-18T00:42:54.467Z] Security Options: [2020-11-18T00:42:54.467Z] apparmor [2020-11-18T00:42:54.467Z] seccomp [2020-11-18T00:42:54.467Z] Profile: default [2020-11-18T00:42:54.467Z] Kernel Version: 4.15.0-1083-aws [2020-11-18T00:42:54.467Z] Operating System: Ubuntu 16.04.7 LTS [2020-11-18T00:42:54.467Z] OSType: linux [2020-11-18T00:42:54.467Z] Architecture: aarch64 [2020-11-18T00:42:54.467Z] CPUs: 4 [2020-11-18T00:42:54.467Z] Total Memory: 7.525GiB [2020-11-18T00:42:54.467Z] Name: ip-10-100-109-47 [2020-11-18T00:42:54.467Z] ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW [2020-11-18T00:42:54.467Z] Docker Root Dir: /var/lib/docker [2020-11-18T00:42:54.467Z] Debug Mode: false [2020-11-18T00:42:54.467Z] Registry: https://index.docker.io/v1/ [2020-11-18T00:42:54.467Z] Labels: [2020-11-18T00:42:54.467Z] Experimental: true [2020-11-18T00:42:54.467Z] Insecure Registries: [2020-11-18T00:42:54.467Z] 127.0.0.0/8 [2020-11-18T00:42:54.467Z] Live Restore Enabled: true [2020-11-18T00:42:54.467Z] [2020-11-18T00:42:54.467Z] WARNING: No swap limit support [Pipeline] sh [2020-11-18T00:42:54.756Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-18T00:42:54.756Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-18T00:42:54.756Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41620/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-18T00:42:54.756Z] + bash /home/ubuntu/workspace/moby_PR-41620/check-config.sh [2020-11-18T00:42:54.756Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-18T00:42:54.756Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ... [2020-11-18T00:42:54.756Z] [2020-11-18T00:42:54.756Z] Generally Necessary: [2020-11-18T00:42:54.756Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-18T00:42:54.756Z] - apparmor: enabled and tools installed [2020-11-18T00:42:54.756Z] - CONFIG_NAMESPACES: enabled [2020-11-18T00:42:54.756Z] - CONFIG_NET_NS: enabled [2020-11-18T00:42:54.757Z] - CONFIG_PID_NS: enabled [2020-11-18T00:42:54.757Z] - CONFIG_IPC_NS: enabled [2020-11-18T00:42:54.757Z] - CONFIG_UTS_NS: enabled [2020-11-18T00:42:54.772Z] #49 13.95 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:42:54.772Z] #49 13.99 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:42:54.772Z] #49 14.02 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:42:54.772Z] #49 14.21 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-18T00:42:55.018Z] - CONFIG_CGROUPS: enabled [2020-11-18T00:42:55.018Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-18T00:42:55.018Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-18T00:42:55.018Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-18T00:42:55.018Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-18T00:42:55.018Z] - CONFIG_CPUSETS: enabled [2020-11-18T00:42:55.018Z] - CONFIG_MEMCG: enabled [2020-11-18T00:42:55.018Z] - CONFIG_KEYS: enabled [2020-11-18T00:42:55.018Z] - CONFIG_VETH: enabled (as module) [2020-11-18T00:42:55.018Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-18T00:42:55.018Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-18T00:42:55.018Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-18T00:42:55.018Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-18T00:42:55.018Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-18T00:42:55.018Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-18T00:42:55.018Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-18T00:42:55.018Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-18T00:42:55.018Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-18T00:42:55.018Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-18T00:42:55.018Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-18T00:42:55.018Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-18T00:42:55.018Z] [2020-11-18T00:42:55.018Z] Optional Features: [2020-11-18T00:42:55.018Z] - CONFIG_USER_NS: enabled [2020-11-18T00:42:55.018Z] - CONFIG_SECCOMP: enabled [2020-11-18T00:42:55.018Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-18T00:42:55.018Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-18T00:42:55.018Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-18T00:42:55.018Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-18T00:42:55.033Z] #49 ... [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-18T00:42:55.033Z] #60 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-18T00:42:55.033Z] #37 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:42:55.033Z] #38 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-18T00:42:55.033Z] #14 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-18T00:42:55.033Z] #27 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-18T00:42:55.033Z] #15 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:42:55.033Z] #18 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:42:55.033Z] #30 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-18T00:42:55.033Z] #28 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-18T00:42:55.033Z] #13 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-18T00:42:55.033Z] #17 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-18T00:42:55.033Z] #19 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-18T00:42:55.033Z] #26 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-18T00:42:55.033Z] #23 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-18T00:42:55.033Z] #25 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-18T00:42:55.033Z] #29 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-18T00:42:55.033Z] #20 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-18T00:42:55.033Z] #12 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-18T00:42:55.033Z] #16 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-18T00:42:55.033Z] #31 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:42:55.033Z] #40 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:42:55.033Z] #41 CACHED [2020-11-18T00:42:55.033Z] [2020-11-18T00:42:55.033Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:42:55.033Z] #49 14.58 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:42:55.245Z] + docker version [2020-11-18T00:42:55.245Z] Client: [2020-11-18T00:42:55.245Z] Version: 18.06.1-ce [2020-11-18T00:42:55.245Z] API version: 1.38 [2020-11-18T00:42:55.245Z] Go version: go1.10.3 [2020-11-18T00:42:55.245Z] Git commit: e68fc7a [2020-11-18T00:42:55.245Z] Built: Tue Aug 21 17:26:10 2018 [2020-11-18T00:42:55.245Z] OS/Arch: linux/ppc64le [2020-11-18T00:42:55.245Z] Experimental: false [2020-11-18T00:42:55.245Z] [2020-11-18T00:42:55.245Z] Server: [2020-11-18T00:42:55.245Z] Engine: [2020-11-18T00:42:55.245Z] Version: 18.06.1-ce [2020-11-18T00:42:55.245Z] API version: 1.38 (minimum version 1.12) [2020-11-18T00:42:55.245Z] Go version: go1.10.3 [2020-11-18T00:42:55.245Z] Git commit: e68fc7a [2020-11-18T00:42:55.245Z] Built: Tue Aug 21 17:24:20 2018 [2020-11-18T00:42:55.245Z] OS/Arch: linux/ppc64le [2020-11-18T00:42:55.245Z] Experimental: true [2020-11-18T00:42:55.279Z] - CONFIG_BLK_CGROUP: enabled [2020-11-18T00:42:55.279Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-18T00:42:55.279Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-18T00:42:55.279Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-18T00:42:55.279Z] - CONFIG_CGROUP_PERF: enabled [2020-11-18T00:42:55.279Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-18T00:42:55.279Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-18T00:42:55.279Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-18T00:42:55.279Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-18T00:42:55.279Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-18T00:42:55.279Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-18T00:42:55.279Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-18T00:42:55.279Z] - CONFIG_IP_VS: enabled (as module) [2020-11-18T00:42:55.279Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-18T00:42:55.279Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-18T00:42:55.279Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-18T00:42:55.279Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-18T00:42:55.279Z] - CONFIG_EXT4_FS: enabled [2020-11-18T00:42:55.279Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-18T00:42:55.279Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-18T00:42:55.279Z] - Network Drivers: [2020-11-18T00:42:55.279Z] - "overlay": [2020-11-18T00:42:55.279Z] - CONFIG_VXLAN: enabled (as module) [2020-11-18T00:42:55.279Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-18T00:42:55.279Z] Optional (for encrypted networks): [Pipeline] sh [2020-11-18T00:42:55.302Z] #49 ... [2020-11-18T00:42:55.302Z] [2020-11-18T00:42:55.302Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-18T00:42:55.302Z] #33 DONE 0.1s [2020-11-18T00:42:55.302Z] [2020-11-18T00:42:55.302Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-18T00:42:55.302Z] #36 DONE 0.0s [2020-11-18T00:42:55.302Z] [2020-11-18T00:42:55.302Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-18T00:42:55.540Z] - CONFIG_CRYPTO: enabled [2020-11-18T00:42:55.540Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-18T00:42:55.540Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-18T00:42:55.540Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-18T00:42:55.540Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-18T00:42:55.540Z] - CONFIG_XFRM: enabled [2020-11-18T00:42:55.540Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-18T00:42:55.540Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-18T00:42:55.540Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-18T00:42:55.540Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-18T00:42:55.540Z] - "ipvlan": [2020-11-18T00:42:55.540Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-18T00:42:55.540Z] - "macvlan": [2020-11-18T00:42:55.540Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-18T00:42:55.540Z] - CONFIG_DUMMY: enabled (as module) [2020-11-18T00:42:55.540Z] - "ftp,tftp client in container": [2020-11-18T00:42:55.540Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-18T00:42:55.540Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-18T00:42:55.540Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-18T00:42:55.540Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-18T00:42:55.540Z] - Storage Drivers: [2020-11-18T00:42:55.540Z] - "aufs": [2020-11-18T00:42:55.540Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-18T00:42:55.540Z] - "btrfs": [2020-11-18T00:42:55.540Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-18T00:42:55.540Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-18T00:42:55.540Z] - "devicemapper": [2020-11-18T00:42:55.540Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-18T00:42:55.540Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-18T00:42:55.540Z] - "overlay": [2020-11-18T00:42:55.540Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-18T00:42:55.540Z] - "zfs": [2020-11-18T00:42:55.540Z] - /dev/zfs: missing [2020-11-18T00:42:55.540Z] - zfs command: missing [2020-11-18T00:42:55.540Z] - zpool command: missing [2020-11-18T00:42:55.540Z] [2020-11-18T00:42:55.540Z] Limits: [2020-11-18T00:42:55.540Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-18T00:42:55.540Z] [2020-11-18T00:42:55.540Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [2020-11-18T00:42:55.577Z] #39 DONE 0.3s [2020-11-18T00:42:55.577Z] [2020-11-18T00:42:55.577Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-18T00:42:55.664Z] + docker info [2020-11-18T00:42:55.664Z] Containers: 0 [2020-11-18T00:42:55.664Z] Running: 0 [2020-11-18T00:42:55.664Z] Paused: 0 [2020-11-18T00:42:55.664Z] Stopped: 0 [2020-11-18T00:42:55.664Z] Images: 0 [2020-11-18T00:42:55.664Z] Server Version: 18.06.1-ce [2020-11-18T00:42:55.664Z] Storage Driver: overlay2 [2020-11-18T00:42:55.664Z] Backing Filesystem: extfs [2020-11-18T00:42:55.664Z] Supports d_type: true [2020-11-18T00:42:55.664Z] Native Overlay Diff: true [2020-11-18T00:42:55.664Z] Logging Driver: json-file [2020-11-18T00:42:55.664Z] Cgroup Driver: cgroupfs [2020-11-18T00:42:55.664Z] Plugins: [2020-11-18T00:42:55.664Z] Volume: local [2020-11-18T00:42:55.664Z] Network: bridge host ipvlan macvlan null overlay [2020-11-18T00:42:55.664Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-11-18T00:42:55.664Z] Swarm: inactive [2020-11-18T00:42:55.664Z] Runtimes: runc [2020-11-18T00:42:55.664Z] Default Runtime: runc [2020-11-18T00:42:55.664Z] Init Binary: docker-init [2020-11-18T00:42:55.664Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-11-18T00:42:55.664Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-11-18T00:42:55.664Z] init version: fec3683 [2020-11-18T00:42:55.664Z] Security Options: [2020-11-18T00:42:55.664Z] apparmor [2020-11-18T00:42:55.664Z] seccomp [2020-11-18T00:42:55.664Z] Profile: default [2020-11-18T00:42:55.664Z] Kernel Version: 4.4.0-139-generic [2020-11-18T00:42:55.664Z] Operating System: Ubuntu 16.04.3 LTS [2020-11-18T00:42:55.664Z] OSType: linux [2020-11-18T00:42:55.664Z] Architecture: ppc64le [2020-11-18T00:42:55.664Z] CPUs: 4 [2020-11-18T00:42:55.664Z] Total Memory: 7.972GiB [2020-11-18T00:42:55.664Z] Name: ppc64le-ubuntu-15 [2020-11-18T00:42:55.664Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-11-18T00:42:55.664Z] Docker Root Dir: /var/lib/docker [2020-11-18T00:42:55.664Z] Debug Mode (client): false [2020-11-18T00:42:55.664Z] Debug Mode (server): false [2020-11-18T00:42:55.664Z] Username: dockerbuildbot [2020-11-18T00:42:55.664Z] Registry: https://index.docker.io/v1/ [2020-11-18T00:42:55.664Z] Labels: [2020-11-18T00:42:55.664Z] Experimental: true [2020-11-18T00:42:55.664Z] Insecure Registries: [2020-11-18T00:42:55.664Z] 127.0.0.0/8 [2020-11-18T00:42:55.664Z] Live Restore Enabled: false [2020-11-18T00:42:55.664Z] [Pipeline] sh [2020-11-18T00:42:55.833Z] #42 DONE 0.1s [2020-11-18T00:42:55.833Z] [2020-11-18T00:42:55.833Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:42:55.833Z] #45 14.25 go: finding github.com/fatih/color v1.9.0 [2020-11-18T00:42:55.833Z] #45 14.36 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:42:55.833Z] #45 14.42 go: finding github.com/pkg/errors v0.9.1 [2020-11-18T00:42:55.833Z] #45 14.50 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:42:55.833Z] #45 14.53 go: finding github.com/spf13/pflag v1.0.3 [2020-11-18T00:42:55.833Z] #45 14.62 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:42:55.833Z] #45 14.84 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:42:55.833Z] #45 14.99 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:42:55.833Z] #45 15.04 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:42:55.833Z] #45 15.09 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:42:55.833Z] #45 15.10 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:42:55.879Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 . [2020-11-18T00:42:55.879Z] #2 [internal] load build definition from Dockerfile [2020-11-18T00:42:55.879Z] #2 transferring dockerfile: 16.58kB 0.0s done [2020-11-18T00:42:55.879Z] #2 DONE 0.0s [2020-11-18T00:42:55.879Z] [2020-11-18T00:42:55.879Z] #1 [internal] load .dockerignore [2020-11-18T00:42:55.879Z] #1 transferring context: 87B 0.0s done [2020-11-18T00:42:55.879Z] #1 DONE 0.1s [2020-11-18T00:42:55.879Z] [2020-11-18T00:42:55.879Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-18T00:42:56.048Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-18T00:42:56.048Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-18T00:42:56.048Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41620/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-18T00:42:56.140Z] #3 DONE 0.3s [2020-11-18T00:42:56.343Z] + bash /home/docker/workspace/moby_PR-41620/check-config.sh [2020-11-18T00:42:56.343Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-18T00:42:56.343Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-11-18T00:42:56.343Z] [2020-11-18T00:42:56.343Z] Generally Necessary: [2020-11-18T00:42:56.343Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-18T00:42:56.343Z] - apparmor: enabled and tools installed [2020-11-18T00:42:56.343Z] - CONFIG_NAMESPACES: enabled [2020-11-18T00:42:56.343Z] - CONFIG_NET_NS: enabled [2020-11-18T00:42:56.343Z] - CONFIG_PID_NS: enabled [2020-11-18T00:42:56.343Z] - CONFIG_IPC_NS: enabled [2020-11-18T00:42:56.343Z] - CONFIG_UTS_NS: enabled [2020-11-18T00:42:56.343Z] - CONFIG_CGROUPS: enabled [2020-11-18T00:42:56.343Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-18T00:42:56.343Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-18T00:42:56.343Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-18T00:42:56.343Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-18T00:42:56.343Z] - CONFIG_CPUSETS: enabled [2020-11-18T00:42:56.343Z] - CONFIG_MEMCG: enabled [2020-11-18T00:42:56.343Z] - CONFIG_KEYS: enabled [2020-11-18T00:42:56.343Z] - CONFIG_VETH: enabled (as module) [2020-11-18T00:42:56.343Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-18T00:42:56.343Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-18T00:42:56.343Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-18T00:42:56.343Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-18T00:42:56.343Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-18T00:42:56.343Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-18T00:42:56.343Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-18T00:42:56.343Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-18T00:42:56.343Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-18T00:42:56.343Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-18T00:42:56.343Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-18T00:42:56.343Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-18T00:42:56.343Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-11-18T00:42:56.343Z] [2020-11-18T00:42:56.343Z] Optional Features: [2020-11-18T00:42:56.343Z] - CONFIG_USER_NS: enabled [2020-11-18T00:42:56.400Z] [2020-11-18T00:42:56.400Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-18T00:42:56.400Z] #4 CACHED [2020-11-18T00:42:56.639Z] - CONFIG_SECCOMP: enabled [2020-11-18T00:42:56.639Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-18T00:42:56.639Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-18T00:42:56.639Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-18T00:42:56.639Z] (cgroup swap accounting is currently enabled) [2020-11-18T00:42:56.639Z] - CONFIG_MEMCG_KMEM: enabled [2020-11-18T00:42:56.639Z] - CONFIG_BLK_CGROUP: enabled [2020-11-18T00:42:56.639Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-18T00:42:56.639Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-18T00:42:56.639Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-18T00:42:56.639Z] - CONFIG_CGROUP_PERF: enabled [2020-11-18T00:42:56.639Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-18T00:42:56.639Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-18T00:42:56.639Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-18T00:42:56.639Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-18T00:42:56.639Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-18T00:42:56.639Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_IP_VS: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-18T00:42:56.639Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-18T00:42:56.639Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-18T00:42:56.639Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_EXT4_FS: enabled [2020-11-18T00:42:56.639Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-18T00:42:56.639Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-18T00:42:56.639Z] - Network Drivers: [2020-11-18T00:42:56.639Z] - "overlay": [2020-11-18T00:42:56.639Z] - CONFIG_VXLAN: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-18T00:42:56.639Z] Optional (for encrypted networks): [2020-11-18T00:42:56.639Z] - CONFIG_CRYPTO: enabled [2020-11-18T00:42:56.639Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_XFRM: enabled [2020-11-18T00:42:56.639Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-18T00:42:56.639Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-18T00:42:56.639Z] - "ipvlan": [2020-11-18T00:42:56.661Z] [2020-11-18T00:42:56.661Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-18T00:42:56.661Z] #6 ... [2020-11-18T00:42:56.661Z] [2020-11-18T00:42:56.661Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-18T00:42:56.661Z] #7 DONE 0.1s [2020-11-18T00:42:56.921Z] [2020-11-18T00:42:56.921Z] #5 [internal] load metadata for docker.io/library/debian:buster [2020-11-18T00:42:56.921Z] #5 DONE 0.2s [2020-11-18T00:42:56.921Z] [2020-11-18T00:42:56.921Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-18T00:42:56.933Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-18T00:42:56.933Z] - "macvlan": [2020-11-18T00:42:56.933Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-18T00:42:56.933Z] - CONFIG_DUMMY: enabled (as module) [2020-11-18T00:42:56.933Z] - "ftp,tftp client in container": [2020-11-18T00:42:56.933Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-18T00:42:56.933Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-18T00:42:56.933Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-18T00:42:56.933Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-18T00:42:56.933Z] - Storage Drivers: [2020-11-18T00:42:56.933Z] - "aufs": [2020-11-18T00:42:56.933Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-18T00:42:56.933Z] - "btrfs": [2020-11-18T00:42:56.933Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-18T00:42:56.933Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-18T00:42:56.933Z] - "devicemapper": [2020-11-18T00:42:56.933Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-18T00:42:56.933Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-18T00:42:56.933Z] - "overlay": [2020-11-18T00:42:56.933Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-18T00:42:56.933Z] - "zfs": [2020-11-18T00:42:56.933Z] - /dev/zfs: missing [2020-11-18T00:42:56.933Z] - zfs command: missing [2020-11-18T00:42:56.933Z] - zpool command: missing [2020-11-18T00:42:56.933Z] [2020-11-18T00:42:56.933Z] Limits: [2020-11-18T00:42:56.933Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-18T00:42:56.933Z] [2020-11-18T00:42:56.933Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-18T00:42:57.377Z] + make bundles/buildx [2020-11-18T00:42:57.494Z] #6 DONE 1.0s [2020-11-18T00:42:57.671Z] make: command: Command not found [2020-11-18T00:42:57.671Z] make: command: Command not found [2020-11-18T00:42:57.671Z] mkdir bundles [2020-11-18T00:42:57.671Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-11-18T00:42:57.671Z] --build-arg BUILDX_COMMIT \ [2020-11-18T00:42:57.671Z] --build-arg BUILDX_REPO \ [2020-11-18T00:42:57.671Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-11-18T00:42:57.671Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-11-18T00:42:57.671Z] . [2020-11-18T00:42:57.671Z] /bin/sh: 4: go: not found [2020-11-18T00:42:57.671Z] /bin/sh: 5: go: not found [2020-11-18T00:42:57.763Z] [2020-11-18T00:42:57.763Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-18T00:42:57.763Z] #60 DONE 0.0s [2020-11-18T00:42:57.763Z] [2020-11-18T00:42:57.763Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5cbcbee3... [2020-11-18T00:42:57.763Z] #24 DONE 0.0s [2020-11-18T00:42:57.763Z] [2020-11-18T00:42:57.763Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:42:57.763Z] #8 DONE 0.0s [2020-11-18T00:42:57.763Z] [2020-11-18T00:42:57.763Z] #21 [internal] load build context [2020-11-18T00:42:59.205Z] #21 transferring context: 52.35MB 1.5s done [2020-11-18T00:42:59.205Z] #21 DONE 1.5s [2020-11-18T00:42:59.205Z] [2020-11-18T00:42:59.205Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-18T00:42:59.205Z] #9 CACHED [2020-11-18T00:42:59.205Z] [2020-11-18T00:42:59.205Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-18T00:42:59.205Z] #10 CACHED [2020-11-18T00:42:59.205Z] [2020-11-18T00:42:59.205Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:42:59.471Z] #11 CACHED [2020-11-18T00:42:59.471Z] [2020-11-18T00:42:59.471Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:42:59.471Z] #34 CACHED [2020-11-18T00:42:59.471Z] [2020-11-18T00:42:59.471Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:42:59.471Z] #53 CACHED [2020-11-18T00:42:59.471Z] [2020-11-18T00:42:59.471Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:42:59.771Z] Sending build context to Docker daemon 57.2MB [2020-11-18T00:42:59.771Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-11-18T00:42:59.771Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-11-18T00:42:59.771Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-11-18T00:42:59.771Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-11-18T00:42:59.771Z] 1.13.15-buster: Pulling from library/golang [2020-11-18T00:43:00.067Z] db4e2d8d5901: Pulling fs layer [2020-11-18T00:43:00.067Z] dfe2d012519c: Pulling fs layer [2020-11-18T00:43:00.067Z] 5d8f1d1f9197: Pulling fs layer [2020-11-18T00:43:00.067Z] 1301750ffb48: Pulling fs layer [2020-11-18T00:43:00.067Z] dc5c6edc9cff: Pulling fs layer [2020-11-18T00:43:00.067Z] 3c370c2e2f82: Pulling fs layer [2020-11-18T00:43:00.067Z] 5ffb2f5886e2: Pulling fs layer [2020-11-18T00:43:00.067Z] dc5c6edc9cff: Waiting [2020-11-18T00:43:00.068Z] 3c370c2e2f82: Waiting [2020-11-18T00:43:00.068Z] 5ffb2f5886e2: Waiting [2020-11-18T00:43:00.068Z] 1301750ffb48: Waiting [2020-11-18T00:43:00.363Z] dfe2d012519c: Verifying Checksum [2020-11-18T00:43:00.363Z] dfe2d012519c: Download complete [2020-11-18T00:43:00.666Z] 5d8f1d1f9197: Verifying Checksum [2020-11-18T00:43:00.666Z] 5d8f1d1f9197: Download complete [2020-11-18T00:43:01.083Z] #45 ... [2020-11-18T00:43:01.083Z] [2020-11-18T00:43:01.083Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:01.083Z] #47 12.19 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:43:01.083Z] #47 13.06 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:43:01.083Z] #47 14.54 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:43:01.083Z] #47 14.66 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:43:01.083Z] #47 14.71 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:43:01.083Z] #47 14.71 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-18T00:43:01.083Z] #47 14.75 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-18T00:43:01.083Z] #47 14.79 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-18T00:43:01.083Z] #47 14.81 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-18T00:43:01.083Z] #47 14.81 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-18T00:43:01.083Z] #47 14.91 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-18T00:43:01.083Z] #47 15.02 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:43:01.083Z] #47 15.12 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:43:01.083Z] #47 16.31 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-18T00:43:01.083Z] #47 16.31 go: downloading github.com/spf13/viper v1.6.1 [2020-11-18T00:43:01.083Z] #47 16.32 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:43:01.083Z] #47 16.33 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:43:01.083Z] #47 16.33 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:43:01.083Z] #47 16.34 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:43:01.083Z] #47 16.35 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:43:01.083Z] #47 16.35 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:43:01.083Z] #47 16.41 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:43:01.083Z] #47 16.42 go: extracting github.com/spf13/viper v1.6.1 [2020-11-18T00:43:01.083Z] #47 16.49 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:43:01.083Z] #47 16.49 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:43:01.083Z] #47 16.51 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:43:01.083Z] #47 16.53 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:43:01.083Z] #47 16.55 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:43:01.083Z] #47 16.60 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-18T00:43:01.083Z] #47 16.61 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-18T00:43:01.083Z] #47 16.72 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:43:01.083Z] #47 16.74 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:43:01.083Z] #47 16.75 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:43:01.083Z] #47 16.78 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:43:01.083Z] #47 16.80 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:43:01.083Z] #47 16.81 go: downloading github.com/spf13/afero v1.1.2 [2020-11-18T00:43:01.083Z] #47 16.84 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-18T00:43:01.083Z] #47 16.89 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:43:01.083Z] #47 16.90 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:43:01.083Z] #47 16.91 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:43:01.083Z] #47 16.91 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:43:01.083Z] #47 16.98 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:43:01.083Z] #47 16.98 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-18T00:43:01.083Z] #47 16.98 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:43:01.083Z] #47 17.00 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:43:01.083Z] #47 17.15 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:43:01.083Z] #47 17.17 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:43:01.083Z] #47 17.22 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:43:01.083Z] #47 17.22 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:43:01.083Z] #47 17.22 go: extracting github.com/spf13/afero v1.1.2 [2020-11-18T00:43:01.083Z] #47 17.25 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:43:01.083Z] #47 17.26 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:43:01.083Z] #47 17.28 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-18T00:43:01.083Z] #47 17.34 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-18T00:43:01.083Z] #47 17.35 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:43:01.083Z] #47 17.38 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:43:01.083Z] #47 17.38 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-18T00:43:01.083Z] #47 17.40 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:43:01.083Z] #47 17.44 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:43:01.083Z] #47 17.48 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:43:01.083Z] #47 17.49 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-18T00:43:01.083Z] #47 17.53 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:43:01.083Z] #47 17.55 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:43:01.083Z] #47 17.62 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:43:01.083Z] #47 17.62 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:43:01.083Z] #47 17.69 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:43:01.083Z] #47 17.74 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-18T00:43:01.083Z] #47 17.76 go: downloading golang.org/x/text v0.3.2 [2020-11-18T00:43:01.083Z] #47 17.78 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-18T00:43:01.083Z] #47 17.99 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:43:01.083Z] #47 18.03 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:43:01.083Z] #47 18.07 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:43:01.083Z] #47 18.12 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:43:01.083Z] #47 18.21 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:43:01.083Z] #47 18.27 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-18T00:43:01.083Z] #47 18.30 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:43:01.083Z] #47 18.30 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:43:01.083Z] #47 18.38 go: downloading github.com/spf13/cast v1.3.0 [2020-11-18T00:43:01.083Z] #47 18.52 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:43:01.083Z] #47 18.54 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:43:01.083Z] #47 18.62 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:43:01.083Z] #47 18.62 go: extracting github.com/spf13/cast v1.3.0 [2020-11-18T00:43:01.083Z] #47 18.64 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:43:01.083Z] #47 18.67 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:43:01.083Z] #47 18.76 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-18T00:43:01.083Z] #47 18.78 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:43:01.083Z] #47 18.81 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:43:01.083Z] #47 18.94 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:43:01.083Z] #47 18.99 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:43:01.083Z] #47 19.07 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-18T00:43:01.083Z] #47 19.08 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:43:01.083Z] #47 19.12 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:43:01.083Z] #47 19.15 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-18T00:43:01.083Z] #47 19.20 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:43:01.083Z] #47 19.31 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:43:01.083Z] #47 19.32 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:43:01.083Z] #47 19.38 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:43:01.083Z] #47 19.44 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:43:01.083Z] #47 19.57 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:43:01.083Z] #47 19.62 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:43:01.083Z] #47 19.69 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:43:01.083Z] #47 19.74 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:43:01.083Z] #47 19.78 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:43:01.083Z] #47 19.84 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:43:01.083Z] #47 19.85 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:43:01.083Z] #47 19.85 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:43:01.083Z] #47 19.92 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:43:01.083Z] #47 19.92 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:43:01.083Z] #47 19.92 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:43:01.083Z] #47 19.94 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:43:01.083Z] #47 20.00 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:43:01.083Z] #47 20.00 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:43:01.083Z] #47 20.11 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:43:01.083Z] #47 20.13 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:43:01.083Z] #47 20.20 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:43:01.083Z] #47 20.48 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:43:01.083Z] #47 20.57 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:43:01.083Z] #47 20.67 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:43:01.339Z] #47 20.69 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:43:01.339Z] #47 20.78 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:43:01.339Z] #47 ... [2020-11-18T00:43:01.339Z] [2020-11-18T00:43:01.339Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:43:01.339Z] #62 16.75 + cd /tmp/tmp.YVODtfGudl/src/github.com/docker/libnetwork [2020-11-18T00:43:01.339Z] #62 16.75 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:43:01.339Z] #62 16.84 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-18T00:43:01.339Z] #62 DONE 21.0s [2020-11-18T00:43:01.339Z] [2020-11-18T00:43:01.339Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:01.339Z] #47 20.80 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:43:01.339Z] #47 ... [2020-11-18T00:43:01.339Z] [2020-11-18T00:43:01.339Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:43:01.339Z] #49 15.20 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:43:01.339Z] #49 15.60 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:43:01.339Z] #49 16.58 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:43:01.339Z] #49 17.47 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:43:01.339Z] #49 17.57 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:43:01.339Z] #49 17.66 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:43:01.339Z] #49 17.73 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:43:01.339Z] #49 18.34 github.com/pkg/diff [2020-11-18T00:43:01.339Z] #49 18.35 golang.org/x/sys/unix [2020-11-18T00:43:01.339Z] #49 19.72 mvdan.cc/editorconfig [2020-11-18T00:43:01.339Z] #49 20.86 mvdan.cc/sh/v3/fileutil [2020-11-18T00:43:01.902Z] #49 21.17 mvdan.cc/sh/v3/syntax [2020-11-18T00:43:02.795Z] #62 2.988 + RM_GOPATH=0 [2020-11-18T00:43:02.795Z] #62 2.989 + TMP_GOPATH= [2020-11-18T00:43:02.795Z] #62 2.989 + : /build [2020-11-18T00:43:02.795Z] #62 2.989 + '[' -z '' ']' [2020-11-18T00:43:02.795Z] #62 2.992 ++ mktemp -d [2020-11-18T00:43:02.795Z] #62 2.993 + export GOPATH=/tmp/tmp.guh5aALErz [2020-11-18T00:43:02.795Z] #62 2.993 + GOPATH=/tmp/tmp.guh5aALErz [2020-11-18T00:43:02.795Z] #62 2.994 + RM_GOPATH=1 [2020-11-18T00:43:02.795Z] #62 2.994 + case "$(go env GOARCH)" in [2020-11-18T00:43:02.795Z] #62 2.996 ++ go env GOARCH [2020-11-18T00:43:02.795Z] #62 3.008 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:02.795Z] #62 3.008 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:02.795Z] #62 3.009 ++ dirname /tmp/install/install.sh [2020-11-18T00:43:02.795Z] #62 3.010 + dir=/tmp/install [2020-11-18T00:43:02.795Z] #62 3.011 + bin=proxy [2020-11-18T00:43:02.795Z] #62 3.011 + shift [2020-11-18T00:43:02.795Z] #62 3.011 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-18T00:43:02.795Z] #62 3.012 + . /tmp/install/proxy.installer [2020-11-18T00:43:02.795Z] #62 3.012 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:43:02.795Z] #62 3.013 + install_proxy [2020-11-18T00:43:02.795Z] #62 3.013 + case "$1" in [2020-11-18T00:43:02.795Z] #62 3.014 + export CGO_ENABLED=0 [2020-11-18T00:43:02.795Z] #62 3.014 + CGO_ENABLED=0 [2020-11-18T00:43:02.795Z] #62 3.014 + _install_proxy [2020-11-18T00:43:02.795Z] #62 3.015 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-18T00:43:02.795Z] #62 3.015 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:43:02.795Z] #62 3.015 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.guh5aALErz/src/github.com/docker/libnetwork [2020-11-18T00:43:02.795Z] #62 3.043 Cloning into '/tmp/tmp.guh5aALErz/src/github.com/docker/libnetwork'... [2020-11-18T00:43:02.805Z] db4e2d8d5901: Verifying Checksum [2020-11-18T00:43:02.805Z] db4e2d8d5901: Download complete [2020-11-18T00:43:02.830Z] #49 ... [2020-11-18T00:43:02.830Z] [2020-11-18T00:43:02.830Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:43:02.830Z] #43 DONE 22.2s [2020-11-18T00:43:02.830Z] [2020-11-18T00:43:02.830Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:02.831Z] #47 20.95 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:43:03.104Z] 1301750ffb48: Verifying Checksum [2020-11-18T00:43:03.104Z] 1301750ffb48: Download complete [2020-11-18T00:43:03.104Z] 5ffb2f5886e2: Verifying Checksum [2020-11-18T00:43:03.104Z] 5ffb2f5886e2: Download complete [2020-11-18T00:43:03.761Z] #47 23.01 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:43:04.017Z] #47 ... [2020-11-18T00:43:04.017Z] [2020-11-18T00:43:04.017Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-18T00:43:04.017Z] #44 DONE 0.1s [2020-11-18T00:43:04.167Z] dc5c6edc9cff: Verifying Checksum [2020-11-18T00:43:04.167Z] dc5c6edc9cff: Download complete [2020-11-18T00:43:04.273Z] [2020-11-18T00:43:04.273Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:43:04.273Z] #51 15.40 + cd /tmp/tmp.Ksbf7hgV3i/src/github.com/opencontainers/runc [2020-11-18T00:43:04.273Z] #51 15.40 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-18T00:43:04.274Z] #51 16.10 + '[' -z '' ']' [2020-11-18T00:43:04.274Z] #51 16.10 + target=static [2020-11-18T00:43:04.274Z] #51 16.10 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-18T00:43:04.274Z] #51 16.54 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-18T00:43:04.529Z] #51 ... [2020-11-18T00:43:04.529Z] [2020-11-18T00:43:04.529Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:04.529Z] #47 23.99 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-18T00:43:05.356Z] #62 ... [2020-11-18T00:43:05.356Z] [2020-11-18T00:43:05.356Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:05.356Z] #45 3.079 + RM_GOPATH=0 [2020-11-18T00:43:05.356Z] #45 3.079 + TMP_GOPATH= [2020-11-18T00:43:05.356Z] #45 3.079 + : /build [2020-11-18T00:43:05.356Z] #45 3.079 + '[' -z '' ']' [2020-11-18T00:43:05.356Z] #45 3.082 ++ mktemp -d [2020-11-18T00:43:05.356Z] #45 3.083 + export GOPATH=/tmp/tmp.BFANqbo2bO [2020-11-18T00:43:05.356Z] #45 3.083 + GOPATH=/tmp/tmp.BFANqbo2bO [2020-11-18T00:43:05.356Z] #45 3.084 + RM_GOPATH=1 [2020-11-18T00:43:05.356Z] #45 3.086 + case "$(go env GOARCH)" in [2020-11-18T00:43:05.356Z] #45 3.087 ++ go env GOARCH [2020-11-18T00:43:05.356Z] #45 3.115 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:05.356Z] #45 3.115 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:05.356Z] #45 3.116 ++ dirname /tmp/install/install.sh [2020-11-18T00:43:05.356Z] #45 3.118 + dir=/tmp/install [2020-11-18T00:43:05.356Z] #45 3.118 + bin=gotestsum [2020-11-18T00:43:05.356Z] #45 3.119 + shift [2020-11-18T00:43:05.356Z] #45 3.119 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-18T00:43:05.356Z] #45 3.120 + . /tmp/install/gotestsum.installer [2020-11-18T00:43:05.356Z] #45 3.120 ++ : v0.5.3 [2020-11-18T00:43:05.356Z] #45 3.121 + install_gotestsum [2020-11-18T00:43:05.356Z] #45 3.122 + set -e [2020-11-18T00:43:05.356Z] #45 3.122 + export GO111MODULE=on [2020-11-18T00:43:05.356Z] #45 3.122 + GO111MODULE=on [2020-11-18T00:43:05.356Z] #45 3.122 + GOBIN=/build [2020-11-18T00:43:05.356Z] #45 3.122 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-18T00:43:05.356Z] #45 3.141 go: finding gotest.tools v0.5.3 [2020-11-18T00:43:05.356Z] #45 3.143 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-18T00:43:05.356Z] #45 3.991 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-18T00:43:05.356Z] #45 4.510 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-18T00:43:05.356Z] #45 4.977 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:43:05.356Z] #45 5.007 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:43:05.356Z] #45 5.008 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:43:05.356Z] #45 5.014 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-18T00:43:05.356Z] #45 5.025 go: downloading github.com/fatih/color v1.9.0 [2020-11-18T00:43:05.356Z] #45 5.029 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:43:05.356Z] #45 5.189 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:43:05.356Z] #45 5.232 go: downloading github.com/pkg/errors v0.9.1 [2020-11-18T00:43:05.356Z] #45 5.279 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-18T00:43:05.356Z] #45 5.414 go: extracting github.com/fatih/color v1.9.0 [2020-11-18T00:43:05.356Z] #45 5.426 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:43:05.356Z] #45 5.504 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:43:05.356Z] #45 5.508 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:43:05.356Z] #45 5.562 go: extracting github.com/pkg/errors v0.9.1 [2020-11-18T00:43:05.356Z] #45 5.660 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:43:05.356Z] #45 5.664 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:43:05.356Z] #45 5.714 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:43:05.356Z] #45 5.774 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:43:05.356Z] #45 5.781 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:43:05.356Z] #45 6.182 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:43:06.270Z] db4e2d8d5901: Pull complete [2020-11-18T00:43:06.305Z] #45 6.958 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:43:06.305Z] #45 7.037 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:43:06.305Z] #45 ... [2020-11-18T00:43:06.305Z] [2020-11-18T00:43:06.305Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:06.305Z] #47 2.927 + RM_GOPATH=0 [2020-11-18T00:43:06.305Z] #47 2.929 + TMP_GOPATH= [2020-11-18T00:43:06.305Z] #47 2.929 + : /build [2020-11-18T00:43:06.305Z] #47 2.929 + '[' -z '' ']' [2020-11-18T00:43:06.305Z] #47 2.930 ++ mktemp -d [2020-11-18T00:43:06.305Z] #47 2.932 + export GOPATH=/tmp/tmp.B8n439iwLK [2020-11-18T00:43:06.305Z] #47 2.932 + GOPATH=/tmp/tmp.B8n439iwLK [2020-11-18T00:43:06.305Z] #47 2.932 + RM_GOPATH=1 [2020-11-18T00:43:06.305Z] #47 2.932 + case "$(go env GOARCH)" in [2020-11-18T00:43:06.305Z] #47 2.932 ++ go env GOARCH [2020-11-18T00:43:06.305Z] #47 2.941 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:06.305Z] #47 2.941 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:06.305Z] #47 2.944 ++ dirname /tmp/install/install.sh [2020-11-18T00:43:06.305Z] #47 2.945 + dir=/tmp/install [2020-11-18T00:43:06.305Z] #47 2.945 + bin=golangci_lint [2020-11-18T00:43:06.305Z] #47 2.948 + shift [2020-11-18T00:43:06.305Z] #47 2.949 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-18T00:43:06.305Z] #47 2.949 + . /tmp/install/golangci_lint.installer [2020-11-18T00:43:06.305Z] #47 2.949 ++ : v1.23.8 [2020-11-18T00:43:06.305Z] #47 2.950 + install_golangci_lint [2020-11-18T00:43:06.305Z] #47 2.950 + set -e [2020-11-18T00:43:06.305Z] #47 2.950 + export GO111MODULE=on [2020-11-18T00:43:06.305Z] #47 2.950 + GO111MODULE=on [2020-11-18T00:43:06.305Z] #47 2.950 + GOBIN=/build [2020-11-18T00:43:06.305Z] #47 2.950 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-18T00:43:06.305Z] #47 2.984 go: finding github.com v1.23.8 [2020-11-18T00:43:06.305Z] #47 2.986 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-18T00:43:06.305Z] #47 2.987 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:43:06.305Z] #47 3.004 go: finding github.com/golangci v1.23.8 [2020-11-18T00:43:06.305Z] #47 3.004 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-18T00:43:06.305Z] #47 3.334 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:43:06.305Z] #47 3.858 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:43:06.305Z] #47 6.371 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-18T00:43:06.305Z] #47 6.384 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:43:06.305Z] #47 6.431 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:43:06.305Z] #47 6.461 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:43:06.305Z] #47 6.484 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:43:06.305Z] #47 6.556 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:43:06.305Z] #47 6.556 go: downloading github.com/pkg/errors v0.8.1 [2020-11-18T00:43:06.305Z] #47 6.588 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:43:06.305Z] #47 6.590 go: downloading github.com/fatih/color v1.7.0 [2020-11-18T00:43:06.305Z] #47 6.775 go: downloading github.com/spf13/viper v1.6.1 [2020-11-18T00:43:06.305Z] #47 6.922 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-18T00:43:06.305Z] #47 6.958 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:43:06.305Z] #47 6.959 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:43:06.305Z] #47 6.987 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:43:06.305Z] #47 7.004 go: extracting github.com/pkg/errors v0.8.1 [2020-11-18T00:43:06.305Z] #47 7.011 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:43:06.305Z] #47 7.017 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:43:06.305Z] #47 7.036 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:43:06.305Z] #47 7.042 go: extracting github.com/fatih/color v1.7.0 [2020-11-18T00:43:06.305Z] #47 7.050 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:43:06.305Z] #47 7.072 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:43:06.418Z] #47 25.97 go: extracting golang.org/x/text v0.3.2 [2020-11-18T00:43:06.566Z] dfe2d012519c: Pull complete [2020-11-18T00:43:06.567Z] #47 7.099 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:43:06.567Z] #47 7.106 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-18T00:43:06.567Z] #47 7.156 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:43:06.567Z] #47 7.199 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:43:06.567Z] #47 7.202 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-18T00:43:06.567Z] #47 7.268 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:43:06.567Z] #47 7.325 go: extracting github.com/spf13/viper v1.6.1 [2020-11-18T00:43:06.567Z] #47 7.377 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:43:06.567Z] #47 7.377 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-18T00:43:06.567Z] #47 7.440 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-18T00:43:06.830Z] #47 7.512 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-18T00:43:06.861Z] 3c370c2e2f82: Verifying Checksum [2020-11-18T00:43:06.861Z] 3c370c2e2f82: Download complete [2020-11-18T00:43:06.861Z] 5d8f1d1f9197: Pull complete [2020-11-18T00:43:07.093Z] #47 7.610 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:43:07.093Z] #47 7.619 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:43:07.093Z] #47 7.659 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-18T00:43:07.670Z] #47 8.321 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:43:07.670Z] #47 8.420 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:43:08.246Z] #47 8.743 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:43:08.937Z] #47 28.17 go: finding github.com/fatih/color v1.7.0 [2020-11-18T00:43:08.937Z] #47 28.19 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:43:08.937Z] #47 28.20 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:43:08.937Z] #47 28.20 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:43:08.937Z] #47 28.28 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:43:08.937Z] #47 28.28 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:43:08.937Z] #47 28.31 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:43:08.937Z] #47 28.31 go: finding github.com/pkg/errors v0.8.1 [2020-11-18T00:43:08.937Z] #47 28.33 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:43:08.937Z] #47 28.35 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:43:08.937Z] #47 28.35 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:43:08.937Z] #47 28.35 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:43:08.937Z] #47 28.36 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:43:08.937Z] #47 28.37 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:43:08.937Z] #47 28.37 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:43:08.937Z] #47 28.38 go: finding github.com/stretchr/testify v1.4.0 [2020-11-18T00:43:08.937Z] #47 28.38 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:43:08.937Z] #47 28.39 go: finding github.com/spf13/viper v1.6.1 [2020-11-18T00:43:08.937Z] #47 28.41 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:43:08.937Z] #47 28.43 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:43:08.937Z] #47 28.44 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:43:08.937Z] #47 28.45 go: finding github.com/stretchr/objx v0.2.0 [2020-11-18T00:43:08.937Z] #47 28.54 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:43:09.192Z] #47 28.54 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:43:09.192Z] #47 28.55 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:43:09.192Z] #47 28.56 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:43:09.192Z] #47 28.61 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:43:09.192Z] #47 28.62 go: finding github.com/spf13/cobra v0.0.5 [2020-11-18T00:43:09.192Z] #47 28.62 go: finding github.com/gobwas/glob v0.2.3 [2020-11-18T00:43:09.192Z] #47 28.64 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:43:09.192Z] #47 28.64 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:43:09.192Z] #47 28.69 go: finding github.com/magiconair/properties v1.8.1 [2020-11-18T00:43:09.192Z] #47 28.72 go: finding github.com/spf13/pflag v1.0.5 [2020-11-18T00:43:09.192Z] #47 28.74 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:43:09.192Z] #47 28.74 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:43:09.195Z] #47 ... [2020-11-18T00:43:09.195Z] [2020-11-18T00:43:09.195Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:43:09.195Z] #51 2.525 + RM_GOPATH=0 [2020-11-18T00:43:09.195Z] #51 2.525 + TMP_GOPATH= [2020-11-18T00:43:09.195Z] #51 2.525 + : /build [2020-11-18T00:43:09.195Z] #51 2.525 + '[' -z '' ']' [2020-11-18T00:43:09.195Z] #51 2.525 ++ mktemp -d [2020-11-18T00:43:09.195Z] #51 2.533 + export GOPATH=/tmp/tmp.5b9jrUTQWv [2020-11-18T00:43:09.195Z] #51 2.533 + GOPATH=/tmp/tmp.5b9jrUTQWv [2020-11-18T00:43:09.195Z] #51 2.533 + RM_GOPATH=1 [2020-11-18T00:43:09.195Z] #51 2.533 + case "$(go env GOARCH)" in [2020-11-18T00:43:09.195Z] #51 2.537 ++ go env GOARCH [2020-11-18T00:43:09.195Z] #51 2.587 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:09.195Z] #51 2.587 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:09.195Z] #51 2.587 ++ dirname /tmp/install/install.sh [2020-11-18T00:43:09.195Z] #51 2.587 + dir=/tmp/install [2020-11-18T00:43:09.195Z] #51 2.587 + bin=runc [2020-11-18T00:43:09.195Z] #51 2.587 + shift [2020-11-18T00:43:09.195Z] #51 2.587 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-18T00:43:09.195Z] #51 2.587 + . /tmp/install/runc.installer [2020-11-18T00:43:09.195Z] #51 2.587 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-18T00:43:09.195Z] #51 2.587 + install_runc [2020-11-18T00:43:09.195Z] #51 2.587 + uname -r [2020-11-18T00:43:09.195Z] #51 2.587 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-18T00:43:09.195Z] #51 2.613 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-18T00:43:09.195Z] #51 2.616 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-18T00:43:09.195Z] #51 2.616 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-18T00:43:09.195Z] #51 2.616 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5b9jrUTQWv/src/github.com/opencontainers/runc [2020-11-18T00:43:09.195Z] #51 2.629 Cloning into '/tmp/tmp.5b9jrUTQWv/src/github.com/opencontainers/runc'... [2020-11-18T00:43:09.195Z] #51 7.681 + cd /tmp/tmp.5b9jrUTQWv/src/github.com/opencontainers/runc [2020-11-18T00:43:09.195Z] #51 7.681 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-18T00:43:09.195Z] #51 8.279 + '[' -z '' ']' [2020-11-18T00:43:09.195Z] #51 8.279 + target=static [2020-11-18T00:43:09.195Z] #51 8.279 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-18T00:43:09.195Z] #51 8.782 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-18T00:43:09.449Z] #47 28.76 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:43:09.449Z] #47 28.77 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:43:09.449Z] #47 28.79 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:43:09.449Z] #47 28.80 go: finding github.com/spf13/afero v1.1.2 [2020-11-18T00:43:09.449Z] #47 28.82 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:43:09.449Z] #47 28.87 go: finding github.com/spf13/cast v1.3.0 [2020-11-18T00:43:09.449Z] #47 28.87 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:43:09.449Z] #47 28.88 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:43:09.449Z] #47 28.90 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:43:09.449Z] #47 28.91 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:43:09.449Z] #47 28.92 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-18T00:43:09.449Z] #47 28.94 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:43:09.449Z] #47 28.96 go: finding golang.org/x/text v0.3.2 [2020-11-18T00:43:09.449Z] #47 28.99 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:43:09.458Z] #51 ... [2020-11-18T00:43:09.458Z] [2020-11-18T00:43:09.458Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:43:09.458Z] #49 2.511 + RM_GOPATH=0 [2020-11-18T00:43:09.458Z] #49 2.511 + TMP_GOPATH= [2020-11-18T00:43:09.458Z] #49 2.511 + : /build [2020-11-18T00:43:09.458Z] #49 2.511 + '[' -z '' ']' [2020-11-18T00:43:09.458Z] #49 2.511 ++ mktemp -d [2020-11-18T00:43:09.458Z] #49 2.513 + export GOPATH=/tmp/tmp.gJeo9j6k4C [2020-11-18T00:43:09.458Z] #49 2.513 + GOPATH=/tmp/tmp.gJeo9j6k4C [2020-11-18T00:43:09.458Z] #49 2.513 + RM_GOPATH=1 [2020-11-18T00:43:09.458Z] #49 2.513 + case "$(go env GOARCH)" in [2020-11-18T00:43:09.458Z] #49 2.514 ++ go env GOARCH [2020-11-18T00:43:09.458Z] #49 2.526 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:09.458Z] #49 2.526 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:09.458Z] #49 2.530 ++ dirname /tmp/install/install.sh [2020-11-18T00:43:09.458Z] #49 2.532 + dir=/tmp/install [2020-11-18T00:43:09.458Z] #49 2.533 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:43:09.458Z] #49 2.533 + bin=shfmt [2020-11-18T00:43:09.458Z] #49 2.533 + shift [2020-11-18T00:43:09.458Z] #49 2.533 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-18T00:43:09.458Z] #49 2.533 + . /tmp/install/shfmt.installer [2020-11-18T00:43:09.458Z] #49 2.533 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:43:09.458Z] #49 2.533 + install_shfmt [2020-11-18T00:43:09.458Z] #49 2.533 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-18T00:43:09.458Z] #49 2.533 + git clone https://github.com/mvdan/sh.git /tmp/tmp.gJeo9j6k4C/src/github.com/mvdan/sh [2020-11-18T00:43:09.458Z] #49 2.546 Cloning into '/tmp/tmp.gJeo9j6k4C/src/github.com/mvdan/sh'... [2020-11-18T00:43:09.458Z] #49 7.161 + cd /tmp/tmp.gJeo9j6k4C/src/github.com/mvdan/sh [2020-11-18T00:43:09.458Z] #49 7.170 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:43:09.458Z] #49 7.247 + GO111MODULE=on [2020-11-18T00:43:09.458Z] #49 7.250 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-18T00:43:09.458Z] #49 7.946 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:43:09.458Z] #49 7.954 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:43:09.458Z] #49 7.970 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:43:09.458Z] #49 8.079 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:43:09.458Z] #49 8.125 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:43:09.458Z] #49 8.598 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:43:09.458Z] #49 9.029 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:43:09.458Z] #49 9.928 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:43:09.458Z] #49 ... [2020-11-18T00:43:09.458Z] [2020-11-18T00:43:09.458Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:09.458Z] #56 2.612 + RM_GOPATH=0 [2020-11-18T00:43:09.458Z] #56 2.612 + TMP_GOPATH= [2020-11-18T00:43:09.458Z] #56 2.612 + : /build [2020-11-18T00:43:09.458Z] #56 2.612 + '[' -z '' ']' [2020-11-18T00:43:09.458Z] #56 2.612 ++ mktemp -d [2020-11-18T00:43:09.458Z] #56 2.614 + export GOPATH=/tmp/tmp.iXkmcYVsXN [2020-11-18T00:43:09.458Z] #56 2.614 + GOPATH=/tmp/tmp.iXkmcYVsXN [2020-11-18T00:43:09.458Z] #56 2.614 + RM_GOPATH=1 [2020-11-18T00:43:09.458Z] #56 2.614 + case "$(go env GOARCH)" in [2020-11-18T00:43:09.458Z] #56 2.618 ++ go env GOARCH [2020-11-18T00:43:09.458Z] #56 2.638 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:09.458Z] #56 2.638 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:09.458Z] #56 2.639 ++ dirname /tmp/install/install.sh [2020-11-18T00:43:09.458Z] #56 2.641 + dir=/tmp/install [2020-11-18T00:43:09.458Z] #56 2.641 + bin=rootlesskit [2020-11-18T00:43:09.458Z] #56 2.641 + shift [2020-11-18T00:43:09.458Z] #56 2.641 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-18T00:43:09.458Z] #56 2.641 + . /tmp/install/rootlesskit.installer [2020-11-18T00:43:09.458Z] #56 2.641 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:43:09.458Z] #56 2.641 + install_rootlesskit [2020-11-18T00:43:09.458Z] #56 2.641 + case "$1" in [2020-11-18T00:43:09.458Z] #56 2.641 + export CGO_ENABLED=0 [2020-11-18T00:43:09.458Z] #56 2.641 + CGO_ENABLED=0 [2020-11-18T00:43:09.458Z] #56 2.641 + _install_rootlesskit [2020-11-18T00:43:09.458Z] #56 2.641 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-18T00:43:09.458Z] #56 2.641 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.iXkmcYVsXN/src/github.com/rootless-containers/rootlesskit [2020-11-18T00:43:09.458Z] #56 2.642 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:43:09.458Z] #56 2.647 Cloning into '/tmp/tmp.iXkmcYVsXN/src/github.com/rootless-containers/rootlesskit'... [2020-11-18T00:43:09.458Z] #56 4.982 + cd /tmp/tmp.iXkmcYVsXN/src/github.com/rootless-containers/rootlesskit [2020-11-18T00:43:09.458Z] #56 4.983 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:43:09.458Z] #56 5.077 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-18T00:43:09.458Z] #56 5.077 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-18T00:43:09.618Z] 1301750ffb48: Pull complete [2020-11-18T00:43:09.705Z] #47 29.02 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:43:09.705Z] #47 29.02 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:43:09.705Z] #47 29.03 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:43:09.705Z] #47 29.08 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:43:09.705Z] #47 29.11 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:43:09.705Z] #47 29.13 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:43:09.705Z] #47 29.13 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:43:09.705Z] #47 29.13 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-18T00:43:09.705Z] #47 29.14 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:43:09.705Z] #47 29.14 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:43:09.705Z] #47 29.15 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:43:09.705Z] #47 29.16 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:43:09.705Z] #47 29.17 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:43:09.705Z] #47 29.19 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:43:09.705Z] #47 29.19 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:43:09.705Z] #47 29.19 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-18T00:43:09.705Z] #47 29.20 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:43:09.705Z] #47 29.21 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:43:09.753Z] #56 ... [2020-11-18T00:43:09.753Z] [2020-11-18T00:43:09.753Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:43:09.753Z] #35 3.084 + RM_GOPATH=0 [2020-11-18T00:43:09.753Z] #35 3.084 + TMP_GOPATH= [2020-11-18T00:43:09.753Z] #35 3.084 + : /build [2020-11-18T00:43:09.753Z] #35 3.084 + '[' -z '' ']' [2020-11-18T00:43:09.753Z] #35 3.085 ++ mktemp -d [2020-11-18T00:43:09.753Z] #35 3.093 + export GOPATH=/tmp/tmp.miBn7DygTM [2020-11-18T00:43:09.753Z] #35 3.093 + GOPATH=/tmp/tmp.miBn7DygTM [2020-11-18T00:43:09.753Z] #35 3.093 + RM_GOPATH=1 [2020-11-18T00:43:09.753Z] #35 3.093 + case "$(go env GOARCH)" in [2020-11-18T00:43:09.753Z] #35 3.095 ++ go env GOARCH [2020-11-18T00:43:09.753Z] #35 3.102 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:09.753Z] #35 3.102 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:09.753Z] #35 3.103 ++ dirname /tmp/install/install.sh [2020-11-18T00:43:09.753Z] #35 3.106 + dir=/tmp/install [2020-11-18T00:43:09.753Z] #35 3.106 + bin=tini [2020-11-18T00:43:09.753Z] #35 3.106 + shift [2020-11-18T00:43:09.753Z] #35 3.106 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-18T00:43:09.753Z] #35 3.106 + . /tmp/install/tini.installer [2020-11-18T00:43:09.753Z] #35 3.106 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:43:09.753Z] #35 3.106 + install_tini [2020-11-18T00:43:09.753Z] #35 3.106 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-18T00:43:09.753Z] #35 3.106 + git clone https://github.com/krallin/tini.git /tmp/tmp.miBn7DygTM/tini [2020-11-18T00:43:09.753Z] #35 3.106 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:43:09.753Z] #35 3.111 Cloning into '/tmp/tmp.miBn7DygTM/tini'... [2020-11-18T00:43:09.753Z] #35 3.670 + cd /tmp/tmp.miBn7DygTM/tini [2020-11-18T00:43:09.753Z] #35 3.671 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:43:09.753Z] #35 3.687 + cmake . [2020-11-18T00:43:09.753Z] #35 4.707 -- The C compiler identification is GNU 8.3.0 [2020-11-18T00:43:09.753Z] #35 4.753 -- Check for working C compiler: /usr/bin/cc [2020-11-18T00:43:09.753Z] #35 5.430 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-18T00:43:09.753Z] #35 5.435 -- Detecting C compiler ABI info [2020-11-18T00:43:09.753Z] #35 6.254 -- Detecting C compiler ABI info - done [2020-11-18T00:43:09.753Z] #35 6.310 -- Detecting C compile features [2020-11-18T00:43:09.753Z] #35 8.543 -- Detecting C compile features - done [2020-11-18T00:43:09.753Z] #35 8.563 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-18T00:43:09.753Z] #35 8.826 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-18T00:43:09.753Z] #35 8.940 -- Configuring done [2020-11-18T00:43:09.753Z] #35 8.974 -- Generating done [2020-11-18T00:43:09.753Z] #35 8.977 -- Build files have been written to: /tmp/tmp.miBn7DygTM/tini [2020-11-18T00:43:09.753Z] #35 8.993 + make tini-static [2020-11-18T00:43:09.754Z] #35 9.423 Scanning dependencies of target tini-static [2020-11-18T00:43:09.754Z] #35 9.478 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-18T00:43:09.754Z] #35 ... [2020-11-18T00:43:09.754Z] [2020-11-18T00:43:09.754Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:43:09.754Z] #32 2.863 + RM_GOPATH=0 [2020-11-18T00:43:09.754Z] #32 2.863 + TMP_GOPATH= [2020-11-18T00:43:09.754Z] #32 2.863 + : /build [2020-11-18T00:43:09.754Z] #32 2.863 + '[' -z '' ']' [2020-11-18T00:43:09.754Z] #32 2.863 ++ mktemp -d [2020-11-18T00:43:09.754Z] #32 2.868 + export GOPATH=/tmp/tmp.qyMWb5ee13 [2020-11-18T00:43:09.754Z] #32 2.868 + GOPATH=/tmp/tmp.qyMWb5ee13 [2020-11-18T00:43:09.754Z] #32 2.868 + RM_GOPATH=1 [2020-11-18T00:43:09.754Z] #32 2.868 + case "$(go env GOARCH)" in [2020-11-18T00:43:09.754Z] #32 2.868 ++ go env GOARCH [2020-11-18T00:43:09.754Z] #32 2.882 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:09.754Z] #32 2.885 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:09.754Z] #32 2.885 ++ dirname /tmp/install/install.sh [2020-11-18T00:43:09.754Z] #32 2.887 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:43:09.754Z] #32 2.888 + dir=/tmp/install [2020-11-18T00:43:09.754Z] #32 2.888 + bin=tomlv [2020-11-18T00:43:09.754Z] #32 2.888 + shift [2020-11-18T00:43:09.754Z] #32 2.888 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-18T00:43:09.754Z] #32 2.888 + . /tmp/install/tomlv.installer [2020-11-18T00:43:09.754Z] #32 2.888 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:43:09.754Z] #32 2.888 + install_tomlv [2020-11-18T00:43:09.754Z] #32 2.888 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-18T00:43:09.754Z] #32 2.888 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.qyMWb5ee13/src/github.com/BurntSushi/toml [2020-11-18T00:43:09.754Z] #32 2.891 Cloning into '/tmp/tmp.qyMWb5ee13/src/github.com/BurntSushi/toml'... [2020-11-18T00:43:09.754Z] #32 3.619 + cd /tmp/tmp.qyMWb5ee13/src/github.com/BurntSushi/toml [2020-11-18T00:43:09.754Z] #32 3.619 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:43:09.754Z] #32 3.627 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-18T00:43:09.754Z] #32 4.324 github.com/BurntSushi/toml [2020-11-18T00:43:09.754Z] #32 6.132 github.com/BurntSushi/toml/cmd/tomlv [2020-11-18T00:43:09.962Z] #47 29.24 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:43:09.962Z] #47 29.26 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-18T00:43:09.962Z] #47 29.33 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:43:09.962Z] #47 29.39 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:43:09.962Z] #47 29.40 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:43:09.962Z] #47 29.43 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:43:09.962Z] #47 29.43 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:43:10.101Z] #32 ... [2020-11-18T00:43:10.101Z] [2020-11-18T00:43:10.101Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:43:10.101Z] #43 2.848 + RM_GOPATH=0 [2020-11-18T00:43:10.101Z] #43 2.848 + TMP_GOPATH= [2020-11-18T00:43:10.101Z] #43 2.850 + : /build [2020-11-18T00:43:10.101Z] #43 2.850 + '[' -z '' ']' [2020-11-18T00:43:10.101Z] #43 2.850 ++ mktemp -d [2020-11-18T00:43:10.101Z] #43 2.859 + export GOPATH=/tmp/tmp.akv1rC5Ohd [2020-11-18T00:43:10.101Z] #43 2.859 + GOPATH=/tmp/tmp.akv1rC5Ohd [2020-11-18T00:43:10.101Z] #43 2.859 + RM_GOPATH=1 [2020-11-18T00:43:10.101Z] #43 2.859 + case "$(go env GOARCH)" in [2020-11-18T00:43:10.101Z] #43 2.867 ++ go env GOARCH [2020-11-18T00:43:10.101Z] #43 2.877 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:10.101Z] #43 2.877 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:10.101Z] #43 2.878 ++ dirname /tmp/install/install.sh [2020-11-18T00:43:10.101Z] #43 2.880 + dir=/tmp/install [2020-11-18T00:43:10.101Z] #43 2.880 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:43:10.101Z] #43 2.881 + bin=vndr [2020-11-18T00:43:10.101Z] #43 2.881 + shift [2020-11-18T00:43:10.101Z] #43 2.881 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-18T00:43:10.101Z] #43 2.881 + . /tmp/install/vndr.installer [2020-11-18T00:43:10.101Z] #43 2.881 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:43:10.101Z] #43 2.881 + install_vndr [2020-11-18T00:43:10.101Z] #43 2.881 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-18T00:43:10.101Z] #43 2.881 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.akv1rC5Ohd/src/github.com/LK4D4/vndr [2020-11-18T00:43:10.101Z] #43 2.887 Cloning into '/tmp/tmp.akv1rC5Ohd/src/github.com/LK4D4/vndr'... [2020-11-18T00:43:10.101Z] #43 3.337 + cd /tmp/tmp.akv1rC5Ohd/src/github.com/LK4D4/vndr [2020-11-18T00:43:10.101Z] #43 3.337 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:43:10.101Z] #43 3.350 + go build -buildmode=pie -v -o /build/vndr . [2020-11-18T00:43:10.101Z] #43 4.349 github.com/LK4D4/vndr/godl/singleflight [2020-11-18T00:43:10.101Z] #43 4.480 github.com/LK4D4/vndr/build [2020-11-18T00:43:10.101Z] #43 4.486 github.com/LK4D4/vndr/versioned [2020-11-18T00:43:10.101Z] #43 4.962 github.com/LK4D4/vndr/godl [2020-11-18T00:43:10.101Z] #43 7.011 github.com/LK4D4/vndr [2020-11-18T00:43:10.101Z] #43 ... [2020-11-18T00:43:10.101Z] [2020-11-18T00:43:10.101Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:10.101Z] #54 2.177 + RM_GOPATH=0 [2020-11-18T00:43:10.101Z] #54 2.177 + TMP_GOPATH= [2020-11-18T00:43:10.101Z] #54 2.177 + : /build [2020-11-18T00:43:10.101Z] #54 2.177 + '[' -z '' ']' [2020-11-18T00:43:10.101Z] #54 2.178 ++ mktemp -d [2020-11-18T00:43:10.101Z] #54 2.208 + export GOPATH=/tmp/tmp.FLb1KapJGM [2020-11-18T00:43:10.101Z] #54 2.208 + GOPATH=/tmp/tmp.FLb1KapJGM [2020-11-18T00:43:10.101Z] #54 2.208 + RM_GOPATH=1 [2020-11-18T00:43:10.101Z] #54 2.208 + case "$(go env GOARCH)" in [2020-11-18T00:43:10.101Z] #54 2.208 ++ go env GOARCH [2020-11-18T00:43:10.101Z] #54 2.209 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:10.101Z] #54 2.209 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:10.101Z] #54 2.209 ++ dirname /tmp/install/install.sh [2020-11-18T00:43:10.101Z] #54 2.211 + dir=/tmp/install [2020-11-18T00:43:10.101Z] #54 2.211 + bin=containerd [2020-11-18T00:43:10.101Z] #54 2.211 + shift [2020-11-18T00:43:10.101Z] #54 2.211 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-18T00:43:10.101Z] #54 2.211 + . /tmp/install/containerd.installer [2020-11-18T00:43:10.101Z] #54 2.211 ++ set -e [2020-11-18T00:43:10.101Z] #54 2.211 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:43:10.101Z] #54 2.211 + install_containerd [2020-11-18T00:43:10.101Z] #54 2.213 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-18T00:43:10.101Z] #54 2.213 + git clone https://github.com/containerd/containerd.git /tmp/tmp.FLb1KapJGM/src/github.com/containerd/containerd [2020-11-18T00:43:10.101Z] #54 2.213 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:43:10.101Z] #54 2.261 Cloning into '/tmp/tmp.FLb1KapJGM/src/github.com/containerd/containerd'... [2020-11-18T00:43:10.101Z] #54 ... [2020-11-18T00:43:10.101Z] [2020-11-18T00:43:10.101Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:10.101Z] #22 2.654 + RM_GOPATH=0 [2020-11-18T00:43:10.101Z] #22 2.654 + TMP_GOPATH= [2020-11-18T00:43:10.101Z] #22 2.654 + : /build [2020-11-18T00:43:10.101Z] #22 2.654 + '[' -z '' ']' [2020-11-18T00:43:10.101Z] #22 2.654 ++ mktemp -d [2020-11-18T00:43:10.101Z] #22 2.662 + export GOPATH=/tmp/tmp.1kpqU9AXxv [2020-11-18T00:43:10.101Z] #22 2.662 + GOPATH=/tmp/tmp.1kpqU9AXxv [2020-11-18T00:43:10.101Z] #22 2.662 + RM_GOPATH=1 [2020-11-18T00:43:10.101Z] #22 2.662 + case "$(go env GOARCH)" in [2020-11-18T00:43:10.101Z] #22 2.672 ++ go env GOARCH [2020-11-18T00:43:10.101Z] #22 2.694 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:10.101Z] #22 2.694 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:43:10.101Z] #22 2.697 ++ dirname /tmp/install/install.sh [2020-11-18T00:43:10.101Z] #22 2.703 Install docker/cli version 17.06.2-ce from stable [2020-11-18T00:43:10.101Z] #22 2.703 + dir=/tmp/install [2020-11-18T00:43:10.101Z] #22 2.703 + bin=dockercli [2020-11-18T00:43:10.101Z] #22 2.703 + shift [2020-11-18T00:43:10.101Z] #22 2.703 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-18T00:43:10.101Z] #22 2.703 + . /tmp/install/dockercli.installer [2020-11-18T00:43:10.101Z] #22 2.703 ++ : stable [2020-11-18T00:43:10.101Z] #22 2.703 ++ : 17.06.2-ce [2020-11-18T00:43:10.101Z] #22 2.703 + install_dockercli [2020-11-18T00:43:10.101Z] #22 2.703 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-18T00:43:10.101Z] #22 2.705 ++ uname -m [2020-11-18T00:43:10.101Z] #22 2.708 + arch=aarch64 [2020-11-18T00:43:10.101Z] #22 2.708 + '[' aarch64 '!=' x86_64 ']' [2020-11-18T00:43:10.101Z] #22 2.708 + '[' aarch64 '!=' s390x ']' [2020-11-18T00:43:10.101Z] #22 2.708 + '[' aarch64 '!=' armhf ']' [2020-11-18T00:43:10.101Z] #22 2.708 + build_dockercli [2020-11-18T00:43:10.101Z] #22 2.708 + git clone https://github.com/docker/docker-ce /tmp/tmp.1kpqU9AXxv/tmp/docker-ce [2020-11-18T00:43:10.102Z] #22 2.723 Cloning into '/tmp/tmp.1kpqU9AXxv/tmp/docker-ce'... [2020-11-18T00:43:10.365Z] #22 ... [2020-11-18T00:43:10.365Z] [2020-11-18T00:43:10.365Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:10.365Z] #47 10.51 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:43:10.365Z] #47 10.52 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:43:10.365Z] #47 10.52 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:43:10.365Z] #47 10.52 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:43:10.365Z] #47 10.54 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:43:10.365Z] #47 10.55 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:43:10.365Z] #47 10.56 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:43:10.365Z] #47 10.58 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:43:10.365Z] #47 10.59 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:43:10.365Z] #47 10.59 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:43:10.365Z] #47 10.65 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:43:10.365Z] #47 10.67 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:43:10.365Z] #47 10.69 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:43:10.365Z] #47 10.70 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-18T00:43:10.365Z] #47 10.71 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:43:10.365Z] #47 10.71 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:43:10.365Z] #47 10.71 go: downloading github.com/spf13/afero v1.1.2 [2020-11-18T00:43:10.365Z] #47 10.73 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:43:10.365Z] #47 10.73 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:43:10.365Z] #47 10.74 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:43:10.365Z] #47 10.78 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-18T00:43:10.365Z] #47 10.78 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:43:10.365Z] #47 10.81 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:43:10.365Z] #47 10.82 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:43:10.365Z] #47 10.82 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:43:10.365Z] #47 10.83 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:43:10.365Z] #47 10.83 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-18T00:43:10.365Z] #47 10.84 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:43:10.365Z] #47 10.85 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:43:10.365Z] #47 10.86 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:43:10.365Z] #47 10.87 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:43:10.365Z] #47 10.88 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:43:10.365Z] #47 10.96 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:43:10.365Z] #47 10.98 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:43:10.365Z] #47 11.03 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:43:10.365Z] #47 11.06 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:43:10.365Z] #47 11.07 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:43:10.365Z] #47 11.07 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:43:10.365Z] #47 11.12 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:43:10.628Z] #47 11.14 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:43:10.629Z] #47 11.14 go: extracting github.com/spf13/afero v1.1.2 [2020-11-18T00:43:10.629Z] #47 11.16 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-18T00:43:10.629Z] #47 11.16 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:43:10.629Z] #47 11.17 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:43:10.629Z] #47 11.25 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:43:10.629Z] #47 11.37 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-18T00:43:10.629Z] #47 11.40 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:43:10.629Z] #47 11.45 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:43:10.629Z] #47 11.45 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:43:10.629Z] #47 11.48 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:43:10.892Z] #47 11.48 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:43:10.892Z] #47 11.56 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:43:10.892Z] #47 11.60 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:43:10.892Z] #47 ... [2020-11-18T00:43:10.892Z] [2020-11-18T00:43:10.892Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:43:10.892Z] #32 DONE 11.6s [2020-11-18T00:43:10.892Z] [2020-11-18T00:43:10.892Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:10.892Z] #47 11.64 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:43:10.892Z] #47 11.65 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-18T00:43:10.892Z] #47 11.70 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:43:10.892Z] #47 11.71 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:43:11.157Z] #47 ... [2020-11-18T00:43:11.157Z] [2020-11-18T00:43:11.157Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:43:11.157Z] #35 10.76 [100%] Linking C executable tini-static [2020-11-18T00:43:11.157Z] #35 11.50 [100%] Built target tini-static [2020-11-18T00:43:11.157Z] #35 11.54 + mkdir -p /build [2020-11-18T00:43:11.157Z] #35 11.56 + cp tini-static /build/docker-init [2020-11-18T00:43:11.157Z] #35 DONE 11.8s [2020-11-18T00:43:11.157Z] [2020-11-18T00:43:11.157Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:11.157Z] #47 11.88 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:43:11.157Z] #47 11.90 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:43:11.157Z] #47 11.91 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:43:11.157Z] #47 11.92 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:43:11.157Z] #47 11.92 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:43:11.157Z] #47 11.92 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:43:11.157Z] #47 11.94 go: downloading github.com/spf13/cast v1.3.0 [2020-11-18T00:43:11.157Z] #47 11.98 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:43:11.157Z] #47 11.98 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:43:11.431Z] #47 11.99 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:43:11.431Z] #47 12.00 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:43:11.431Z] #47 12.00 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:43:11.431Z] #47 12.03 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:43:11.431Z] #47 12.06 go: extracting github.com/spf13/cast v1.3.0 [2020-11-18T00:43:11.431Z] #47 12.07 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:43:11.431Z] #47 12.09 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:43:11.431Z] #47 12.12 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:43:11.431Z] #47 12.14 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:43:11.431Z] #47 12.21 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:43:11.431Z] #47 12.32 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:43:11.698Z] #47 12.33 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:43:11.698Z] #47 12.34 go: downloading golang.org/x/text v0.3.2 [2020-11-18T00:43:11.702Z] dc5c6edc9cff: Pull complete [2020-11-18T00:43:11.961Z] #47 12.51 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:43:12.226Z] #47 12.91 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:43:12.226Z] #47 12.99 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:43:12.490Z] #47 13.12 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:43:12.490Z] #47 13.12 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:43:12.491Z] #47 ... [2020-11-18T00:43:12.491Z] [2020-11-18T00:43:12.491Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:43:12.491Z] #49 25.77 golang.org/x/crypto/ssh/terminal [2020-11-18T00:43:12.491Z] #49 28.18 mvdan.cc/sh/v3/cmd/shfmt [2020-11-18T00:43:12.491Z] #49 DONE 31.8s [2020-11-18T00:43:12.491Z] [2020-11-18T00:43:12.491Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:12.754Z] #47 13.30 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:43:12.754Z] #47 13.39 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:43:12.754Z] #47 13.49 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:43:12.754Z] #47 13.52 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:43:12.754Z] #47 13.56 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:43:12.754Z] #47 13.60 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:43:13.018Z] #47 13.60 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-18T00:43:13.018Z] #47 13.63 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-18T00:43:13.018Z] #47 13.83 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-18T00:43:13.515Z] #54 31.93 Checking out files: 66% (2252/3411) Checking out files: 67% (2286/3411) Checking out files: 68% (2320/3411) Checking out files: 69% (2354/3411) Checking out files: 70% (2388/3411) Checking out files: 71% (2422/3411) Checking out files: 72% (2456/3411) Checking out files: 73% (2491/3411) Checking out files: 74% (2525/3411) Checking out files: 75% (2559/3411) Checking out files: 76% (2593/3411) Checking out files: 77% (2627/3411) Checking out files: 78% (2661/3411) Checking out files: 79% (2695/3411) Checking out files: 80% (2729/3411) Checking out files: 81% (2763/3411) Checking out files: 82% (2798/3411) Checking out files: 83% (2832/3411) Checking out files: 84% (2866/3411) Checking out files: 85% (2900/3411) Checking out files: 86% (2934/3411) Checking out files: 87% (2968/3411) Checking out files: 88% (3002/3411) Checking out files: 89% (3036/3411) Checking out files: 90% (3070/3411) Checking out files: 91% (3105/3411) Checking out files: 92% (3139/3411) Checking out files: 93% (3173/3411) Checking out files: 94% (3207/3411) Checking out files: 95% (3241/3411) Checking out files: 96% (3275/3411) Checking out files: 97% (3309/3411) Checking out files: 98% (3343/3411) Checking out files: 99% (3377/3411) Checking out files: 100% (3411/3411) Checking out files: 100% (3411/3411), done. [2020-11-18T00:43:13.515Z] #54 32.85 + cd /tmp/tmp.QRsl3936zp/src/github.com/containerd/containerd [2020-11-18T00:43:13.515Z] #54 32.85 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:43:13.595Z] #47 14.31 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-18T00:43:13.595Z] #47 14.39 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-18T00:43:13.771Z] #54 33.26 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-18T00:43:13.771Z] #54 33.26 + BUILDTAGS='netgo osusergo static_build' [2020-11-18T00:43:13.771Z] #54 33.26 + export EXTRA_FLAGS=-buildmode=pie [2020-11-18T00:43:13.771Z] #54 33.26 + EXTRA_FLAGS=-buildmode=pie [2020-11-18T00:43:13.771Z] #54 33.26 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-18T00:43:13.771Z] #54 33.26 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-18T00:43:13.771Z] #54 33.26 + '[' '' = dynamic ']' [2020-11-18T00:43:13.771Z] #54 33.26 + make [2020-11-18T00:43:14.171Z] #47 14.77 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:43:14.434Z] #47 15.13 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:43:14.698Z] #47 15.24 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:43:14.698Z] #47 15.48 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:43:14.713Z] #54 33.98 + bin/ctr [2020-11-18T00:43:14.961Z] #47 15.50 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:43:14.961Z] #47 15.62 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:43:14.961Z] #47 15.73 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:43:15.223Z] #47 ... [2020-11-18T00:43:15.223Z] [2020-11-18T00:43:15.223Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:43:15.223Z] #43 DONE 15.7s [2020-11-18T00:43:15.223Z] [2020-11-18T00:43:15.223Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:15.223Z] #47 15.78 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-18T00:43:15.275Z] #54 ... [2020-11-18T00:43:15.275Z] [2020-11-18T00:43:15.275Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:15.275Z] #45 DONE 34.6s [2020-11-18T00:43:15.275Z] [2020-11-18T00:43:15.275Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:43:15.492Z] #47 16.07 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:43:15.492Z] #47 16.12 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:43:15.492Z] #47 16.15 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:43:15.492Z] #47 16.25 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-18T00:43:15.755Z] #47 16.34 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:43:15.755Z] #47 16.34 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:43:15.755Z] #47 16.36 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-18T00:43:15.755Z] #47 16.42 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:43:15.755Z] #47 16.51 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-18T00:43:16.018Z] #47 16.66 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-18T00:43:16.200Z] 3c370c2e2f82: Pull complete [2020-11-18T00:43:16.200Z] 5ffb2f5886e2: Pull complete [2020-11-18T00:43:16.200Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-18T00:43:16.200Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-11-18T00:43:16.200Z] ---> 805dc2d65d1c [2020-11-18T00:43:16.200Z] Step 5/15 : ARG BUILDX_REPO [2020-11-18T00:43:16.200Z] ---> Running in 600f4fb00ebc [2020-11-18T00:43:16.200Z] Removing intermediate container 600f4fb00ebc [2020-11-18T00:43:16.200Z] ---> e932a421d4c6 [2020-11-18T00:43:16.200Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-11-18T00:43:16.200Z] ---> Running in 62c1f131006d [2020-11-18T00:43:16.200Z] Cloning into '/buildx'... [2020-11-18T00:43:16.281Z] #47 ... [2020-11-18T00:43:16.281Z] [2020-11-18T00:43:16.281Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-18T00:43:16.281Z] #60 CACHED [2020-11-18T00:43:16.281Z] [2020-11-18T00:43:16.281Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-18T00:43:16.281Z] #37 CACHED [2020-11-18T00:43:16.281Z] [2020-11-18T00:43:16.281Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:43:16.281Z] #38 CACHED [2020-11-18T00:43:16.281Z] [2020-11-18T00:43:16.281Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:43:16.281Z] #40 CACHED [2020-11-18T00:43:16.281Z] [2020-11-18T00:43:16.281Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:43:16.281Z] #41 CACHED [2020-11-18T00:43:16.281Z] [2020-11-18T00:43:16.281Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:43:16.281Z] #62 16.07 Checking out files: 89% (1704/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-11-18T00:43:16.281Z] #62 16.30 + cd /tmp/tmp.guh5aALErz/src/github.com/docker/libnetwork [2020-11-18T00:43:16.281Z] #62 16.30 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:43:16.281Z] #62 16.70 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-18T00:43:16.639Z] #51 ... [2020-11-18T00:43:16.639Z] [2020-11-18T00:43:16.639Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-18T00:43:16.895Z] #46 DONE 0.2s [2020-11-18T00:43:16.895Z] [2020-11-18T00:43:16.895Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:19.598Z] #62 ... [2020-11-18T00:43:19.598Z] [2020-11-18T00:43:19.598Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:19.598Z] #45 10.01 go: finding github.com/fatih/color v1.9.0 [2020-11-18T00:43:19.598Z] #45 10.02 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:43:19.598Z] #45 10.04 go: finding github.com/pkg/errors v0.9.1 [2020-11-18T00:43:19.598Z] #45 10.10 go: finding github.com/spf13/pflag v1.0.3 [2020-11-18T00:43:19.598Z] #45 10.29 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:43:19.598Z] #45 10.33 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:43:19.598Z] #45 10.47 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:43:19.598Z] #45 10.47 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:43:19.598Z] #45 10.48 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:43:19.598Z] #45 10.49 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:43:19.598Z] #45 10.52 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:43:19.598Z] #45 ... [2020-11-18T00:43:19.598Z] [2020-11-18T00:43:19.598Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:43:19.598Z] #49 11.44 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:43:19.598Z] #49 11.54 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:43:19.598Z] #49 11.55 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:43:19.598Z] #49 11.89 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:43:19.598Z] #49 12.72 golang.org/x/sys/unix [2020-11-18T00:43:19.598Z] #49 12.76 mvdan.cc/sh/v3/fileutil [2020-11-18T00:43:19.598Z] #49 12.79 github.com/pkg/diff [2020-11-18T00:43:19.598Z] #49 12.88 mvdan.cc/editorconfig [2020-11-18T00:43:19.598Z] #49 13.27 mvdan.cc/sh/v3/syntax [2020-11-18T00:43:19.598Z] #49 19.64 golang.org/x/crypto/ssh/terminal [2020-11-18T00:43:19.598Z] #49 ... [2020-11-18T00:43:19.598Z] [2020-11-18T00:43:19.598Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:43:19.598Z] #62 DONE 20.3s [2020-11-18T00:43:19.598Z] [2020-11-18T00:43:19.598Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:19.598Z] #47 18.12 go: extracting golang.org/x/text v0.3.2 [2020-11-18T00:43:19.759Z] Removing intermediate container 62c1f131006d [2020-11-18T00:43:19.759Z] ---> 2a2f429eaaa9 [2020-11-18T00:43:19.759Z] Step 7/15 : WORKDIR /buildx [2020-11-18T00:43:19.759Z] ---> Running in c41ee5891190 [2020-11-18T00:43:19.759Z] Removing intermediate container c41ee5891190 [2020-11-18T00:43:19.759Z] ---> c0e087fdb0d1 [2020-11-18T00:43:19.759Z] Step 8/15 : ARG BUILDX_COMMIT [2020-11-18T00:43:19.759Z] ---> Running in 62f360d75d58 [2020-11-18T00:43:19.759Z] Removing intermediate container 62f360d75d58 [2020-11-18T00:43:19.759Z] ---> f222becd5bc1 [2020-11-18T00:43:19.759Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-11-18T00:43:19.759Z] ---> Running in 5008668d4366 [2020-11-18T00:43:20.164Z] #47 ... [2020-11-18T00:43:20.164Z] [2020-11-18T00:43:20.164Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:20.164Z] #56 39.54 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-18T00:43:20.164Z] #56 39.54 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-18T00:43:20.180Z] #47 20.79 go: finding github.com/fatih/color v1.7.0 [2020-11-18T00:43:20.180Z] #47 20.90 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:43:20.180Z] #47 20.92 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:43:20.180Z] #47 20.97 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:43:20.180Z] #47 21.02 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:43:20.396Z] From https://github.com/docker/buildx [2020-11-18T00:43:20.396Z] * [new tag] v0.3.1 -> build [2020-11-18T00:43:20.443Z] #47 21.03 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:43:20.443Z] #47 21.05 go: finding github.com/pkg/errors v0.8.1 [2020-11-18T00:43:20.443Z] #47 21.05 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:43:20.443Z] #47 21.07 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:43:20.443Z] #47 21.10 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:43:20.443Z] #47 21.12 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:43:20.443Z] #47 21.17 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:43:20.443Z] #47 21.19 go: finding github.com/spf13/viper v1.6.1 [2020-11-18T00:43:20.443Z] #47 21.21 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:43:20.443Z] #47 21.22 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:43:20.691Z] Switched to branch 'build' [2020-11-18T00:43:20.706Z] #47 21.23 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:43:20.706Z] #47 21.28 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:43:20.706Z] #47 21.29 go: finding github.com/stretchr/testify v1.4.0 [2020-11-18T00:43:20.706Z] #47 21.30 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:43:20.706Z] #47 21.36 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:43:20.706Z] #47 21.36 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:43:20.706Z] #47 21.39 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:43:20.706Z] #47 21.40 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:43:20.706Z] #47 21.42 go: finding github.com/spf13/cobra v0.0.5 [2020-11-18T00:43:20.706Z] #47 21.44 go: finding github.com/stretchr/objx v0.2.0 [2020-11-18T00:43:20.706Z] #47 21.44 go: finding github.com/spf13/pflag v1.0.5 [2020-11-18T00:43:20.706Z] #47 21.45 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:43:20.706Z] #47 21.47 go: finding github.com/magiconair/properties v1.8.1 [2020-11-18T00:43:20.969Z] #47 21.48 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:43:20.969Z] #47 21.49 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:43:20.970Z] #47 21.49 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:43:20.970Z] #47 21.50 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:43:20.970Z] #47 21.54 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:43:20.970Z] #47 21.69 go: finding github.com/spf13/cast v1.3.0 [2020-11-18T00:43:20.970Z] #47 21.72 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:43:20.970Z] #47 21.74 go: finding github.com/spf13/afero v1.1.2 [2020-11-18T00:43:21.236Z] #47 21.74 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:43:21.237Z] #47 21.77 go: finding github.com/gobwas/glob v0.2.3 [2020-11-18T00:43:21.237Z] #47 21.77 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:43:21.237Z] #47 21.80 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:43:21.237Z] #47 21.83 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:43:21.237Z] #47 21.87 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:43:21.237Z] #47 21.92 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-18T00:43:21.237Z] #47 21.97 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:43:21.237Z] #47 22.00 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:43:21.237Z] #47 22.03 go: finding golang.org/x/text v0.3.2 [2020-11-18T00:43:21.237Z] #47 22.03 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:43:21.237Z] #47 22.08 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:43:21.499Z] #47 22.15 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:43:21.499Z] #47 22.16 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:43:21.499Z] #47 22.17 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:43:21.499Z] #47 22.19 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:43:21.499Z] #47 22.20 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:43:21.499Z] #47 22.21 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:43:21.499Z] #47 22.23 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:43:21.499Z] #47 22.23 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:43:21.499Z] #47 22.23 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:43:21.499Z] #47 22.25 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-18T00:43:21.499Z] #47 22.26 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:43:21.499Z] #47 22.26 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:43:21.499Z] #47 22.27 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:43:21.499Z] #47 22.28 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:43:21.499Z] #47 22.28 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-18T00:43:21.499Z] #47 22.29 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:43:21.737Z] Removing intermediate container 5008668d4366 [2020-11-18T00:43:21.737Z] ---> df06b4598eef [2020-11-18T00:43:21.737Z] Step 10/15 : ARG GOOS [2020-11-18T00:43:21.737Z] ---> Running in 52907547d0a2 [2020-11-18T00:43:21.737Z] Removing intermediate container 52907547d0a2 [2020-11-18T00:43:21.737Z] ---> 9eb6595ac5d1 [2020-11-18T00:43:21.737Z] Step 11/15 : ARG GOARCH [2020-11-18T00:43:21.737Z] ---> Running in d858faf465c1 [2020-11-18T00:43:21.762Z] #47 22.30 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:43:21.762Z] #47 22.30 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:43:21.762Z] #47 22.30 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:43:21.762Z] #47 22.35 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:43:21.762Z] #47 22.48 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-18T00:43:21.762Z] #47 22.53 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:43:21.762Z] #47 22.55 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:43:22.025Z] #47 22.55 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:43:22.025Z] #47 22.57 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:43:22.025Z] #47 22.59 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:43:22.029Z] Removing intermediate container d858faf465c1 [2020-11-18T00:43:22.029Z] ---> 3df3db038a79 [2020-11-18T00:43:22.029Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-11-18T00:43:22.029Z] ---> Running in 4a90e52acd69 [2020-11-18T00:43:23.460Z] #56 DONE 42.8s [2020-11-18T00:43:23.460Z] [2020-11-18T00:43:23.460Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-18T00:43:23.460Z] #57 DONE 0.1s [2020-11-18T00:43:23.460Z] [2020-11-18T00:43:23.460Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-18T00:43:23.460Z] #58 DONE 0.0s [2020-11-18T00:43:23.460Z] [2020-11-18T00:43:23.460Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:43:23.950Z] #47 ... [2020-11-18T00:43:23.950Z] [2020-11-18T00:43:23.950Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:23.950Z] #54 24.52 Checking out files: 91% (3138/3411) Checking out files: 92% (3139/3411) Checking out files: 93% (3173/3411) Checking out files: 94% (3207/3411) Checking out files: 95% (3241/3411) Checking out files: 96% (3275/3411) Checking out files: 97% (3309/3411) Checking out files: 98% (3343/3411) Checking out files: 99% (3377/3411) Checking out files: 100% (3411/3411) Checking out files: 100% (3411/3411), done. [2020-11-18T00:43:23.950Z] #54 24.66 + cd /tmp/tmp.FLb1KapJGM/src/github.com/containerd/containerd [2020-11-18T00:43:23.950Z] #54 24.67 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:43:24.214Z] #54 ... [2020-11-18T00:43:24.214Z] [2020-11-18T00:43:24.214Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:43:24.214Z] #49 21.42 mvdan.cc/sh/v3/cmd/shfmt [2020-11-18T00:43:24.214Z] #49 DONE 24.8s [2020-11-18T00:43:24.214Z] [2020-11-18T00:43:24.214Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:25.608Z] #54 26.16 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-18T00:43:25.608Z] #54 26.16 + BUILDTAGS='netgo osusergo static_build' [2020-11-18T00:43:25.608Z] #54 26.16 + export EXTRA_FLAGS=-buildmode=pie [2020-11-18T00:43:25.608Z] #54 26.16 + EXTRA_FLAGS=-buildmode=pie [2020-11-18T00:43:25.608Z] #54 26.16 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-18T00:43:25.608Z] #54 26.16 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-18T00:43:25.608Z] #54 26.17 + '[' '' = dynamic ']' [2020-11-18T00:43:25.608Z] #54 26.17 + make [2020-11-18T00:43:26.558Z] #54 27.22 + bin/ctr [2020-11-18T00:43:27.958Z] #54 ... [2020-11-18T00:43:27.958Z] [2020-11-18T00:43:27.958Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:27.958Z] #45 DONE 28.5s [2020-11-18T00:43:27.958Z] [2020-11-18T00:43:27.958Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:30.522Z] #47 ... [2020-11-18T00:43:30.522Z] [2020-11-18T00:43:30.522Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:30.522Z] #56 31.06 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-18T00:43:30.522Z] #56 31.06 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-18T00:43:33.839Z] #56 DONE 34.5s [2020-11-18T00:43:33.839Z] [2020-11-18T00:43:33.839Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:43:33.839Z] #51 ... [2020-11-18T00:43:33.839Z] [2020-11-18T00:43:33.839Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-18T00:43:33.839Z] #57 DONE 0.1s [2020-11-18T00:43:33.839Z] [2020-11-18T00:43:33.839Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-18T00:43:33.839Z] #58 DONE 0.1s [2020-11-18T00:43:33.839Z] [2020-11-18T00:43:33.839Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:36.263Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d28f37ea9e5b897a) in /home/ubuntu/workspace/moby_PR-41620 [Pipeline] { [Pipeline] checkout [2020-11-18T00:43:39.472Z] using credential docker-jenkins-github-credentials [2020-11-18T00:43:39.481Z] Cloning the remote Git repository [2020-11-18T00:43:39.481Z] Cloning with configured refspecs honoured and without tags [2020-11-18T00:43:39.164Z] Cloning repository https://github.com/moby/moby.git [2020-11-18T00:43:39.238Z] > git init /home/ubuntu/workspace/moby_PR-41620 # timeout=10 [2020-11-18T00:43:39.623Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:43:39.624Z] > git --version # timeout=10 [2020-11-18T00:43:39.652Z] > git --version # 'git version 2.17.1' [2020-11-18T00:43:39.654Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:43:39.661Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:43:49.966Z] #51 65.66 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-18T00:43:49.966Z] #51 66.92 + mkdir -p /build [2020-11-18T00:43:49.966Z] #51 66.92 + cp runc /build/runc [2020-11-18T00:43:49.966Z] #51 DONE 67.3s [2020-11-18T00:43:49.966Z] [2020-11-18T00:43:49.966Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:55.942Z] #22 54.84 Checking out files: 47% (5252/11025) Checking out files: 48% (5292/11025) Checking out files: 49% (5403/11025) Checking out files: 50% (5513/11025) Checking out files: 51% (5623/11025) Checking out files: 52% (5733/11025) Checking out files: 53% (5844/11025) Checking out files: 54% (5954/11025) Checking out files: 55% (6064/11025) Checking out files: 56% (6174/11025) Checking out files: 57% (6285/11025) Checking out files: 58% (6395/11025) Checking out files: 59% (6505/11025) Checking out files: 60% (6615/11025) Checking out files: 61% (6726/11025) Checking out files: 62% (6836/11025) Checking out files: 63% (6946/11025) Checking out files: 64% (7056/11025) Checking out files: 65% (7167/11025) Checking out files: 66% (7277/11025) Checking out files: 67% (7387/11025) Checking out files: 68% (7497/11025) Checking out files: 69% (7608/11025) Checking out files: 70% (7718/11025) Checking out files: 71% (7828/11025) Checking out files: 72% (7938/11025) Checking out files: 73% (8049/11025) Checking out files: 74% (8159/11025) Checking out files: 75% (8269/11025) Checking out files: 76% (8379/11025) Checking out files: 77% (8490/11025) Checking out files: 78% (8600/11025) Checking out files: 79% (8710/11025) Checking out files: 80% (8820/11025) Checking out files: 81% (8931/11025) Checking out files: 82% (9041/11025) Checking out files: 83% (9151/11025) Checking out files: 84% (9261/11025) Checking out files: 85% (9372/11025) Checking out files: 86% (9482/11025) Checking out files: 87% (9592/11025) Checking out files: 88% (9702/11025) Checking out files: 89% (9813/11025) Checking out files: 90% (9923/11025) Checking out files: 91% (10033/11025) Checking out files: 92% (10143/11025) Checking out files: 93% (10254/11025) Checking out files: 94% (10364/11025) Checking out files: 95% (10474/11025) Checking out files: 96% (10584/11025) Checking out files: 97% (10695/11025) Checking out files: 97% (10784/11025) Checking out files: 98% (10805/11025) Checking out files: 99% (10915/11025) Checking out files: 100% (11025/11025) Checking out files: 100% (11025/11025), done. [2020-11-18T00:43:55.942Z] #22 55.95 + cd /tmp/tmp.1kpqU9AXxv/tmp/docker-ce [2020-11-18T00:43:55.942Z] #22 55.95 + git checkout -q v17.06.2-ce [2020-11-18T00:43:56.947Z] #22 57.71 + mkdir -p /tmp/tmp.1kpqU9AXxv/src/github.com/docker [2020-11-18T00:43:57.211Z] #22 57.71 + mv components/cli /tmp/tmp.1kpqU9AXxv/src/github.com/docker/cli [2020-11-18T00:43:57.211Z] #22 57.72 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-18T00:43:58.160Z] #22 ... [2020-11-18T00:43:58.160Z] [2020-11-18T00:43:58.160Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:43:58.160Z] #51 56.26 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-18T00:43:58.160Z] #51 57.78 + mkdir -p /build [2020-11-18T00:43:58.160Z] #51 57.78 + cp runc /build/runc [2020-11-18T00:43:58.160Z] #51 DONE 58.9s [2020-11-18T00:43:58.430Z] [2020-11-18T00:43:58.430Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:43:58.583Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d51bcc85e12d61fd) in /home/ubuntu/workspace/moby_PR-41620 [Pipeline] { [Pipeline] checkout [2020-11-18T00:44:01.827Z] using credential docker-jenkins-github-credentials [2020-11-18T00:44:01.850Z] Cloning the remote Git repository [2020-11-18T00:44:01.850Z] Cloning with configured refspecs honoured and without tags [2020-11-18T00:44:01.845Z] Cloning repository https://github.com/moby/moby.git [2020-11-18T00:44:02.044Z] > git init /home/ubuntu/workspace/moby_PR-41620 # timeout=10 [2020-11-18T00:44:02.316Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:44:02.316Z] > git --version # timeout=10 [2020-11-18T00:44:02.353Z] > git --version # 'git version 2.17.1' [2020-11-18T00:44:02.354Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:44:02.356Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:44:06.653Z] Fetching without tags [2020-11-18T00:44:06.422Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:44:06.450Z] > git config --add remote.origin.fetch +refs/pull/41620/head:refs/remotes/origin/PR-41620 # timeout=10 [2020-11-18T00:44:06.468Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:44:06.603Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:44:06.640Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:44:06.640Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:44:06.669Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:44:07.011Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit f4aafedc4857082caf04b017d372af095365ad1b [2020-11-18T00:44:09.283Z] Merge succeeded, producing 96315947db898ce355b7856aeb08fa851cf84915 [2020-11-18T00:44:09.283Z] Checking out Revision 96315947db898ce355b7856aeb08fa851cf84915 (PR-41620) [2020-11-18T00:44:07.006Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:44:07.034Z] > git checkout -f f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:44:08.148Z] > git remote # timeout=10 [2020-11-18T00:44:08.173Z] > git config --get remote.origin.url # timeout=10 [2020-11-18T00:44:08.209Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:44:08.228Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-18T00:44:09.252Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-18T00:44:09.274Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:44:09.506Z] Removing intermediate container 4a90e52acd69 [2020-11-18T00:44:09.506Z] ---> b3f95caf49d9 [2020-11-18T00:44:09.506Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-11-18T00:44:09.506Z] ---> 805dc2d65d1c [2020-11-18T00:44:09.506Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-11-18T00:44:09.506Z] ---> d0cb4e0f1a06 [2020-11-18T00:44:09.506Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-11-18T00:44:09.506Z] ---> Running in 8e99836a00f6 [2020-11-18T00:44:09.506Z] Removing intermediate container 8e99836a00f6 [2020-11-18T00:44:09.506Z] ---> 3b4d640fa782 [2020-11-18T00:44:09.506Z] Successfully built 3b4d640fa782 [2020-11-18T00:44:09.506Z] Successfully tagged moby-buildx:latest [2020-11-18T00:44:09.506Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-11-18T00:44:09.506Z] if [ -n "${id}" ]; then \ [2020-11-18T00:44:09.506Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-11-18T00:44:09.506Z] && touch bundles/buildx; \ [2020-11-18T00:44:09.506Z] docker rm -f ${id}; \ [2020-11-18T00:44:09.506Z] fi [2020-11-18T00:44:09.506Z] c3a473c3005c1c9ed2f65c06e938421df2798635f05eb6d4308011b73b709ff9 [2020-11-18T00:44:09.506Z] bundles/buildx version [2020-11-18T00:44:09.506Z] buildx v0.3.1 6db68d0 [2020-11-18T00:44:09.506Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 . [2020-11-18T00:44:09.506Z] #1 [internal] booting buildkit [2020-11-18T00:44:09.506Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-11-18T00:44:09.506Z] #1 pulling image moby/buildkit:buildx-stable-1 2.1s done [2020-11-18T00:44:09.506Z] #1 creating container buildx_buildkit_default [2020-11-18T00:44:09.506Z] #1 creating container buildx_buildkit_default 0.4s done [2020-11-18T00:44:09.506Z] #1 DONE 2.5s [2020-11-18T00:44:09.506Z] [2020-11-18T00:44:09.506Z] #2 [internal] load build definition from Dockerfile [2020-11-18T00:44:09.506Z] #2 transferring dockerfile: 16.58kB done [2020-11-18T00:44:09.506Z] #2 DONE 0.0s [2020-11-18T00:44:09.506Z] [2020-11-18T00:44:09.506Z] #3 [internal] load .dockerignore [2020-11-18T00:44:09.506Z] #3 transferring context: 87B done [2020-11-18T00:44:09.506Z] #3 DONE 0.0s [2020-11-18T00:44:09.506Z] [2020-11-18T00:44:09.506Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-18T00:44:09.506Z] #4 DONE 1.1s [2020-11-18T00:44:09.506Z] [2020-11-18T00:44:09.506Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-18T00:44:09.506Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-18T00:44:09.506Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-18T00:44:09.506Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-11-18T00:44:09.506Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-11-18T00:44:09.506Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-11-18T00:44:09.506Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 568.53kB / 8.20MB 0.3s [2020-11-18T00:44:09.506Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.4s done [2020-11-18T00:44:09.506Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-11-18T00:44:09.506Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.4s done [2020-11-18T00:44:09.506Z] #5 DONE 1.1s [2020-11-18T00:44:09.506Z] [2020-11-18T00:44:09.506Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-18T00:44:10.545Z] #7 ... [2020-11-18T00:44:10.545Z] [2020-11-18T00:44:10.545Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-18T00:44:10.545Z] #8 DONE 0.8s [2020-11-18T00:44:10.843Z] [2020-11-18T00:44:10.843Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-18T00:44:10.843Z] #7 DONE 1.0s [2020-11-18T00:44:10.843Z] [2020-11-18T00:44:10.843Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-18T00:44:10.843Z] #6 DONE 1.0s [2020-11-18T00:44:10.843Z] [2020-11-18T00:44:10.843Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:10.843Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-18T00:44:11.500Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 0B / 73.58MB 0.1s [2020-11-18T00:44:11.500Z] #9 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done [2020-11-18T00:44:11.500Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 0B / 54.14MB 0.1s [2020-11-18T00:44:11.501Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0B / 157B 0.1s [2020-11-18T00:44:11.501Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0B / 10.73MB 0.1s [2020-11-18T00:44:11.501Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0B / 8.25MB 0.1s [2020-11-18T00:44:11.501Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 0B / 57.46MB 0.1s [2020-11-18T00:44:11.501Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 0B / 96.52MB 0.1s [2020-11-18T00:44:11.501Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-18T00:44:11.501Z] #9 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done [2020-11-18T00:44:11.809Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 1.21MB / 10.73MB 0.4s [2020-11-18T00:44:11.809Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.5s done [2020-11-18T00:44:11.809Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 5.45MB / 10.73MB 0.6s [2020-11-18T00:44:11.809Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 605.15kB / 8.25MB 0.6s [2020-11-18T00:44:11.860Z] #47 ... [2020-11-18T00:44:11.860Z] [2020-11-18T00:44:11.860Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:11.860Z] #54 89.14 + bin/containerd [2020-11-18T00:44:11.860Z] #54 ... [2020-11-18T00:44:11.860Z] [2020-11-18T00:44:11.860Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:11.860Z] #47 90.10 + /build/golangci-lint --version [2020-11-18T00:44:11.860Z] #47 90.27 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-18T00:44:11.860Z] #47 DONE 90.5s [2020-11-18T00:44:11.860Z] [2020-11-18T00:44:11.860Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:09.300Z] > git checkout -f 96315947db898ce355b7856aeb08fa851cf84915 # timeout=10 [2020-11-18T00:44:12.155Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 4.41MB / 73.58MB 0.7s [2020-11-18T00:44:12.155Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 3.01MB / 54.14MB 0.7s [2020-11-18T00:44:12.155Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 7.67MB / 10.73MB 0.7s [2020-11-18T00:44:12.155Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 3.30MB / 8.25MB 0.7s [2020-11-18T00:44:12.155Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 3.11MB / 57.46MB 0.7s [2020-11-18T00:44:12.155Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 9.85MB / 10.73MB 0.9s [2020-11-18T00:44:12.155Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 6.36MB / 8.25MB 0.9s [2020-11-18T00:44:12.460Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 8.37MB / 73.58MB 1.1s [2020-11-18T00:44:12.460Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 7.35MB / 54.14MB 1.1s [2020-11-18T00:44:12.460Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.0s done [2020-11-18T00:44:12.460Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.1s [2020-11-18T00:44:12.460Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 8.83MB / 57.46MB 1.1s [2020-11-18T00:44:12.460Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 12.57MB / 73.58MB 1.2s [2020-11-18T00:44:12.460Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.1s done [2020-11-18T00:44:12.460Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 12.69MB / 57.46MB 1.2s [2020-11-18T00:44:12.772Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 12.15MB / 54.14MB 1.3s [2020-11-18T00:44:12.772Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 15.72MB / 57.46MB 1.3s [2020-11-18T00:44:12.772Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 5.99MB / 96.52MB 1.3s [2020-11-18T00:44:12.772Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 16.52MB / 73.58MB 1.5s [2020-11-18T00:44:12.796Z] #54 ... [2020-11-18T00:44:12.796Z] [2020-11-18T00:44:12.796Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-18T00:44:12.796Z] #48 DONE 0.1s [2020-11-18T00:44:13.053Z] [2020-11-18T00:44:13.053Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-18T00:44:13.053Z] #50 DONE 0.0s [2020-11-18T00:44:13.053Z] [2020-11-18T00:44:13.053Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-18T00:44:13.053Z] #52 DONE 0.1s [2020-11-18T00:44:13.053Z] [2020-11-18T00:44:13.053Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:13.175Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 18.00MB / 54.14MB 1.6s [2020-11-18T00:44:13.175Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 20.86MB / 57.46MB 1.6s [2020-11-18T00:44:13.175Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 21.65MB / 73.58MB 1.9s [2020-11-18T00:44:13.175Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 24.41MB / 54.14MB 1.9s [2020-11-18T00:44:13.175Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 26.04MB / 57.46MB 1.9s [2020-11-18T00:44:13.175Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 16.39MB / 96.52MB 1.9s [2020-11-18T00:44:13.521Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 30.29MB / 54.14MB 2.2s [2020-11-18T00:44:13.521Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 22.38MB / 96.52MB 2.2s [2020-11-18T00:44:13.615Z] Commit message: "Merge commit '131bf7e685fe604b7ff939e82c9d7adeedc9cc85' into HEAD" [2020-11-18T00:44:13.607Z] > git rev-list --no-walk f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:44:13.950Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 25.95MB / 73.58MB 2.4s [2020-11-18T00:44:13.951Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 33.40MB / 54.14MB 2.4s [2020-11-18T00:44:13.951Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 36.65MB / 54.14MB 2.5s [2020-11-18T00:44:13.951Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 28.00MB / 96.52MB 2.5s [2020-11-18T00:44:13.951Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 39.73MB / 54.14MB 2.7s [2020-11-18T00:44:14.257Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 42.52MB / 54.14MB 2.8s [2020-11-18T00:44:14.257Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 29.35MB / 57.46MB 2.8s [2020-11-18T00:44:14.257Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 45.33MB / 54.14MB 3.0s [2020-11-18T00:44:14.258Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 35.60MB / 96.52MB 3.0s [2020-11-18T00:44:14.258Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 30.13MB / 73.58MB 3.1s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-18T00:44:14.578Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 48.54MB / 54.14MB 3.3s [2020-11-18T00:44:14.939Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 33.26MB / 57.46MB 3.4s [2020-11-18T00:44:14.939Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 42.88MB / 96.52MB 3.4s [2020-11-18T00:44:14.939Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 53.16MB / 54.14MB 3.6s [2020-11-18T00:44:14.939Z] #9 ... [2020-11-18T00:44:14.939Z] [2020-11-18T00:44:14.939Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-18T00:44:14.939Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-18T00:44:14.939Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-18T00:44:14.939Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2020-11-18T00:44:14.939Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-18T00:44:14.939Z] #61 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 3.4s done [2020-11-18T00:44:14.939Z] #61 DONE 4.3s [2020-11-18T00:44:14.939Z] [2020-11-18T00:44:14.939Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:14.939Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 34.63MB / 73.58MB 3.7s [2020-11-18T00:44:14.939Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 3.7s done [2020-11-18T00:44:14.939Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 48.15MB / 96.52MB 3.7s [2020-11-18T00:44:15.071Z] + docker version [2020-11-18T00:44:15.284Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 37.03MB / 57.46MB 3.9s [2020-11-18T00:44:15.285Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 53.10MB / 96.52MB 4.0s [2020-11-18T00:44:15.704Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 40.62MB / 57.46MB 4.2s [2020-11-18T00:44:15.704Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 58.78MB / 96.52MB 4.3s [2020-11-18T00:44:15.704Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 39.46MB / 73.58MB 4.5s [2020-11-18T00:44:15.704Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 46.45MB / 57.46MB 4.5s [2020-11-18T00:44:16.304Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 49.46MB / 57.46MB 4.6s [2020-11-18T00:44:16.304Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 64.16MB / 96.52MB 4.6s [2020-11-18T00:44:16.304Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 54.70MB / 57.46MB 4.9s [2020-11-18T00:44:16.304Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 72.46MB / 96.52MB 4.9s [2020-11-18T00:44:16.304Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 44.50MB / 73.58MB 5.1s [2020-11-18T00:44:16.304Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 5.1s done [2020-11-18T00:44:16.902Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 78.81MB / 96.52MB 5.2s [2020-11-18T00:44:16.902Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 51.21MB / 73.58MB 5.4s [2020-11-18T00:44:16.902Z] #9 ... [2020-11-18T00:44:16.902Z] [2020-11-18T00:44:16.902Z] #22 [internal] load build context [2020-11-18T00:44:16.902Z] #22 transferring context: 52.35MB 6.1s done [2020-11-18T00:44:16.902Z] #22 DONE 6.2s [2020-11-18T00:44:16.902Z] [2020-11-18T00:44:16.902Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:16.902Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 56.23MB / 73.58MB 5.5s [2020-11-18T00:44:16.902Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 87.42MB / 96.52MB 5.5s [2020-11-18T00:44:17.197Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 65.24MB / 73.58MB 5.8s [2020-11-18T00:44:17.197Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.46MB / 96.52MB 5.8s [2020-11-18T00:44:17.197Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 72.50MB / 73.58MB 6.0s [2020-11-18T00:44:17.197Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.9s done [2020-11-18T00:44:17.497Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 6.0s done [2020-11-18T00:44:17.497Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-18T00:44:21.036Z] #9 ... [2020-11-18T00:44:21.036Z] [2020-11-18T00:44:21.036Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5cbcbee3... [2020-11-18T00:44:21.036Z] #25 resolve docker.io/library/debian:buster@sha256:5cbcbee3523ef9ce0c974e02588387aadd20fdbb8acb54743432c1f63c71420b done [2020-11-18T00:44:21.036Z] #25 sha256:5cbcbee3523ef9ce0c974e02588387aadd20fdbb8acb54743432c1f63c71420b 1.85kB / 1.85kB done [2020-11-18T00:44:21.036Z] #25 sha256:718fa89ee697814e223b7b407029d1ebc1d8316f9d26c0ae1e9168d9b5ba893c 529B / 529B done [2020-11-18T00:44:21.036Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 54.14MB / 54.14MB 4.8s done [2020-11-18T00:44:21.036Z] #25 sha256:2946fdcd38d09692b95ae44ef5aa4a608d852cd56565f6ac040208e9c12e661e 1.50kB / 1.50kB done [2020-11-18T00:44:21.036Z] #25 unpacking docker.io/library/debian:buster@sha256:5cbcbee3523ef9ce0c974e02588387aadd20fdbb8acb54743432c1f63c71420b [2020-11-18T00:44:21.334Z] #25 unpacking docker.io/library/debian:buster@sha256:5cbcbee3523ef9ce0c974e02588387aadd20fdbb8acb54743432c1f63c71420b 5.3s done [2020-11-18T00:44:21.334Z] #25 DONE 10.6s [2020-11-18T00:44:21.334Z] [2020-11-18T00:44:21.334Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-18T00:44:21.630Z] #26 0.208 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:44:21.630Z] #26 0.226 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:44:21.630Z] #26 0.251 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:44:21.679Z] Client: Docker Engine - Community [2020-11-18T00:44:21.679Z] Version: 19.03.13 [2020-11-18T00:44:21.679Z] API version: 1.40 [2020-11-18T00:44:21.679Z] Go version: go1.13.15 [2020-11-18T00:44:21.679Z] Git commit: 4484c46d9d [2020-11-18T00:44:21.679Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-18T00:44:21.679Z] OS/Arch: linux/amd64 [2020-11-18T00:44:21.679Z] Experimental: false [2020-11-18T00:44:21.679Z] [2020-11-18T00:44:21.679Z] Server: Docker Engine - Community [2020-11-18T00:44:21.679Z] Engine: [2020-11-18T00:44:21.679Z] Version: 19.03.13 [2020-11-18T00:44:21.679Z] API version: 1.40 (minimum version 1.12) [2020-11-18T00:44:21.679Z] Go version: go1.13.15 [2020-11-18T00:44:21.679Z] Git commit: 4484c46d9d [2020-11-18T00:44:21.679Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-18T00:44:21.679Z] OS/Arch: linux/amd64 [2020-11-18T00:44:21.679Z] Experimental: true [2020-11-18T00:44:21.679Z] containerd: [2020-11-18T00:44:21.679Z] Version: 1.3.7 [2020-11-18T00:44:21.679Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-18T00:44:21.679Z] runc: [2020-11-18T00:44:21.679Z] Version: 1.0.0-rc10 [2020-11-18T00:44:21.679Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-18T00:44:21.679Z] docker-init: [2020-11-18T00:44:21.679Z] Version: 0.18.0 [2020-11-18T00:44:21.679Z] GitCommit: fec3683 [Pipeline] sh [2020-11-18T00:44:21.928Z] #26 0.430 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-18T00:44:22.019Z] + docker info [2020-11-18T00:44:22.223Z] #26 0.796 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-18T00:44:22.518Z] #26 1.166 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-18T00:44:24.605Z] #26 2.905 Fetched 8176 kB in 3s (3017 kB/s) [2020-11-18T00:44:25.050Z] #47 ... [2020-11-18T00:44:25.050Z] [2020-11-18T00:44:25.050Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:25.050Z] #54 82.05 + bin/containerd [2020-11-18T00:44:25.050Z] #54 ... [2020-11-18T00:44:25.050Z] [2020-11-18T00:44:25.050Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:25.050Z] #47 83.88 + /build/golangci-lint --version [2020-11-18T00:44:25.050Z] #47 84.12 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-18T00:44:25.050Z] #47 DONE 84.9s [2020-11-18T00:44:25.050Z] [2020-11-18T00:44:25.050Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:25.265Z] #26 2.905 Reading package lists... [2020-11-18T00:44:26.311Z] #26 3.996 Reading package lists... [2020-11-18T00:44:26.608Z] #26 5.102 Building dependency tree... [2020-11-18T00:44:26.907Z] #26 5.444 The following additional packages will be installed: [2020-11-18T00:44:26.907Z] #26 5.444 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-18T00:44:26.907Z] #26 5.445 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-18T00:44:26.907Z] #26 5.445 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-18T00:44:26.907Z] #26 5.447 Suggested packages: [2020-11-18T00:44:26.907Z] #26 5.447 krb5-doc krb5-user [2020-11-18T00:44:26.907Z] #26 5.447 Recommended packages: [2020-11-18T00:44:26.907Z] #26 5.447 krb5-locales publicsuffix libsasl2-modules [2020-11-18T00:44:26.907Z] #26 5.683 The following NEW packages will be installed: [2020-11-18T00:44:27.208Z] #26 5.684 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-18T00:44:27.208Z] #26 5.684 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-18T00:44:27.208Z] #26 5.685 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-18T00:44:27.208Z] #26 5.686 libssh2-1 libssl1.1 openssl [2020-11-18T00:44:27.208Z] #26 5.775 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-18T00:44:27.208Z] #26 5.775 Need to get 5165 kB of archives. [2020-11-18T00:44:27.208Z] #26 5.775 After this operation, 14.6 MB of additional disk space will be used. [2020-11-18T00:44:27.208Z] #26 5.775 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-18T00:44:27.208Z] #26 5.785 Get:2 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2020-11-18T00:44:27.208Z] #26 5.789 Get:3 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u4 [243 kB] [2020-11-18T00:44:27.208Z] #26 5.811 Get:4 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2020-11-18T00:44:27.208Z] #26 5.822 Get:5 http://deb.debian.org/debian buster/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u3 [1526 kB] [2020-11-18T00:44:27.502Z] #26 6.007 Get:6 http://deb.debian.org/debian buster/main ppc64el openssl ppc64el 1.1.1d-0+deb10u3 [843 kB] [2020-11-18T00:44:27.753Z] Fetching without tags [2020-11-18T00:44:27.798Z] #26 6.430 Get:7 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-18T00:44:27.798Z] #26 6.518 Get:8 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2020-11-18T00:44:28.110Z] #26 6.519 Get:9 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3 [69.2 kB] [2020-11-18T00:44:28.110Z] #26 6.521 Get:10 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3 [134 kB] [2020-11-18T00:44:28.110Z] #26 6.525 Get:11 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3 [400 kB] [2020-11-18T00:44:28.110Z] #26 6.536 Get:12 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3 [172 kB] [2020-11-18T00:44:28.110Z] #26 6.540 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2020-11-18T00:44:28.110Z] #26 6.543 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2020-11-18T00:44:28.110Z] #26 6.545 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2020-11-18T00:44:28.110Z] #26 6.547 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2020-11-18T00:44:28.110Z] #26 6.551 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2020-11-18T00:44:28.110Z] #26 6.560 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2020-11-18T00:44:28.110Z] #26 6.566 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-11-18T00:44:28.110Z] #26 6.572 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-11-18T00:44:28.110Z] #26 6.575 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-11-18T00:44:28.110Z] #26 6.792 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:44:28.110Z] #26 6.817 Fetched 5165 kB in 1s (6309 kB/s) [2020-11-18T00:44:28.110Z] #26 6.832 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2020-11-18T00:44:28.110Z] #26 6.832 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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-11-18T00:44:28.110Z] #26 6.841 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-11-18T00:44:28.110Z] #26 6.844 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:44:28.110Z] #26 6.872 Selecting previously unselected package libsasl2-2:ppc64el. [2020-11-18T00:44:28.110Z] #26 6.874 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-11-18T00:44:28.110Z] #26 6.877 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:44:28.110Z] #26 6.911 Selecting previously unselected package libldap-common. [2020-11-18T00:44:28.201Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit f4aafedc4857082caf04b017d372af095365ad1b [2020-11-18T00:44:28.405Z] #26 6.913 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-18T00:44:28.405Z] #26 6.914 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:44:28.405Z] #26 6.944 Selecting previously unselected package libldap-2.4-2:ppc64el. [2020-11-18T00:44:28.405Z] #26 6.945 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_ppc64el.deb ... [2020-11-18T00:44:28.405Z] #26 6.946 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:44:28.405Z] #26 6.999 Selecting previously unselected package libssl1.1:ppc64el. [2020-11-18T00:44:28.405Z] #26 7.001 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-11-18T00:44:28.405Z] #26 7.002 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-11-18T00:44:28.405Z] #26 7.198 Selecting previously unselected package openssl. [2020-11-18T00:44:28.700Z] #26 7.201 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-11-18T00:44:28.700Z] #26 7.202 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-18T00:44:28.700Z] #26 7.308 Selecting previously unselected package ca-certificates. [2020-11-18T00:44:28.700Z] #26 7.309 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-18T00:44:28.700Z] #26 7.311 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-18T00:44:28.700Z] #26 7.361 Selecting previously unselected package libkeyutils1:ppc64el. [2020-11-18T00:44:28.700Z] #26 7.362 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ... [2020-11-18T00:44:28.700Z] #26 7.364 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2020-11-18T00:44:28.700Z] #26 7.383 Selecting previously unselected package libkrb5support0:ppc64el. [2020-11-18T00:44:28.700Z] #26 7.385 Preparing to unpack .../08-libkrb5support0_1.17-3_ppc64el.deb ... [2020-11-18T00:44:28.700Z] #26 7.386 Unpacking libkrb5support0:ppc64el (1.17-3) ... [2020-11-18T00:44:28.700Z] #26 7.410 Selecting previously unselected package libk5crypto3:ppc64el. [2020-11-18T00:44:28.700Z] #26 7.412 Preparing to unpack .../09-libk5crypto3_1.17-3_ppc64el.deb ... [2020-11-18T00:44:28.700Z] #26 7.413 Unpacking libk5crypto3:ppc64el (1.17-3) ... [2020-11-18T00:44:28.700Z] #26 7.445 Selecting previously unselected package libkrb5-3:ppc64el. [2020-11-18T00:44:28.700Z] #26 7.447 Preparing to unpack .../10-libkrb5-3_1.17-3_ppc64el.deb ... [2020-11-18T00:44:28.700Z] #26 7.448 Unpacking libkrb5-3:ppc64el (1.17-3) ... [2020-11-18T00:44:28.700Z] #26 7.519 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2020-11-18T00:44:28.996Z] #26 7.521 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_ppc64el.deb ... [2020-11-18T00:44:28.996Z] #26 7.522 Unpacking libgssapi-krb5-2:ppc64el (1.17-3) ... [2020-11-18T00:44:28.996Z] #26 7.560 Selecting previously unselected package libnghttp2-14:ppc64el. [2020-11-18T00:44:28.996Z] #26 7.561 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2020-11-18T00:44:28.996Z] #26 7.563 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-11-18T00:44:28.996Z] #26 7.593 Selecting previously unselected package libpsl5:ppc64el. [2020-11-18T00:44:28.996Z] #26 7.594 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2020-11-18T00:44:28.996Z] #26 7.595 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2020-11-18T00:44:28.996Z] #26 7.619 Selecting previously unselected package librtmp1:ppc64el. [2020-11-18T00:44:28.996Z] #26 7.621 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2020-11-18T00:44:28.996Z] #26 7.622 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-11-18T00:44:28.996Z] #26 7.644 Selecting previously unselected package libssh2-1:ppc64el. [2020-11-18T00:44:28.996Z] #26 7.646 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2020-11-18T00:44:28.996Z] #26 7.647 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2020-11-18T00:44:28.996Z] #26 7.684 Selecting previously unselected package libcurl4:ppc64el. [2020-11-18T00:44:28.996Z] #26 7.686 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2020-11-18T00:44:28.996Z] #26 7.687 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-11-18T00:44:28.996Z] #26 7.740 Selecting previously unselected package curl. [2020-11-18T00:44:28.996Z] #26 7.740 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2020-11-18T00:44:29.292Z] #26 7.741 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-18T00:44:29.292Z] #26 7.782 Selecting previously unselected package libonig5:ppc64el. [2020-11-18T00:44:29.292Z] #26 7.784 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2020-11-18T00:44:29.292Z] #26 7.785 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-11-18T00:44:29.292Z] #26 7.827 Selecting previously unselected package libjq1:ppc64el. [2020-11-18T00:44:29.292Z] #26 7.830 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-18T00:44:29.292Z] #26 7.831 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-18T00:44:29.292Z] #26 7.864 Selecting previously unselected package jq. [2020-11-18T00:44:29.292Z] #26 7.866 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-18T00:44:29.292Z] #26 7.867 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-18T00:44:29.292Z] #26 7.896 Setting up libkeyutils1:ppc64el (1.6-6) ... [2020-11-18T00:44:29.292Z] #26 7.899 Setting up libpsl5:ppc64el (0.20.2-2) ... [2020-11-18T00:44:29.292Z] #26 7.903 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-11-18T00:44:29.589Z] #26 8.051 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-11-18T00:44:29.589Z] #26 8.054 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:44:29.589Z] #26 8.058 Setting up libkrb5support0:ppc64el (1.17-3) ... [2020-11-18T00:44:29.589Z] #26 8.061 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:44:29.589Z] #26 8.065 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-11-18T00:44:29.589Z] #26 8.068 Setting up libk5crypto3:ppc64el (1.17-3) ... [2020-11-18T00:44:29.589Z] #26 8.071 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:44:29.589Z] #26 8.074 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2020-11-18T00:44:29.589Z] #26 8.077 Setting up libkrb5-3:ppc64el (1.17-3) ... [2020-11-18T00:44:29.589Z] #26 8.080 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-18T00:44:29.589Z] #26 8.087 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-11-18T00:44:29.589Z] #26 8.090 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-18T00:44:29.589Z] #26 8.093 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:44:29.589Z] #26 8.095 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-18T00:44:27.580Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:44:27.596Z] > git config --add remote.origin.fetch +refs/pull/41620/head:refs/remotes/origin/PR-41620 # timeout=10 [2020-11-18T00:44:27.622Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:44:27.706Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:44:27.739Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:44:27.739Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:44:27.801Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:44:28.194Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:44:28.229Z] > git checkout -f f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:44:30.229Z] #26 8.712 Updating certificates in /etc/ssl/certs... [2020-11-18T00:44:30.523Z] #26 9.348 126 added, 0 removed; done. [2020-11-18T00:44:30.804Z] Merge succeeded, producing 66e59fb8a3a7187e136335d32152986e584a771d [2020-11-18T00:44:30.804Z] Checking out Revision 66e59fb8a3a7187e136335d32152986e584a771d (PR-41620) [2020-11-18T00:44:30.820Z] #26 9.373 Setting up libgssapi-krb5-2:ppc64el (1.17-3) ... [2020-11-18T00:44:30.820Z] #26 9.378 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-18T00:44:30.820Z] #26 9.383 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-11-18T00:44:30.820Z] #26 9.385 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-18T00:44:30.820Z] #26 9.389 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:44:30.820Z] #26 9.400 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-18T00:44:30.820Z] #26 9.406 Updating certificates in /etc/ssl/certs... [2020-11-18T00:44:31.115Z] #26 9.934 0 added, 0 removed; done. [2020-11-18T00:44:31.115Z] #26 9.934 Running hooks in /etc/ca-certificates/update.d... [2020-11-18T00:44:31.407Z] #26 9.936 done. [2020-11-18T00:44:31.408Z] #26 DONE 10.0s [2020-11-18T00:44:31.408Z] [2020-11-18T00:44:31.408Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-18T00:44:31.408Z] #27 DONE 0.1s [2020-11-18T00:44:31.408Z] [2020-11-18T00:44:31.408Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-18T00:44:32.066Z] Client: [2020-11-18T00:44:32.066Z] Debug Mode: false [2020-11-18T00:44:32.066Z] [2020-11-18T00:44:32.066Z] Server: [2020-11-18T00:44:32.066Z] Containers: 0 [2020-11-18T00:44:32.066Z] Running: 0 [2020-11-18T00:44:32.066Z] Paused: 0 [2020-11-18T00:44:32.066Z] Stopped: 0 [2020-11-18T00:44:32.066Z] Images: 0 [2020-11-18T00:44:32.066Z] Server Version: 19.03.13 [2020-11-18T00:44:32.066Z] Storage Driver: overlay2 [2020-11-18T00:44:32.066Z] Backing Filesystem: extfs [2020-11-18T00:44:32.066Z] Supports d_type: true [2020-11-18T00:44:32.066Z] Native Overlay Diff: true [2020-11-18T00:44:32.066Z] Logging Driver: json-file [2020-11-18T00:44:32.066Z] Cgroup Driver: cgroupfs [2020-11-18T00:44:32.066Z] Plugins: [2020-11-18T00:44:32.066Z] Volume: local [2020-11-18T00:44:32.066Z] Network: bridge host ipvlan macvlan null overlay [2020-11-18T00:44:32.066Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-18T00:44:32.066Z] Swarm: inactive [2020-11-18T00:44:32.066Z] Runtimes: runc [2020-11-18T00:44:32.066Z] Default Runtime: runc [2020-11-18T00:44:32.066Z] Init Binary: docker-init [2020-11-18T00:44:32.066Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-18T00:44:32.066Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-18T00:44:32.066Z] init version: fec3683 [2020-11-18T00:44:32.066Z] Security Options: [2020-11-18T00:44:32.066Z] apparmor [2020-11-18T00:44:32.066Z] seccomp [2020-11-18T00:44:32.066Z] Profile: default [2020-11-18T00:44:32.066Z] Kernel Version: 5.4.0-1025-aws [2020-11-18T00:44:32.066Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-18T00:44:32.066Z] OSType: linux [2020-11-18T00:44:32.066Z] Architecture: x86_64 [2020-11-18T00:44:32.066Z] CPUs: 2 [2020-11-18T00:44:32.066Z] Total Memory: 7.569GiB [2020-11-18T00:44:32.066Z] Name: ip-10-100-33-232 [2020-11-18T00:44:32.066Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-18T00:44:32.066Z] Docker Root Dir: /var/lib/docker [2020-11-18T00:44:32.066Z] Debug Mode: false [2020-11-18T00:44:32.066Z] Registry: https://index.docker.io/v1/ [2020-11-18T00:44:32.066Z] Labels: [2020-11-18T00:44:32.066Z] Experimental: true [2020-11-18T00:44:32.066Z] Insecure Registries: [2020-11-18T00:44:32.066Z] 127.0.0.0/8 [2020-11-18T00:44:32.066Z] Live Restore Enabled: true [2020-11-18T00:44:32.066Z] [2020-11-18T00:44:32.066Z] WARNING: No swap limit support [Pipeline] sh [2020-11-18T00:44:29.728Z] > git remote # timeout=10 [2020-11-18T00:44:29.762Z] > git config --get remote.origin.url # timeout=10 [2020-11-18T00:44:29.798Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:44:29.854Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-18T00:44:30.752Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-18T00:44:30.790Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:44:30.811Z] > git checkout -f 66e59fb8a3a7187e136335d32152986e584a771d # timeout=10 [2020-11-18T00:44:32.374Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-18T00:44:32.374Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-18T00:44:32.374Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41620/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-18T00:44:32.374Z] + bash /home/ubuntu/workspace/moby_PR-41620/check-config.sh [2020-11-18T00:44:32.374Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-18T00:44:32.374Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-18T00:44:32.374Z] [2020-11-18T00:44:32.374Z] Generally Necessary: [2020-11-18T00:44:32.374Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-18T00:44:32.374Z] - apparmor: enabled and tools installed [2020-11-18T00:44:32.374Z] - CONFIG_NAMESPACES: enabled [2020-11-18T00:44:32.374Z] - CONFIG_NET_NS: enabled [2020-11-18T00:44:32.374Z] - CONFIG_PID_NS: enabled [2020-11-18T00:44:32.374Z] - CONFIG_IPC_NS: enabled [2020-11-18T00:44:32.374Z] - CONFIG_UTS_NS: enabled [2020-11-18T00:44:32.374Z] - CONFIG_CGROUPS: enabled [2020-11-18T00:44:32.374Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-18T00:44:32.374Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-18T00:44:32.374Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-18T00:44:32.374Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-18T00:44:32.374Z] - CONFIG_CPUSETS: enabled [2020-11-18T00:44:32.374Z] - CONFIG_MEMCG: enabled [2020-11-18T00:44:32.374Z] - CONFIG_KEYS: enabled [2020-11-18T00:44:32.374Z] - CONFIG_VETH: enabled (as module) [2020-11-18T00:44:32.374Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-18T00:44:32.374Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-18T00:44:32.374Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-18T00:44:32.374Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-18T00:44:32.374Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-18T00:44:32.374Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-18T00:44:32.374Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-18T00:44:32.374Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-18T00:44:32.374Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-18T00:44:32.374Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-18T00:44:32.374Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-18T00:44:32.374Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-18T00:44:32.374Z] [2020-11-18T00:44:32.374Z] Optional Features: [2020-11-18T00:44:32.374Z] - CONFIG_USER_NS: enabled [2020-11-18T00:44:32.374Z] - CONFIG_SECCOMP: enabled [2020-11-18T00:44:32.374Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-18T00:44:32.374Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-18T00:44:32.374Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-18T00:44:32.374Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-18T00:44:32.453Z] #28 0.847 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-18T00:44:32.453Z] #28 1.049 [2020-11-18T00:44:32.639Z] - CONFIG_BLK_CGROUP: enabled [2020-11-18T00:44:32.639Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-18T00:44:32.639Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-18T00:44:32.639Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-18T00:44:32.639Z] - CONFIG_CGROUP_PERF: enabled [2020-11-18T00:44:32.639Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-18T00:44:32.639Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-18T00:44:32.639Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-18T00:44:32.639Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-18T00:44:32.639Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-18T00:44:32.639Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-18T00:44:32.639Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-18T00:44:32.639Z] - CONFIG_IP_VS: enabled (as module) [2020-11-18T00:44:32.639Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-18T00:44:32.639Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-18T00:44:32.639Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-18T00:44:32.639Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-18T00:44:32.639Z] - CONFIG_EXT4_FS: enabled [2020-11-18T00:44:32.639Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-18T00:44:32.639Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-18T00:44:32.639Z] - Network Drivers: [2020-11-18T00:44:32.639Z] - "overlay": [2020-11-18T00:44:32.639Z] - CONFIG_VXLAN: enabled (as module) [2020-11-18T00:44:32.639Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-18T00:44:32.639Z] Optional (for encrypted networks): [2020-11-18T00:44:32.922Z] - CONFIG_CRYPTO: enabled [2020-11-18T00:44:32.923Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-18T00:44:32.923Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-18T00:44:32.923Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-18T00:44:32.923Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-18T00:44:32.923Z] - CONFIG_XFRM: enabled [2020-11-18T00:44:32.923Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-18T00:44:32.923Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-18T00:44:32.923Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-18T00:44:32.923Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-18T00:44:32.923Z] - "ipvlan": [2020-11-18T00:44:32.923Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-18T00:44:32.923Z] - "macvlan": [2020-11-18T00:44:32.923Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-18T00:44:32.923Z] - CONFIG_DUMMY: enabled (as module) [2020-11-18T00:44:32.923Z] - "ftp,tftp client in container": [2020-11-18T00:44:32.923Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-18T00:44:32.923Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-18T00:44:32.923Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-18T00:44:32.923Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-18T00:44:32.923Z] - Storage Drivers: [2020-11-18T00:44:32.923Z] - "aufs": [2020-11-18T00:44:32.923Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-18T00:44:32.923Z] - "btrfs": [2020-11-18T00:44:32.923Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-18T00:44:32.923Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-18T00:44:32.923Z] - "devicemapper": [2020-11-18T00:44:32.923Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-18T00:44:32.923Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-18T00:44:32.923Z] - "overlay": [2020-11-18T00:44:32.923Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-18T00:44:32.923Z] - "zfs": [2020-11-18T00:44:32.923Z] - /dev/zfs: present [2020-11-18T00:44:32.923Z] - zfs command: missing [2020-11-18T00:44:32.923Z] - zpool command: missing [2020-11-18T00:44:32.923Z] [2020-11-18T00:44:32.923Z] Limits: [2020-11-18T00:44:32.923Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-18T00:44:32.923Z] [2020-11-18T00:44:32.923Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-18T00:44:33.282Z] + sudo modprobe ip_vs [2020-11-18T00:44:33.282Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 . [2020-11-18T00:44:33.282Z] #2 [internal] load .dockerignore [2020-11-18T00:44:33.338Z] #28 1.170 0.9% ######### 12.7% ################## 25.1% ############################# 40.7% ####################################### 55.4% ################################################## 69.6% ############################################################### 87.7% ################################################################## 92.8% ######################################################################## 100.0% [2020-11-18T00:44:33.547Z] #2 transferring context: 87B done [2020-11-18T00:44:33.547Z] #2 DONE 0.0s [2020-11-18T00:44:33.547Z] [2020-11-18T00:44:33.547Z] #1 [internal] load build definition from Dockerfile [2020-11-18T00:44:33.548Z] #1 transferring dockerfile: 16.58kB done [2020-11-18T00:44:33.548Z] #1 DONE 0.1s [2020-11-18T00:44:33.548Z] [2020-11-18T00:44:33.548Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-18T00:44:33.652Z] #28 2.227 [2020-11-18T00:44:33.947Z] #28 2.347 ###### 8.6% ############################################# 62.7% ######################################################################## 100.0% [2020-11-18T00:44:34.243Z] #28 2.673 [2020-11-18T00:44:34.497Z] #3 DONE 1.1s [2020-11-18T00:44:34.537Z] #28 2.801 ### 4.3% ####################################### 54.7% ######################################################### 79.2% ############################################################### 87.8% ######################################################################## 100.0% [2020-11-18T00:44:34.759Z] [2020-11-18T00:44:34.759Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-18T00:44:34.759Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-18T00:44:34.759Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s [2020-11-18T00:44:34.759Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-18T00:44:34.759Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-11-18T00:44:34.759Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-11-18T00:44:34.762Z] Commit message: "Merge commit '131bf7e685fe604b7ff939e82c9d7adeedc9cc85' into HEAD" [2020-11-18T00:44:34.750Z] > git rev-list --no-walk f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:44:34.841Z] #28 3.325 [2020-11-18T00:44:35.028Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s [2020-11-18T00:44:35.028Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2020-11-18T00:44:35.028Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-11-18T00:44:35.307Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-11-18T00:44:35.307Z] #4 DONE 0.9s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-18T00:44:35.573Z] [2020-11-18T00:44:35.573Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-18T00:44:35.735Z] #28 3.446 1.1% ############ 17.4% ########################## 37.3% #################################### 50.7% ################################################# 69.1% ###################################################### 75.8% ############################################################## 86.3% ################################################################# 90.8% ################################################################## 92.6% ######################################################################## 100.0% [2020-11-18T00:44:35.955Z] + docker version [2020-11-18T00:44:36.037Z] #28 4.566 [2020-11-18T00:44:36.147Z] #7 DONE 0.6s [2020-11-18T00:44:36.147Z] [2020-11-18T00:44:36.147Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-18T00:44:36.147Z] #5 DONE 0.5s [2020-11-18T00:44:36.147Z] [2020-11-18T00:44:36.148Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-18T00:44:37.542Z] #6 DONE 1.8s [2020-11-18T00:44:37.542Z] [2020-11-18T00:44:37.542Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5cbcbee3... [2020-11-18T00:44:37.542Z] #24 resolve docker.io/library/debian:buster@sha256:5cbcbee3523ef9ce0c974e02588387aadd20fdbb8acb54743432c1f63c71420b done [2020-11-18T00:44:37.542Z] #24 DONE 0.0s [2020-11-18T00:44:37.542Z] [2020-11-18T00:44:37.542Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-18T00:44:37.542Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-18T00:44:37.542Z] #60 DONE 0.0s [2020-11-18T00:44:37.542Z] [2020-11-18T00:44:37.542Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:37.542Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-18T00:44:37.542Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2020-11-18T00:44:37.816Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-18T00:44:37.816Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-11-18T00:44:37.816Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s [2020-11-18T00:44:37.816Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-11-18T00:44:38.092Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.86MB / 50.40MB 0.5s [2020-11-18T00:44:38.355Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.58MB / 50.40MB 0.6s [2020-11-18T00:44:38.355Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.7s [2020-11-18T00:44:38.618Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 16.50MB / 50.40MB 0.9s [2020-11-18T00:44:38.618Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.56MB / 7.81MB 0.9s [2020-11-18T00:44:38.618Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 19.79MB / 50.40MB 1.0s [2020-11-18T00:44:38.618Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 4.51MB / 7.81MB 1.0s [2020-11-18T00:44:38.883Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 6.10MB / 7.81MB 1.1s [2020-11-18T00:44:38.883Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 25.08MB / 50.40MB 1.2s [2020-11-18T00:44:38.883Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.64MB / 7.81MB 1.2s [2020-11-18T00:44:38.912Z] #28 4.694 0.4% ### 5.5% ####### 10.9% ######### 13.7% ############# 19.0% ################# 24.4% #################### 28.7% ######################## 33.7% ############################ 39.4% ################################ 45.3% #################################### 50.2% ######################################## 56.1% ########################################### 60.3% ############################################# 63.2% ############################################### 65.5% ################################################# 69.1% ################################################### 71.1% ##################################################### 74.2% ####################################################### 77.6% ######################################################### 79.5% ########################################################### 83.0% ############################################################# 85.2% ############################################################### 88.6% ################################################################# 91.6% ################################################################### 94.2% ###################################################################### 97.3% ######################################################################## 100.0% [2020-11-18T00:44:38.912Z] #28 7.492 [2020-11-18T00:44:39.149Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 27.64MB / 50.40MB 1.3s [2020-11-18T00:44:39.149Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 30.20MB / 50.40MB 1.5s [2020-11-18T00:44:39.149Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.3s done [2020-11-18T00:44:39.149Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.14MB / 10.00MB 1.5s [2020-11-18T00:44:39.413Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 36.83MB / 50.40MB 1.7s [2020-11-18T00:44:39.413Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 4.52MB / 10.00MB 1.7s [2020-11-18T00:44:39.549Z] #28 8.166 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-18T00:44:39.559Z] #54 117.5 + bin/containerd-stress [2020-11-18T00:44:39.675Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 41.33MB / 50.40MB 1.9s [2020-11-18T00:44:39.675Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 7.51MB / 10.00MB 1.9s [2020-11-18T00:44:39.675Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 9.91MB / 10.00MB 2.0s [2020-11-18T00:44:39.675Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 44.56MB / 50.40MB 2.1s [2020-11-18T00:44:39.843Z] #28 8.315 [2020-11-18T00:44:39.843Z] #28 8.435 ######################################### 57.0% ######################################################################## 100.0% [2020-11-18T00:44:39.843Z] #28 8.479 [2020-11-18T00:44:39.940Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 47.37MB / 50.40MB 2.2s [2020-11-18T00:44:40.120Z] #54 119.3 + bin/containerd-shim [2020-11-18T00:44:40.203Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.4s [2020-11-18T00:44:40.203Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.3s done [2020-11-18T00:44:40.203Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 2.4s [2020-11-18T00:44:40.203Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 2.4s [2020-11-18T00:44:40.465Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.83MB / 51.83MB 2.7s [2020-11-18T00:44:40.465Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.27MB / 68.67MB 2.7s [2020-11-18T00:44:40.465Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 8.52MB / 51.83MB 2.8s [2020-11-18T00:44:40.465Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 8.14MB / 68.67MB 2.9s [2020-11-18T00:44:40.484Z] #28 9.208 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-18T00:44:40.484Z] #28 9.225 skipping existing 5cb8031fd95d [2020-11-18T00:44:40.484Z] #28 9.250 [2020-11-18T00:44:40.731Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.9s done [2020-11-18T00:44:40.731Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 13.69MB / 51.83MB 3.1s [2020-11-18T00:44:40.731Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 3.1s [2020-11-18T00:44:41.006Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.67MB / 51.83MB 3.3s [2020-11-18T00:44:41.006Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 14.40MB / 68.67MB 3.3s [2020-11-18T00:44:41.006Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-11-18T00:44:41.233Z] Client: Docker Engine - Community [2020-11-18T00:44:41.233Z] Version: 19.03.13 [2020-11-18T00:44:41.233Z] API version: 1.40 [2020-11-18T00:44:41.233Z] Go version: go1.13.15 [2020-11-18T00:44:41.233Z] Git commit: 4484c46d9d [2020-11-18T00:44:41.233Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-18T00:44:41.233Z] OS/Arch: linux/amd64 [2020-11-18T00:44:41.233Z] Experimental: false [2020-11-18T00:44:41.233Z] [2020-11-18T00:44:41.233Z] Server: Docker Engine - Community [2020-11-18T00:44:41.233Z] Engine: [2020-11-18T00:44:41.233Z] Version: 19.03.13 [2020-11-18T00:44:41.233Z] API version: 1.40 (minimum version 1.12) [2020-11-18T00:44:41.233Z] Go version: go1.13.15 [2020-11-18T00:44:41.233Z] Git commit: 4484c46d9d [2020-11-18T00:44:41.233Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-18T00:44:41.233Z] OS/Arch: linux/amd64 [2020-11-18T00:44:41.233Z] Experimental: true [2020-11-18T00:44:41.233Z] containerd: [2020-11-18T00:44:41.233Z] Version: 1.3.7 [2020-11-18T00:44:41.233Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-18T00:44:41.233Z] runc: [2020-11-18T00:44:41.233Z] Version: 1.0.0-rc10 [2020-11-18T00:44:41.233Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-18T00:44:41.233Z] docker-init: [2020-11-18T00:44:41.233Z] Version: 0.18.0 [2020-11-18T00:44:41.233Z] GitCommit: fec3683 [2020-11-18T00:44:41.273Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 20.69MB / 51.83MB 3.5s [2020-11-18T00:44:41.273Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.44MB / 120.17MB 3.5s [2020-11-18T00:44:41.273Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 19.26MB / 68.67MB 3.6s [Pipeline] sh [2020-11-18T00:44:41.526Z] #28 10.10 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-18T00:44:41.526Z] #28 10.12 skipping existing 283607eaa57e [2020-11-18T00:44:41.526Z] #28 10.15 [2020-11-18T00:44:41.535Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 24.12MB / 51.83MB 3.8s [2020-11-18T00:44:41.535Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 22.91MB / 68.67MB 3.8s [2020-11-18T00:44:41.557Z] + docker info [2020-11-18T00:44:41.804Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 27.27MB / 51.83MB 4.0s [2020-11-18T00:44:41.804Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 14.11MB / 120.17MB 4.0s [2020-11-18T00:44:41.804Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 26.48MB / 68.67MB 4.1s [2020-11-18T00:44:42.067Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 30.23MB / 51.83MB 4.3s [2020-11-18T00:44:42.067Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 30.64MB / 68.67MB 4.4s [2020-11-18T00:44:42.173Z] #28 ... [2020-11-18T00:44:42.173Z] [2020-11-18T00:44:42.173Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:42.173Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 24.9s done [2020-11-18T00:44:42.173Z] #9 DONE 31.4s [2020-11-18T00:44:42.173Z] [2020-11-18T00:44:42.173Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-18T00:44:42.329Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 36.78MB / 51.83MB 4.7s [2020-11-18T00:44:42.329Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 36.11MB / 68.67MB 4.7s [2020-11-18T00:44:42.329Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 23.76MB / 120.17MB 4.7s [2020-11-18T00:44:42.472Z] #10 DONE 0.2s [2020-11-18T00:44:42.472Z] [2020-11-18T00:44:42.472Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-18T00:44:42.472Z] #28 10.92 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-18T00:44:42.472Z] #28 11.06 [2020-11-18T00:44:42.593Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 40.89MB / 68.67MB 4.8s [2020-11-18T00:44:42.593Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 45.30MB / 51.83MB 5.0s [2020-11-18T00:44:42.593Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 45.75MB / 68.67MB 5.0s [2020-11-18T00:44:42.771Z] #28 ... [2020-11-18T00:44:42.771Z] [2020-11-18T00:44:42.771Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-18T00:44:42.771Z] #11 DONE 0.2s [2020-11-18T00:44:42.771Z] [2020-11-18T00:44:42.771Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-18T00:44:42.771Z] #30 DONE 0.1s [2020-11-18T00:44:42.771Z] [2020-11-18T00:44:42.771Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-18T00:44:42.771Z] #28 11.16 ######################################################################## 100.0% [2020-11-18T00:44:42.771Z] #28 11.20 [2020-11-18T00:44:42.771Z] #28 ... [2020-11-18T00:44:42.771Z] [2020-11-18T00:44:42.771Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-18T00:44:42.771Z] #38 DONE 0.1s [2020-11-18T00:44:42.859Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 49.14MB / 51.83MB 5.1s [2020-11-18T00:44:42.859Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 49.72MB / 68.67MB 5.1s [2020-11-18T00:44:42.859Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 34.31MB / 120.17MB 5.1s [2020-11-18T00:44:42.859Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.77MB / 51.83MB 5.2s [2020-11-18T00:44:43.069Z] [2020-11-18T00:44:43.069Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:44:43.124Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 54.00MB / 68.67MB 5.3s [2020-11-18T00:44:43.124Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 41.14MB / 120.17MB 5.3s [2020-11-18T00:44:43.124Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.93MB / 68.67MB 5.6s [2020-11-18T00:44:43.194Z] #54 ... [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:43.194Z] #22 101.7 + return [2020-11-18T00:44:43.194Z] #22 DONE 102.3s [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:43.194Z] #54 ... [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-18T00:44:43.194Z] #12 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-18T00:44:43.194Z] #16 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-18T00:44:43.194Z] #19 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-18T00:44:43.194Z] #15 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-18T00:44:43.194Z] #13 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-18T00:44:43.194Z] #14 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-18T00:44:43.194Z] #17 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:44:43.194Z] #18 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-18T00:44:43.194Z] #20 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-18T00:44:43.194Z] #29 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:44:43.194Z] #30 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-18T00:44:43.194Z] #25 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-18T00:44:43.194Z] #26 CACHED [2020-11-18T00:44:43.194Z] [2020-11-18T00:44:43.194Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-18T00:44:43.367Z] #39 0.672 + git clone https://github.com/docker/distribution.git . [2020-11-18T00:44:43.367Z] #39 0.683 Cloning into '.'... [2020-11-18T00:44:43.386Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 47.79MB / 120.17MB 5.7s [2020-11-18T00:44:43.455Z] #27 CACHED [2020-11-18T00:44:43.455Z] [2020-11-18T00:44:43.455Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-18T00:44:43.455Z] #23 DONE 0.2s [2020-11-18T00:44:43.455Z] [2020-11-18T00:44:43.455Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-18T00:44:43.649Z] #8 ... [2020-11-18T00:44:43.649Z] [2020-11-18T00:44:43.649Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-18T00:44:43.649Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-18T00:44:43.649Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-18T00:44:43.649Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2020-11-18T00:44:43.650Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.5s done [2020-11-18T00:44:43.650Z] #60 DONE 6.1s [2020-11-18T00:44:43.650Z] [2020-11-18T00:44:43.650Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:43.650Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.8s done [2020-11-18T00:44:43.650Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 67.13MB / 68.67MB 5.9s [2020-11-18T00:44:43.650Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 5.9s [2020-11-18T00:44:43.650Z] #8 ... [2020-11-18T00:44:43.650Z] [2020-11-18T00:44:43.650Z] #21 [internal] load build context [2020-11-18T00:44:43.650Z] #21 transferring context: 35.88MB 6.1s [2020-11-18T00:44:43.650Z] #21 ... [2020-11-18T00:44:43.650Z] [2020-11-18T00:44:43.650Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:43.650Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 57.79MB / 120.17MB 6.1s [2020-11-18T00:44:43.650Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.9s done [2020-11-18T00:44:43.915Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.35MB / 120.17MB 6.3s [2020-11-18T00:44:44.180Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 74.63MB / 120.17MB 6.4s [2020-11-18T00:44:44.432Z] #39 ... [2020-11-18T00:44:44.432Z] [2020-11-18T00:44:44.432Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-18T00:44:44.432Z] #28 11.86 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-18T00:44:44.432Z] #28 12.28 #=#=# [2020-11-18T00:44:44.432Z] #28 12.44 ######################################################################## 100.0% [2020-11-18T00:44:44.432Z] #28 12.59 [2020-11-18T00:44:44.432Z] #28 12.74 Download of images into '/build' complete. [2020-11-18T00:44:44.432Z] #28 12.74 Use something like the following to load the result into a Docker daemon: [2020-11-18T00:44:44.432Z] #28 12.74 tar -cC '/build' . | docker load [2020-11-18T00:44:44.432Z] #28 DONE 12.9s [2020-11-18T00:44:44.432Z] [2020-11-18T00:44:44.432Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:44.432Z] #48 0.793 + RM_GOPATH=0 [2020-11-18T00:44:44.432Z] #48 0.805 + TMP_GOPATH= [2020-11-18T00:44:44.432Z] #48 0.807 + : /build [2020-11-18T00:44:44.432Z] #48 0.811 + '[' -z '' ']' [2020-11-18T00:44:44.432Z] #48 0.811 ++ mktemp -d [2020-11-18T00:44:44.432Z] #48 0.830 + export GOPATH=/tmp/tmp.YmeMjKMfqm [2020-11-18T00:44:44.432Z] #48 0.831 + GOPATH=/tmp/tmp.YmeMjKMfqm [2020-11-18T00:44:44.432Z] #48 0.831 + RM_GOPATH=1 [2020-11-18T00:44:44.432Z] #48 0.831 + case "$(go env GOARCH)" in [2020-11-18T00:44:44.432Z] #48 0.833 ++ go env GOARCH [2020-11-18T00:44:44.432Z] #48 0.848 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:44.432Z] #48 0.848 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:44.432Z] #48 0.850 ++ dirname /tmp/install/install.sh [2020-11-18T00:44:44.432Z] #48 0.853 + dir=/tmp/install [2020-11-18T00:44:44.432Z] #48 0.859 + bin=golangci_lint [2020-11-18T00:44:44.432Z] #48 0.861 + shift [2020-11-18T00:44:44.432Z] #48 0.861 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-18T00:44:44.432Z] #48 0.862 + . /tmp/install/golangci_lint.installer [2020-11-18T00:44:44.432Z] #48 0.863 ++ : v1.23.8 [2020-11-18T00:44:44.432Z] #48 0.864 + install_golangci_lint [2020-11-18T00:44:44.432Z] #48 0.864 + set -e [2020-11-18T00:44:44.432Z] #48 0.864 + export GO111MODULE=on [2020-11-18T00:44:44.432Z] #48 0.864 + GO111MODULE=on [2020-11-18T00:44:44.432Z] #48 0.865 + GOBIN=/build [2020-11-18T00:44:44.432Z] #48 0.865 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-18T00:44:44.432Z] #48 0.984 go: finding github.com v1.23.8 [2020-11-18T00:44:44.432Z] #48 0.984 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-18T00:44:44.432Z] #48 0.985 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:44:44.432Z] #48 0.985 go: finding github.com/golangci v1.23.8 [2020-11-18T00:44:44.432Z] #48 0.987 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-18T00:44:44.441Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 98.76MB / 120.17MB 6.7s [2020-11-18T00:44:44.707Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.35MB / 120.17MB 6.9s [2020-11-18T00:44:44.707Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.1s [2020-11-18T00:44:44.969Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 7.2s done [2020-11-18T00:44:45.081Z] #48 2.488 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:44:45.915Z] #8 ... [2020-11-18T00:44:45.915Z] [2020-11-18T00:44:45.915Z] #21 [internal] load build context [2020-11-18T00:44:45.915Z] #21 transferring context: 52.35MB 7.9s done [2020-11-18T00:44:45.915Z] #21 DONE 8.4s [2020-11-18T00:44:45.915Z] [2020-11-18T00:44:45.915Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:46.160Z] #48 3.616 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:44:46.184Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.2s [2020-11-18T00:44:46.660Z] #54 125.9 + bin/containerd-shim-runc-v1 [2020-11-18T00:44:46.760Z] #28 DONE 3.1s [2020-11-18T00:44:46.760Z] [2020-11-18T00:44:46.760Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:46.760Z] #54 ... [2020-11-18T00:44:46.760Z] [2020-11-18T00:44:46.760Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-18T00:44:46.760Z] #31 DONE 0.2s [2020-11-18T00:44:46.760Z] [2020-11-18T00:44:46.760Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-18T00:44:47.022Z] #33 DONE 0.1s [2020-11-18T00:44:47.022Z] [2020-11-18T00:44:47.022Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:47.022Z] #54 ... [2020-11-18T00:44:47.022Z] [2020-11-18T00:44:47.022Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-18T00:44:47.022Z] #36 DONE 0.1s [2020-11-18T00:44:47.022Z] [2020-11-18T00:44:47.022Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-18T00:44:47.283Z] #39 DONE 0.3s [2020-11-18T00:44:47.283Z] [2020-11-18T00:44:47.283Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:47.544Z] #54 ... [2020-11-18T00:44:47.544Z] [2020-11-18T00:44:47.544Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-18T00:44:47.544Z] #42 DONE 0.1s [2020-11-18T00:44:47.574Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.5s done [2020-11-18T00:44:47.574Z] #8 ... [2020-11-18T00:44:47.574Z] [2020-11-18T00:44:47.574Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5cbcbee3... [2020-11-18T00:44:47.574Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 50.40MB / 50.40MB 2.5s done [2020-11-18T00:44:47.574Z] #24 sha256:5cbcbee3523ef9ce0c974e02588387aadd20fdbb8acb54743432c1f63c71420b 1.85kB / 1.85kB done [2020-11-18T00:44:47.574Z] #24 sha256:f520e4a80b736389c3de162b8f60608d11c9fa3b2ec619bd40aabfd7e70d3455 529B / 529B done [2020-11-18T00:44:47.574Z] #24 sha256:ef05c61d51129e3866d5b71b4f44864919dd2b9e5f2644f0a511703182acf8f9 1.46kB / 1.46kB done [2020-11-18T00:44:47.574Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 7.1s [2020-11-18T00:44:47.574Z] #24 ... [2020-11-18T00:44:47.574Z] [2020-11-18T00:44:47.575Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:47.805Z] [2020-11-18T00:44:47.805Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-18T00:44:47.805Z] #44 DONE 0.1s [2020-11-18T00:44:47.805Z] [2020-11-18T00:44:47.805Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:47.805Z] #54 ... [2020-11-18T00:44:47.805Z] [2020-11-18T00:44:47.805Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-18T00:44:47.805Z] #46 DONE 0.1s [2020-11-18T00:44:48.066Z] [2020-11-18T00:44:48.066Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-18T00:44:48.066Z] #48 DONE 0.2s [2020-11-18T00:44:48.066Z] [2020-11-18T00:44:48.066Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-18T00:44:48.066Z] #50 DONE 0.1s [2020-11-18T00:44:48.066Z] [2020-11-18T00:44:48.066Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:48.118Z] Client: [2020-11-18T00:44:48.118Z] Debug Mode: false [2020-11-18T00:44:48.118Z] [2020-11-18T00:44:48.118Z] Server: [2020-11-18T00:44:48.118Z] Containers: 0 [2020-11-18T00:44:48.118Z] Running: 0 [2020-11-18T00:44:48.118Z] Paused: 0 [2020-11-18T00:44:48.118Z] Stopped: 0 [2020-11-18T00:44:48.118Z] Images: 0 [2020-11-18T00:44:48.118Z] Server Version: 19.03.13 [2020-11-18T00:44:48.118Z] Storage Driver: overlay2 [2020-11-18T00:44:48.118Z] Backing Filesystem: extfs [2020-11-18T00:44:48.118Z] Supports d_type: true [2020-11-18T00:44:48.118Z] Native Overlay Diff: true [2020-11-18T00:44:48.118Z] Logging Driver: json-file [2020-11-18T00:44:48.118Z] Cgroup Driver: cgroupfs [2020-11-18T00:44:48.119Z] Plugins: [2020-11-18T00:44:48.119Z] Volume: local [2020-11-18T00:44:48.119Z] Network: bridge host ipvlan macvlan null overlay [2020-11-18T00:44:48.119Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-18T00:44:48.119Z] Swarm: inactive [2020-11-18T00:44:48.119Z] Runtimes: runc [2020-11-18T00:44:48.119Z] Default Runtime: runc [2020-11-18T00:44:48.119Z] Init Binary: docker-init [2020-11-18T00:44:48.119Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-18T00:44:48.119Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-18T00:44:48.119Z] init version: fec3683 [2020-11-18T00:44:48.119Z] Security Options: [2020-11-18T00:44:48.119Z] apparmor [2020-11-18T00:44:48.119Z] seccomp [2020-11-18T00:44:48.119Z] Profile: default [2020-11-18T00:44:48.119Z] Kernel Version: 5.4.0-1025-aws [2020-11-18T00:44:48.119Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-18T00:44:48.119Z] OSType: linux [2020-11-18T00:44:48.119Z] Architecture: x86_64 [2020-11-18T00:44:48.119Z] CPUs: 2 [2020-11-18T00:44:48.119Z] Total Memory: 7.569GiB [2020-11-18T00:44:48.119Z] Name: ip-10-100-77-130 [2020-11-18T00:44:48.119Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-18T00:44:48.119Z] Docker Root Dir: /var/lib/docker [2020-11-18T00:44:48.119Z] Debug Mode: false [2020-11-18T00:44:48.119Z] Registry: https://index.docker.io/v1/ [2020-11-18T00:44:48.119Z] Labels: [2020-11-18T00:44:48.119Z] Experimental: true [2020-11-18T00:44:48.119Z] Insecure Registries: [2020-11-18T00:44:48.119Z] 127.0.0.0/8 [2020-11-18T00:44:48.119Z] Live Restore Enabled: true [2020-11-18T00:44:48.119Z] [2020-11-18T00:44:48.119Z] WARNING: No swap limit support [Pipeline] sh [2020-11-18T00:44:48.326Z] #54 ... [2020-11-18T00:44:48.327Z] [2020-11-18T00:44:48.327Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-18T00:44:48.327Z] #52 DONE 0.1s [2020-11-18T00:44:48.327Z] [2020-11-18T00:44:48.327Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:48.466Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-18T00:44:48.466Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-18T00:44:48.466Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41620/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-18T00:44:48.466Z] + bash /home/ubuntu/workspace/moby_PR-41620/check-config.sh [2020-11-18T00:44:48.466Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-18T00:44:48.466Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-18T00:44:48.466Z] [2020-11-18T00:44:48.466Z] Generally Necessary: [2020-11-18T00:44:48.466Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-18T00:44:48.466Z] - apparmor: enabled and tools installed [2020-11-18T00:44:48.466Z] - CONFIG_NAMESPACES: enabled [2020-11-18T00:44:48.466Z] - CONFIG_NET_NS: enabled [2020-11-18T00:44:48.466Z] - CONFIG_PID_NS: enabled [2020-11-18T00:44:48.466Z] - CONFIG_IPC_NS: enabled [2020-11-18T00:44:48.466Z] - CONFIG_UTS_NS: enabled [2020-11-18T00:44:48.466Z] - CONFIG_CGROUPS: enabled [2020-11-18T00:44:48.466Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-18T00:44:48.466Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-18T00:44:48.466Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-18T00:44:48.466Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-18T00:44:48.466Z] - CONFIG_CPUSETS: enabled [2020-11-18T00:44:48.466Z] - CONFIG_MEMCG: enabled [2020-11-18T00:44:48.466Z] - CONFIG_KEYS: enabled [2020-11-18T00:44:48.466Z] - CONFIG_VETH: enabled (as module) [2020-11-18T00:44:48.466Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-18T00:44:48.466Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-18T00:44:48.466Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-18T00:44:48.466Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-18T00:44:48.466Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-18T00:44:48.466Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-18T00:44:48.466Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-18T00:44:48.466Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-18T00:44:48.466Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-18T00:44:48.466Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-18T00:44:48.466Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-18T00:44:48.466Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-18T00:44:48.466Z] [2020-11-18T00:44:48.466Z] Optional Features: [2020-11-18T00:44:48.466Z] - CONFIG_USER_NS: enabled [2020-11-18T00:44:48.758Z] - CONFIG_SECCOMP: enabled [2020-11-18T00:44:48.758Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-18T00:44:48.758Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-18T00:44:48.758Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-18T00:44:48.758Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-18T00:44:48.758Z] - CONFIG_BLK_CGROUP: enabled [2020-11-18T00:44:48.758Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-18T00:44:48.758Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-18T00:44:48.758Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-18T00:44:48.758Z] - CONFIG_CGROUP_PERF: enabled [2020-11-18T00:44:48.758Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-18T00:44:48.758Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-18T00:44:48.758Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-18T00:44:48.758Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-18T00:44:48.758Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-18T00:44:48.758Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-18T00:44:48.758Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-18T00:44:48.758Z] - CONFIG_IP_VS: enabled (as module) [2020-11-18T00:44:48.758Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-18T00:44:48.758Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-18T00:44:48.758Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-18T00:44:48.758Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-18T00:44:48.758Z] - CONFIG_EXT4_FS: enabled [2020-11-18T00:44:48.758Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-18T00:44:48.758Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-18T00:44:48.758Z] - Network Drivers: [2020-11-18T00:44:48.758Z] - "overlay": [2020-11-18T00:44:48.758Z] - CONFIG_VXLAN: enabled (as module) [2020-11-18T00:44:48.758Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-18T00:44:48.758Z] Optional (for encrypted networks): [2020-11-18T00:44:48.758Z] - CONFIG_CRYPTO: enabled [2020-11-18T00:44:48.758Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-18T00:44:48.758Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-18T00:44:48.758Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-18T00:44:48.758Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-18T00:44:48.758Z] - CONFIG_XFRM: enabled [2020-11-18T00:44:48.758Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-18T00:44:48.758Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-18T00:44:48.758Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-18T00:44:48.758Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-18T00:44:48.758Z] - "ipvlan": [2020-11-18T00:44:48.758Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-18T00:44:48.758Z] - "macvlan": [2020-11-18T00:44:48.947Z] #48 ... [2020-11-18T00:44:48.947Z] [2020-11-18T00:44:48.947Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:44:48.947Z] #33 0.528 + RM_GOPATH=0 [2020-11-18T00:44:48.947Z] #33 0.528 + TMP_GOPATH= [2020-11-18T00:44:48.947Z] #33 0.528 + : /build [2020-11-18T00:44:48.947Z] #33 0.529 + '[' -z '' ']' [2020-11-18T00:44:48.947Z] #33 0.529 ++ mktemp -d [2020-11-18T00:44:48.947Z] #33 0.532 + export GOPATH=/tmp/tmp.4qUttbPN5x [2020-11-18T00:44:48.947Z] #33 0.532 + GOPATH=/tmp/tmp.4qUttbPN5x [2020-11-18T00:44:48.947Z] #33 0.533 + RM_GOPATH=1 [2020-11-18T00:44:48.947Z] #33 0.533 + case "$(go env GOARCH)" in [2020-11-18T00:44:48.947Z] #33 0.537 ++ go env GOARCH [2020-11-18T00:44:48.947Z] #33 0.553 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:48.947Z] #33 0.553 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:48.947Z] #33 0.554 ++ dirname /tmp/install/install.sh [2020-11-18T00:44:48.947Z] #33 0.556 + dir=/tmp/install [2020-11-18T00:44:48.947Z] #33 0.556 + bin=tomlv [2020-11-18T00:44:48.947Z] #33 0.556 + shift [2020-11-18T00:44:48.947Z] #33 0.556 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-18T00:44:48.947Z] #33 0.556 + . /tmp/install/tomlv.installer [2020-11-18T00:44:48.947Z] #33 0.557 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:44:48.947Z] #33 0.557 + install_tomlv [2020-11-18T00:44:48.947Z] #33 0.557 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-18T00:44:48.947Z] #33 0.557 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.4qUttbPN5x/src/github.com/BurntSushi/toml [2020-11-18T00:44:48.947Z] #33 0.558 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:44:48.947Z] #33 0.560 Cloning into '/tmp/tmp.4qUttbPN5x/src/github.com/BurntSushi/toml'... [2020-11-18T00:44:48.947Z] #33 1.422 + cd /tmp/tmp.4qUttbPN5x/src/github.com/BurntSushi/toml [2020-11-18T00:44:48.947Z] #33 1.423 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:44:48.947Z] #33 1.440 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-18T00:44:48.947Z] #33 2.422 runtime/internal/sys [2020-11-18T00:44:48.947Z] #33 2.438 internal/cpu [2020-11-18T00:44:48.947Z] #33 2.502 math/bits [2020-11-18T00:44:48.947Z] #33 2.715 runtime/internal/atomic [2020-11-18T00:44:48.947Z] #33 2.853 runtime/internal/math [2020-11-18T00:44:48.947Z] #33 3.027 unicode/utf8 [2020-11-18T00:44:48.947Z] #33 3.943 internal/race [2020-11-18T00:44:48.947Z] #33 4.545 sync/atomic [2020-11-18T00:44:48.947Z] #33 4.676 internal/bytealg [2020-11-18T00:44:48.947Z] #33 5.120 unicode [2020-11-18T00:44:48.947Z] #33 5.175 math [2020-11-18T00:44:48.947Z] #33 5.275 internal/testlog [2020-11-18T00:44:48.947Z] #33 6.016 encoding [2020-11-18T00:44:48.947Z] #33 ... [2020-11-18T00:44:48.947Z] [2020-11-18T00:44:48.947Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:48.947Z] #46 0.771 + RM_GOPATH=0 [2020-11-18T00:44:48.947Z] #46 0.771 + TMP_GOPATH= [2020-11-18T00:44:48.947Z] #46 0.772 + : /build [2020-11-18T00:44:48.947Z] #46 0.772 + '[' -z '' ']' [2020-11-18T00:44:48.947Z] #46 0.797 ++ mktemp -d [2020-11-18T00:44:48.947Z] #46 0.805 + export GOPATH=/tmp/tmp.Iqd755XCMJ [2020-11-18T00:44:48.947Z] #46 0.806 + GOPATH=/tmp/tmp.Iqd755XCMJ [2020-11-18T00:44:48.947Z] #46 0.806 + RM_GOPATH=1 [2020-11-18T00:44:48.947Z] #46 0.807 + case "$(go env GOARCH)" in [2020-11-18T00:44:48.947Z] #46 0.808 ++ go env GOARCH [2020-11-18T00:44:48.947Z] #46 0.901 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:48.947Z] #46 0.901 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:48.947Z] #46 0.920 ++ dirname /tmp/install/install.sh [2020-11-18T00:44:48.947Z] #46 0.923 + dir=/tmp/install [2020-11-18T00:44:48.947Z] #46 0.923 + bin=gotestsum [2020-11-18T00:44:48.947Z] #46 0.923 + shift [2020-11-18T00:44:48.947Z] #46 0.926 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-18T00:44:48.947Z] #46 0.927 + . /tmp/install/gotestsum.installer [2020-11-18T00:44:48.947Z] #46 0.927 ++ : v0.5.3 [2020-11-18T00:44:48.947Z] #46 0.927 + install_gotestsum [2020-11-18T00:44:48.947Z] #46 0.929 + set -e [2020-11-18T00:44:48.947Z] #46 0.942 + export GO111MODULE=on [2020-11-18T00:44:48.947Z] #46 0.942 + GO111MODULE=on [2020-11-18T00:44:48.947Z] #46 0.942 + GOBIN=/build [2020-11-18T00:44:48.947Z] #46 0.942 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-18T00:44:48.947Z] #46 1.018 go: finding gotest.tools v0.5.3 [2020-11-18T00:44:48.947Z] #46 1.019 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-18T00:44:48.947Z] #46 2.468 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-18T00:44:48.947Z] #46 3.610 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-18T00:44:48.947Z] #46 5.544 go: downloading github.com/pkg/errors v0.9.1 [2020-11-18T00:44:48.947Z] #46 5.545 go: downloading github.com/fatih/color v1.9.0 [2020-11-18T00:44:48.947Z] #46 5.545 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-18T00:44:48.947Z] #46 5.546 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:44:48.947Z] #46 5.557 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:44:48.947Z] #46 5.696 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:44:48.947Z] #46 5.757 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:44:48.947Z] #46 5.821 go: extracting github.com/fatih/color v1.9.0 [2020-11-18T00:44:48.947Z] #46 5.851 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:44:48.947Z] #46 5.912 go: extracting github.com/pkg/errors v0.9.1 [2020-11-18T00:44:48.947Z] #46 5.952 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:44:48.947Z] #46 6.073 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:44:48.947Z] #46 6.316 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:44:48.947Z] #46 6.404 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:44:48.947Z] #46 ... [2020-11-18T00:44:48.947Z] [2020-11-18T00:44:48.947Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:44:48.947Z] #33 6.335 runtime/cgo [2020-11-18T00:44:48.962Z] #8 ... [2020-11-18T00:44:48.962Z] [2020-11-18T00:44:48.962Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5cbcbee3... [2020-11-18T00:44:48.962Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 8.0s done [2020-11-18T00:44:48.962Z] #24 DONE 11.2s [2020-11-18T00:44:48.962Z] [2020-11-18T00:44:48.962Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:48.962Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.8s done [2020-11-18T00:44:48.962Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-11-18T00:44:49.033Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-18T00:44:49.033Z] - CONFIG_DUMMY: enabled (as module) [2020-11-18T00:44:49.033Z] - "ftp,tftp client in container": [2020-11-18T00:44:49.033Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-18T00:44:49.033Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-18T00:44:49.033Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-18T00:44:49.033Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-18T00:44:49.033Z] - Storage Drivers: [2020-11-18T00:44:49.033Z] - "aufs": [2020-11-18T00:44:49.033Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-18T00:44:49.033Z] - "btrfs": [2020-11-18T00:44:49.033Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-18T00:44:49.033Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-18T00:44:49.033Z] - "devicemapper": [2020-11-18T00:44:49.033Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-18T00:44:49.033Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-18T00:44:49.033Z] - "overlay": [2020-11-18T00:44:49.033Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-18T00:44:49.033Z] - "zfs": [2020-11-18T00:44:49.033Z] - /dev/zfs: present [2020-11-18T00:44:49.033Z] - zfs command: missing [2020-11-18T00:44:49.033Z] - zpool command: missing [2020-11-18T00:44:49.033Z] [2020-11-18T00:44:49.033Z] Limits: [2020-11-18T00:44:49.033Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-18T00:44:49.033Z] [2020-11-18T00:44:49.033Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-18T00:44:49.247Z] #33 6.726 runtime [2020-11-18T00:44:49.378Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 . [2020-11-18T00:44:49.378Z] #1 [internal] load .dockerignore [2020-11-18T00:44:49.378Z] #1 transferring context: 87B done [2020-11-18T00:44:49.378Z] #1 DONE 0.0s [2020-11-18T00:44:49.378Z] [2020-11-18T00:44:49.378Z] #2 [internal] load build definition from Dockerfile [2020-11-18T00:44:49.378Z] #2 transferring dockerfile: 16.58kB done [2020-11-18T00:44:49.378Z] #2 DONE 0.0s [2020-11-18T00:44:49.378Z] [2020-11-18T00:44:49.378Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-18T00:44:49.538Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2020-11-18T00:44:49.538Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-11-18T00:44:49.942Z] #3 DONE 0.5s [2020-11-18T00:44:49.942Z] [2020-11-18T00:44:49.942Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-18T00:44:49.942Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-18T00:44:49.942Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-11-18T00:44:49.942Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-11-18T00:44:49.942Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.0s [2020-11-18T00:44:49.942Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-18T00:44:50.113Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done [2020-11-18T00:44:50.200Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 7.58MB / 8.88MB 0.1s [2020-11-18T00:44:50.200Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2020-11-18T00:44:50.200Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-11-18T00:44:50.375Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-11-18T00:44:50.765Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.5s done [2020-11-18T00:44:50.765Z] #4 DONE 0.9s [2020-11-18T00:44:50.868Z] #54 130.4 + bin/containerd-shim-runc-v2 [2020-11-18T00:44:51.024Z] [2020-11-18T00:44:51.024Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-18T00:44:51.283Z] #7 DONE 0.2s [2020-11-18T00:44:51.283Z] [2020-11-18T00:44:51.283Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-18T00:44:51.283Z] #6 ... [2020-11-18T00:44:51.283Z] [2020-11-18T00:44:51.283Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-18T00:44:51.283Z] #5 DONE 0.3s [2020-11-18T00:44:51.540Z] [2020-11-18T00:44:51.540Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-18T00:44:51.540Z] #6 DONE 0.5s [2020-11-18T00:44:51.540Z] [2020-11-18T00:44:51.540Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-18T00:44:51.540Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-18T00:44:51.540Z] #60 DONE 0.0s [2020-11-18T00:44:51.540Z] [2020-11-18T00:44:51.540Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5cbcbee3... [2020-11-18T00:44:51.540Z] #24 DONE 0.0s [2020-11-18T00:44:51.540Z] [2020-11-18T00:44:51.540Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:51.540Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-18T00:44:51.794Z] #54 131.3 + binaries [2020-11-18T00:44:51.794Z] #54 131.3 + install -D bin/containerd /build/containerd [2020-11-18T00:44:51.794Z] #54 131.3 + install -D bin/containerd-shim /build/containerd-shim [2020-11-18T00:44:51.794Z] #54 131.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-18T00:44:51.794Z] #54 131.3 + install -D bin/ctr /build/ctr [2020-11-18T00:44:51.804Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-18T00:44:51.804Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 800.30kB / 50.40MB 0.1s [2020-11-18T00:44:51.804Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-11-18T00:44:51.804Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-11-18T00:44:51.804Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 451.12kB / 7.81MB 0.1s [2020-11-18T00:44:51.804Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.62MB / 50.40MB 0.2s [2020-11-18T00:44:51.804Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 3.95MB / 7.81MB 0.2s [2020-11-18T00:44:52.049Z] #54 DONE 131.7s [2020-11-18T00:44:52.063Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.12MB / 50.40MB 0.4s [2020-11-18T00:44:52.063Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 6.46MB / 7.81MB 0.4s [2020-11-18T00:44:52.063Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s [2020-11-18T00:44:52.320Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 13.84MB / 50.40MB 0.7s [2020-11-18T00:44:52.320Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2020-11-18T00:44:52.320Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 761.86kB / 10.00MB 0.7s [2020-11-18T00:44:52.320Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 573.99kB / 51.83MB 0.7s [2020-11-18T00:44:52.578Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 16.71MB / 50.40MB 0.9s [2020-11-18T00:44:52.578Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 4.96MB / 10.00MB 0.9s [2020-11-18T00:44:52.578Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.43MB / 51.83MB 0.9s [2020-11-18T00:44:52.578Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 5.98MB / 10.00MB 0.9s [2020-11-18T00:44:52.578Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.25MB / 51.83MB 0.9s [2020-11-18T00:44:52.817Z] #33 ... [2020-11-18T00:44:52.817Z] [2020-11-18T00:44:52.817Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:52.817Z] #23 0.786 + RM_GOPATH=0 [2020-11-18T00:44:52.817Z] #23 0.789 + TMP_GOPATH= [2020-11-18T00:44:52.817Z] #23 0.789 + : /build [2020-11-18T00:44:52.817Z] #23 0.789 + '[' -z '' ']' [2020-11-18T00:44:52.817Z] #23 0.791 ++ mktemp -d [2020-11-18T00:44:52.817Z] #23 0.812 + export GOPATH=/tmp/tmp.aoendh2WoA [2020-11-18T00:44:52.817Z] #23 0.826 + GOPATH=/tmp/tmp.aoendh2WoA [2020-11-18T00:44:52.817Z] #23 0.826 + RM_GOPATH=1 [2020-11-18T00:44:52.817Z] #23 0.827 + case "$(go env GOARCH)" in [2020-11-18T00:44:52.817Z] #23 0.827 ++ go env GOARCH [2020-11-18T00:44:52.817Z] #23 0.873 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:52.817Z] #23 0.873 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:52.817Z] #23 0.877 ++ dirname /tmp/install/install.sh [2020-11-18T00:44:52.817Z] #23 0.884 + dir=/tmp/install [2020-11-18T00:44:52.817Z] #23 0.884 + bin=dockercli [2020-11-18T00:44:52.817Z] #23 0.884 + shift [2020-11-18T00:44:52.817Z] #23 0.885 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-18T00:44:52.817Z] #23 0.885 + . /tmp/install/dockercli.installer [2020-11-18T00:44:52.817Z] #23 0.885 ++ : stable [2020-11-18T00:44:52.817Z] #23 0.885 ++ : 17.06.2-ce [2020-11-18T00:44:52.817Z] #23 0.886 + install_dockercli [2020-11-18T00:44:52.817Z] #23 0.886 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-18T00:44:52.817Z] #23 0.886 Install docker/cli version 17.06.2-ce from stable [2020-11-18T00:44:52.817Z] #23 0.888 ++ uname -m [2020-11-18T00:44:52.817Z] #23 0.889 + arch=ppc64le [2020-11-18T00:44:52.817Z] #23 0.889 + '[' ppc64le '!=' x86_64 ']' [2020-11-18T00:44:52.817Z] #23 0.889 + '[' ppc64le '!=' s390x ']' [2020-11-18T00:44:52.817Z] #23 0.889 + '[' ppc64le '!=' armhf ']' [2020-11-18T00:44:52.817Z] #23 0.890 + build_dockercli [2020-11-18T00:44:52.817Z] #23 0.890 + git clone https://github.com/docker/docker-ce /tmp/tmp.aoendh2WoA/tmp/docker-ce [2020-11-18T00:44:52.817Z] #23 0.893 Cloning into '/tmp/tmp.aoendh2WoA/tmp/docker-ce'... [2020-11-18T00:44:52.817Z] #23 ... [2020-11-18T00:44:52.817Z] [2020-11-18T00:44:52.817Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:44:52.817Z] #50 0.493 + RM_GOPATH=0 [2020-11-18T00:44:52.817Z] #50 0.493 + TMP_GOPATH= [2020-11-18T00:44:52.817Z] #50 0.494 + : /build [2020-11-18T00:44:52.817Z] #50 0.494 + '[' -z '' ']' [2020-11-18T00:44:52.817Z] #50 0.495 ++ mktemp -d [2020-11-18T00:44:52.817Z] #50 0.497 + export GOPATH=/tmp/tmp.lZt80zIiJU [2020-11-18T00:44:52.817Z] #50 0.497 + GOPATH=/tmp/tmp.lZt80zIiJU [2020-11-18T00:44:52.817Z] #50 0.497 + RM_GOPATH=1 [2020-11-18T00:44:52.817Z] #50 0.497 + case "$(go env GOARCH)" in [2020-11-18T00:44:52.817Z] #50 0.499 ++ go env GOARCH [2020-11-18T00:44:52.817Z] #50 0.511 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:52.817Z] #50 0.511 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:52.817Z] #50 0.523 ++ dirname /tmp/install/install.sh [2020-11-18T00:44:52.817Z] #50 0.529 + dir=/tmp/install [2020-11-18T00:44:52.817Z] #50 0.529 + bin=shfmt [2020-11-18T00:44:52.817Z] #50 0.529 + shift [2020-11-18T00:44:52.817Z] #50 0.529 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-18T00:44:52.817Z] #50 0.529 + . /tmp/install/shfmt.installer [2020-11-18T00:44:52.817Z] #50 0.529 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:44:52.817Z] #50 0.530 + install_shfmt [2020-11-18T00:44:52.817Z] #50 0.530 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-18T00:44:52.817Z] #50 0.530 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:44:52.817Z] #50 0.530 + git clone https://github.com/mvdan/sh.git /tmp/tmp.lZt80zIiJU/src/github.com/mvdan/sh [2020-11-18T00:44:52.817Z] #50 0.538 Cloning into '/tmp/tmp.lZt80zIiJU/src/github.com/mvdan/sh'... [2020-11-18T00:44:52.817Z] #50 10.24 + cd /tmp/tmp.lZt80zIiJU/src/github.com/mvdan/sh [2020-11-18T00:44:52.817Z] #50 10.26 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:44:52.817Z] #50 ... [2020-11-18T00:44:52.817Z] [2020-11-18T00:44:52.817Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:44:52.817Z] #44 0.785 + RM_GOPATH=0 [2020-11-18T00:44:52.817Z] #44 0.785 + TMP_GOPATH= [2020-11-18T00:44:52.817Z] #44 0.785 + : /build [2020-11-18T00:44:52.817Z] #44 0.785 + '[' -z '' ']' [2020-11-18T00:44:52.817Z] #44 0.785 ++ mktemp -d [2020-11-18T00:44:52.817Z] #44 0.785 + export GOPATH=/tmp/tmp.w5MzSmeM1D [2020-11-18T00:44:52.817Z] #44 0.785 + GOPATH=/tmp/tmp.w5MzSmeM1D [2020-11-18T00:44:52.817Z] #44 0.785 + RM_GOPATH=1 [2020-11-18T00:44:52.817Z] #44 0.785 + case "$(go env GOARCH)" in [2020-11-18T00:44:52.817Z] #44 0.788 ++ go env GOARCH [2020-11-18T00:44:52.817Z] #44 0.828 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:52.817Z] #44 0.828 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:52.817Z] #44 0.833 ++ dirname /tmp/install/install.sh [2020-11-18T00:44:52.817Z] #44 0.838 + dir=/tmp/install [2020-11-18T00:44:52.817Z] #44 0.838 + bin=vndr [2020-11-18T00:44:52.817Z] #44 0.838 + shift [2020-11-18T00:44:52.817Z] #44 0.838 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-18T00:44:52.817Z] #44 0.838 + . /tmp/install/vndr.installer [2020-11-18T00:44:52.817Z] #44 0.838 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:44:52.817Z] #44 0.843 + install_vndr [2020-11-18T00:44:52.817Z] #44 0.844 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-18T00:44:52.817Z] #44 0.844 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:44:52.817Z] #44 0.844 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.w5MzSmeM1D/src/github.com/LK4D4/vndr [2020-11-18T00:44:52.817Z] #44 0.847 Cloning into '/tmp/tmp.w5MzSmeM1D/src/github.com/LK4D4/vndr'... [2020-11-18T00:44:52.817Z] #44 1.818 + cd /tmp/tmp.w5MzSmeM1D/src/github.com/LK4D4/vndr [2020-11-18T00:44:52.817Z] #44 1.820 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:44:52.817Z] #44 1.829 + go build -buildmode=pie -v -o /build/vndr . [2020-11-18T00:44:52.817Z] #44 4.236 internal/cpu [2020-11-18T00:44:52.817Z] #44 4.356 internal/race [2020-11-18T00:44:52.817Z] #44 4.526 unicode [2020-11-18T00:44:52.817Z] #44 4.565 sync/atomic [2020-11-18T00:44:52.817Z] #44 4.895 unicode/utf8 [2020-11-18T00:44:52.817Z] #44 5.375 math [2020-11-18T00:44:52.817Z] #44 5.498 internal/bytealg [2020-11-18T00:44:52.817Z] #44 7.206 unicode/utf16 [2020-11-18T00:44:52.817Z] #44 7.273 runtime [2020-11-18T00:44:52.817Z] #44 7.818 container/list [2020-11-18T00:44:52.817Z] #44 9.879 crypto/internal/subtle [2020-11-18T00:44:52.838Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 25.55MB / 50.40MB 1.1s [2020-11-18T00:44:52.838Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.1s [2020-11-18T00:44:52.838Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 12.38MB / 51.83MB 1.1s [2020-11-18T00:44:52.838Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 30.20MB / 50.40MB 1.2s [2020-11-18T00:44:52.838Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.1s done [2020-11-18T00:44:52.838Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 1.2s [2020-11-18T00:44:52.976Z] [2020-11-18T00:44:52.976Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-18T00:44:53.100Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 32.81MB / 50.40MB 1.4s [2020-11-18T00:44:53.100Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 18.80MB / 51.83MB 1.4s [2020-11-18T00:44:53.100Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.05MB / 68.67MB 1.4s [2020-11-18T00:44:53.100Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 22.73MB / 51.83MB 1.5s [2020-11-18T00:44:53.116Z] #44 10.33 crypto/subtle [2020-11-18T00:44:53.116Z] #44 ... [2020-11-18T00:44:53.116Z] [2020-11-18T00:44:53.116Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:44:53.116Z] #31 0.683 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-18T00:44:53.116Z] #31 0.701 Cloning into '.'... [2020-11-18T00:44:53.116Z] #31 ... [2020-11-18T00:44:53.116Z] [2020-11-18T00:44:53.116Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:44:53.116Z] #54 0.994 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:44:53.116Z] #54 1.045 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:44:53.116Z] #54 1.099 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:44:53.116Z] #54 2.460 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-18T00:44:53.116Z] #54 5.144 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-18T00:44:53.116Z] #54 7.192 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-18T00:44:53.232Z] #55 DONE 0.2s [2020-11-18T00:44:53.232Z] [2020-11-18T00:44:53.232Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-18T00:44:53.232Z] #59 DONE 0.1s [2020-11-18T00:44:53.232Z] [2020-11-18T00:44:53.232Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-18T00:44:53.232Z] #61 DONE 0.2s [2020-11-18T00:44:53.367Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 36.97MB / 50.40MB 1.6s [2020-11-18T00:44:53.367Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 26.08MB / 51.83MB 1.6s [2020-11-18T00:44:53.367Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 8.07MB / 68.67MB 1.6s [2020-11-18T00:44:53.367Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 40.42MB / 50.40MB 1.7s [2020-11-18T00:44:53.367Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 12.17MB / 68.67MB 1.7s [2020-11-18T00:44:53.415Z] #54 ... [2020-11-18T00:44:53.415Z] [2020-11-18T00:44:53.415Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:53.415Z] #57 0.494 + RM_GOPATH=0 [2020-11-18T00:44:53.415Z] #57 0.494 + TMP_GOPATH= [2020-11-18T00:44:53.415Z] #57 0.494 + : /build [2020-11-18T00:44:53.415Z] #57 0.494 + '[' -z '' ']' [2020-11-18T00:44:53.415Z] #57 0.496 ++ mktemp -d [2020-11-18T00:44:53.415Z] #57 0.497 + export GOPATH=/tmp/tmp.NXWOdfJ4vK [2020-11-18T00:44:53.415Z] #57 0.497 + GOPATH=/tmp/tmp.NXWOdfJ4vK [2020-11-18T00:44:53.415Z] #57 0.497 + RM_GOPATH=1 [2020-11-18T00:44:53.415Z] #57 0.498 + case "$(go env GOARCH)" in [2020-11-18T00:44:53.415Z] #57 0.499 ++ go env GOARCH [2020-11-18T00:44:53.415Z] #57 0.508 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:53.415Z] #57 0.510 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:53.415Z] #57 0.511 ++ dirname /tmp/install/install.sh [2020-11-18T00:44:53.415Z] #57 0.514 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:44:53.415Z] #57 0.514 + dir=/tmp/install [2020-11-18T00:44:53.415Z] #57 0.514 + bin=rootlesskit [2020-11-18T00:44:53.415Z] #57 0.514 + shift [2020-11-18T00:44:53.415Z] #57 0.514 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-18T00:44:53.415Z] #57 0.514 + . /tmp/install/rootlesskit.installer [2020-11-18T00:44:53.415Z] #57 0.514 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:44:53.415Z] #57 0.514 + install_rootlesskit [2020-11-18T00:44:53.415Z] #57 0.514 + case "$1" in [2020-11-18T00:44:53.415Z] #57 0.514 + export CGO_ENABLED=0 [2020-11-18T00:44:53.415Z] #57 0.514 + CGO_ENABLED=0 [2020-11-18T00:44:53.415Z] #57 0.514 + _install_rootlesskit [2020-11-18T00:44:53.415Z] #57 0.514 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-18T00:44:53.415Z] #57 0.514 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.NXWOdfJ4vK/src/github.com/rootless-containers/rootlesskit [2020-11-18T00:44:53.415Z] #57 0.518 Cloning into '/tmp/tmp.NXWOdfJ4vK/src/github.com/rootless-containers/rootlesskit'... [2020-11-18T00:44:53.415Z] #57 6.023 + cd /tmp/tmp.NXWOdfJ4vK/src/github.com/rootless-containers/rootlesskit [2020-11-18T00:44:53.415Z] #57 6.024 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:44:53.415Z] #57 6.386 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-18T00:44:53.415Z] #57 6.386 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-18T00:44:53.415Z] #57 ... [2020-11-18T00:44:53.415Z] [2020-11-18T00:44:53.415Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:44:53.415Z] #41 0.926 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:44:53.415Z] #41 1.047 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:44:53.415Z] #41 1.105 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:44:53.415Z] #41 2.603 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-18T00:44:53.415Z] #41 5.355 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-18T00:44:53.415Z] #41 7.241 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-18T00:44:53.488Z] [2020-11-18T00:44:53.488Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-18T00:44:53.488Z] #63 DONE 0.0s [2020-11-18T00:44:53.488Z] [2020-11-18T00:44:53.488Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-18T00:44:53.488Z] #64 DONE 0.0s [2020-11-18T00:44:53.488Z] [2020-11-18T00:44:53.488Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-18T00:44:53.624Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 43.00MB / 50.40MB 2.0s [2020-11-18T00:44:53.624Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 31.25MB / 51.83MB 2.0s [2020-11-18T00:44:53.624Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 16.12MB / 68.67MB 2.1s [2020-11-18T00:44:53.728Z] #41 ... [2020-11-18T00:44:53.728Z] [2020-11-18T00:44:53.728Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:44:53.728Z] #35 1.053 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:44:53.728Z] #35 1.159 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:44:53.728Z] #35 1.173 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:44:53.728Z] #35 2.537 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-18T00:44:53.728Z] #35 5.288 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-18T00:44:53.728Z] #35 7.453 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-18T00:44:53.728Z] #35 ... [2020-11-18T00:44:53.728Z] [2020-11-18T00:44:53.728Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:44:53.728Z] #63 0.763 + RM_GOPATH=0 [2020-11-18T00:44:53.728Z] #63 0.764 + TMP_GOPATH= [2020-11-18T00:44:53.728Z] #63 0.764 + : /build [2020-11-18T00:44:53.728Z] #63 0.764 + '[' -z '' ']' [2020-11-18T00:44:53.728Z] #63 0.767 ++ mktemp -d [2020-11-18T00:44:53.728Z] #63 0.785 + export GOPATH=/tmp/tmp.j0TZohkVw8 [2020-11-18T00:44:53.728Z] #63 0.785 + GOPATH=/tmp/tmp.j0TZohkVw8 [2020-11-18T00:44:53.728Z] #63 0.785 + RM_GOPATH=1 [2020-11-18T00:44:53.728Z] #63 0.791 + case "$(go env GOARCH)" in [2020-11-18T00:44:53.728Z] #63 0.799 ++ go env GOARCH [2020-11-18T00:44:53.728Z] #63 0.860 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:53.728Z] #63 0.860 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:44:53.728Z] #63 0.861 ++ dirname /tmp/install/install.sh [2020-11-18T00:44:53.728Z] #63 0.892 + dir=/tmp/install [2020-11-18T00:44:53.728Z] #63 0.901 + bin=proxy [2020-11-18T00:44:53.728Z] #63 0.901 + shift [2020-11-18T00:44:53.728Z] #63 0.902 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-18T00:44:53.728Z] #63 0.902 + . /tmp/install/proxy.installer [2020-11-18T00:44:53.728Z] #63 0.903 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:44:53.728Z] #63 0.904 + install_proxy [2020-11-18T00:44:53.728Z] #63 0.904 + case "$1" in [2020-11-18T00:44:53.728Z] #63 0.905 + export CGO_ENABLED=0 [2020-11-18T00:44:53.728Z] #63 0.906 + CGO_ENABLED=0 [2020-11-18T00:44:53.728Z] #63 0.906 + _install_proxy [2020-11-18T00:44:53.728Z] #63 0.906 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-18T00:44:53.728Z] #63 0.906 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:44:53.728Z] #63 0.907 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.j0TZohkVw8/src/github.com/docker/libnetwork [2020-11-18T00:44:53.728Z] #63 0.911 Cloning into '/tmp/tmp.j0TZohkVw8/src/github.com/docker/libnetwork'... [2020-11-18T00:44:53.728Z] #63 ... [2020-11-18T00:44:53.728Z] [2020-11-18T00:44:53.728Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:44:53.728Z] #12 1.074 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:44:53.728Z] #12 1.166 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:44:53.728Z] #12 1.167 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:44:53.729Z] #12 2.524 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-18T00:44:53.729Z] #12 5.304 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-18T00:44:53.729Z] #12 7.192 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-18T00:44:53.882Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 47.89MB / 50.40MB 2.1s [2020-11-18T00:44:53.883Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 35.15MB / 51.83MB 2.2s [2020-11-18T00:44:53.883Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 20.62MB / 68.67MB 2.2s [2020-11-18T00:44:54.030Z] #12 ... [2020-11-18T00:44:54.030Z] [2020-11-18T00:44:54.030Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:54.030Z] #48 10.93 go: downloading github.com/pkg/errors v0.8.1 [2020-11-18T00:44:54.030Z] #48 10.96 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-18T00:44:54.030Z] #48 10.96 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:44:54.030Z] #48 11.02 go: downloading github.com/fatih/color v1.7.0 [2020-11-18T00:44:54.030Z] #48 11.04 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:44:54.030Z] #48 11.09 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:44:54.030Z] #48 11.38 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-18T00:44:54.030Z] #48 11.48 go: extracting github.com/fatih/color v1.7.0 [2020-11-18T00:44:54.049Z] #65 DONE 0.6s [2020-11-18T00:44:54.049Z] [2020-11-18T00:44:54.049Z] #66 exporting to image [2020-11-18T00:44:54.049Z] #66 exporting layers [2020-11-18T00:44:54.141Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.14MB / 51.83MB 2.3s [2020-11-18T00:44:54.141Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 41.81MB / 51.83MB 2.6s [2020-11-18T00:44:54.141Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 25.05MB / 68.67MB 2.6s [2020-11-18T00:44:54.328Z] #48 11.54 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:44:54.328Z] #48 11.62 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:44:54.328Z] #48 11.69 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:44:54.328Z] #48 11.70 go: extracting github.com/pkg/errors v0.8.1 [2020-11-18T00:44:54.328Z] #48 11.77 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-18T00:44:54.328Z] #48 11.77 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:44:54.328Z] #48 11.79 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:44:54.328Z] #48 11.80 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:44:54.328Z] #48 11.80 go: downloading github.com/spf13/viper v1.6.1 [2020-11-18T00:44:54.328Z] #48 11.81 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:44:54.328Z] #48 11.81 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-18T00:44:54.328Z] #48 11.85 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:44:54.626Z] #48 12.09 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-18T00:44:54.626Z] #48 12.09 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:44:54.626Z] #48 12.21 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-18T00:44:54.716Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.7s done [2020-11-18T00:44:54.716Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 47.00MB / 51.83MB 2.8s [2020-11-18T00:44:54.716Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 29.10MB / 68.67MB 2.8s [2020-11-18T00:44:54.716Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 298.58kB / 120.17MB 2.8s [2020-11-18T00:44:54.716Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 50.48MB / 51.83MB 3.1s [2020-11-18T00:44:54.716Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 33.80MB / 68.67MB 3.1s [2020-11-18T00:44:54.716Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-11-18T00:44:54.924Z] #48 12.44 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:44:54.976Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 38.85MB / 68.67MB 3.3s [2020-11-18T00:44:54.976Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.45MB / 120.17MB 3.3s [2020-11-18T00:44:54.976Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 44.28MB / 68.67MB 3.5s [2020-11-18T00:44:55.224Z] #48 12.54 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-18T00:44:55.224Z] #48 12.66 go: extracting github.com/spf13/viper v1.6.1 [2020-11-18T00:44:55.224Z] #48 12.70 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:44:55.224Z] #48 12.73 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:44:55.224Z] #48 12.75 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:44:55.242Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.6s done [2020-11-18T00:44:55.242Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 48.18MB / 68.67MB 3.6s [2020-11-18T00:44:55.242Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 3.6s [2020-11-18T00:44:55.512Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 15.58MB / 120.17MB 3.8s [2020-11-18T00:44:55.512Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.7s done [2020-11-18T00:44:55.512Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 51.87MB / 68.67MB 3.9s [2020-11-18T00:44:55.525Z] #48 12.92 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-18T00:44:55.525Z] #48 12.92 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-18T00:44:55.525Z] #48 13.02 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-18T00:44:55.679Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.0s [2020-11-18T00:44:55.770Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 55.44MB / 68.67MB 4.1s [2020-11-18T00:44:55.823Z] #48 13.03 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:44:55.823Z] #48 13.14 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:44:55.823Z] #48 13.16 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:44:55.823Z] #48 13.30 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:44:55.823Z] #48 13.31 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:44:55.823Z] #48 13.40 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:44:55.937Z] #66 exporting layers 1.7s done [2020-11-18T00:44:55.937Z] #66 writing image sha256:e39281d0d1863d9af795931ed10ff0e3063555adcbd7d3660da9d3ac2e8d0723 done [2020-11-18T00:44:55.937Z] #66 naming to docker.io/library/docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 done [2020-11-18T00:44:55.937Z] #66 DONE 1.8s [Pipeline] } [2020-11-18T00:44:55.942Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.6s done [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-11-18T00:44:56.027Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 58.89MB / 68.67MB 4.4s [2020-11-18T00:44:56.027Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 25.63MB / 120.17MB 4.4s [2020-11-18T00:44:56.121Z] #48 13.48 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:44:56.205Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-11-18T00:44:56.267Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41620/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/validate/default [2020-11-18T00:44:56.284Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 64.54MB / 68.67MB 4.7s [2020-11-18T00:44:56.543Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.8s [2020-11-18T00:44:56.543Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 31.89MB / 120.17MB 4.8s [2020-11-18T00:44:56.796Z] #48 14.19 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:44:56.807Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 40.98MB / 120.17MB 5.2s [2020-11-18T00:44:56.828Z] Congratulations! All commits are properly signed with the DCO! [2020-11-18T00:44:56.828Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-11-18T00:44:56.828Z] No api/types/ or api/swagger.yaml changes in diff. [2020-11-18T00:44:56.828Z] Congratulations! All TOML source files changed here have valid syntax. [2020-11-18T00:44:56.828Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-11-18T00:44:56.828Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-11-18T00:44:57.064Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.4s done [2020-11-18T00:44:57.083Z] Congratulations! No new tests were added to integration-cli. [2020-11-18T00:44:57.083Z] [2020-11-18T00:44:57.083Z] INFO Start validation with golang-ci-lint [2020-11-18T00:44:57.083Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-11-18T00:44:57.083Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-18T00:44:57.083Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-18T00:44:57.094Z] #48 14.32 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:44:57.631Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 48.85MB / 120.17MB 5.9s [2020-11-18T00:44:57.740Z] #48 15.14 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:44:57.893Z] #8 ... [2020-11-18T00:44:57.893Z] [2020-11-18T00:44:57.893Z] #21 [internal] load build context [2020-11-18T00:44:57.893Z] #21 transferring context: 52.35MB 6.2s done [2020-11-18T00:44:57.893Z] #21 DONE 6.3s [2020-11-18T00:44:57.893Z] [2020-11-18T00:44:57.893Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:57.893Z] #8 ... [2020-11-18T00:44:57.893Z] [2020-11-18T00:44:57.893Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-18T00:44:57.893Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-18T00:44:57.893Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.7s done [2020-11-18T00:44:57.893Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-18T00:44:57.893Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.5s done [2020-11-18T00:44:57.893Z] #60 DONE 6.4s [2020-11-18T00:44:57.893Z] [2020-11-18T00:44:57.893Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:57.893Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 58.86MB / 120.17MB 6.4s [2020-11-18T00:44:58.123Z] #8 ... [2020-11-18T00:44:58.123Z] [2020-11-18T00:44:58.123Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-18T00:44:58.123Z] #25 1.021 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:44:58.123Z] #25 1.027 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:44:58.123Z] #25 1.091 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:44:58.123Z] #25 1.214 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:44:58.123Z] #25 1.572 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:44:58.123Z] #25 1.969 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:44:58.123Z] #25 3.576 Fetched 8401 kB in 3s (2991 kB/s) [2020-11-18T00:44:58.123Z] #25 3.576 Reading package lists... [2020-11-18T00:44:58.123Z] #25 4.609 Reading package lists... [2020-11-18T00:44:58.123Z] #25 5.638 Building dependency tree... [2020-11-18T00:44:58.123Z] #25 6.100 The following additional packages will be installed: [2020-11-18T00:44:58.123Z] #25 6.100 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-18T00:44:58.123Z] #25 6.100 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-18T00:44:58.123Z] #25 6.100 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-18T00:44:58.123Z] #25 6.100 Suggested packages: [2020-11-18T00:44:58.123Z] #25 6.100 krb5-doc krb5-user [2020-11-18T00:44:58.123Z] #25 6.100 Recommended packages: [2020-11-18T00:44:58.123Z] #25 6.100 krb5-locales publicsuffix libsasl2-modules [2020-11-18T00:44:58.123Z] #25 6.318 The following NEW packages will be installed: [2020-11-18T00:44:58.123Z] #25 6.318 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-18T00:44:58.123Z] #25 6.318 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-18T00:44:58.123Z] #25 6.318 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-18T00:44:58.123Z] #25 6.318 libssh2-1 libssl1.1 openssl [2020-11-18T00:44:58.123Z] #25 6.607 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-11-18T00:44:58.123Z] #25 6.607 Need to get 5050 kB of archives. [2020-11-18T00:44:58.123Z] #25 6.607 After this operation, 12.1 MB of additional disk space will be used. [2020-11-18T00:44:58.123Z] #25 6.607 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-18T00:44:58.123Z] #25 6.611 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-11-18T00:44:58.123Z] #25 6.617 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-11-18T00:44:58.123Z] #25 6.617 Get:4 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-11-18T00:44:58.123Z] #25 6.619 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB] [2020-11-18T00:44:58.123Z] #25 6.653 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB] [2020-11-18T00:44:58.123Z] #25 6.681 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-18T00:44:58.123Z] #25 6.692 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-11-18T00:44:58.123Z] #25 6.692 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB] [2020-11-18T00:44:58.123Z] #25 6.692 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB] [2020-11-18T00:44:58.123Z] #25 6.692 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB] [2020-11-18T00:44:58.123Z] #25 6.696 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB] [2020-11-18T00:44:58.123Z] #25 6.700 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-11-18T00:44:58.123Z] #25 6.711 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-11-18T00:44:58.123Z] #25 6.713 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-11-18T00:44:58.123Z] #25 6.716 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-11-18T00:44:58.123Z] #25 6.727 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-11-18T00:44:58.123Z] #25 6.727 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-11-18T00:44:58.123Z] #25 6.735 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-18T00:44:58.123Z] #25 6.735 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-18T00:44:58.123Z] #25 6.735 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-18T00:44:58.123Z] #25 6.926 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:44:58.123Z] #25 6.959 Fetched 5050 kB in 0s (13.1 MB/s) [2020-11-18T00:44:58.123Z] #25 6.988 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-11-18T00:44:58.123Z] #25 6.988 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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-11-18T00:44:58.123Z] #25 6.988 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 6.993 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:44:58.123Z] #25 7.039 Selecting previously unselected package libsasl2-2:amd64. [2020-11-18T00:44:58.123Z] #25 7.039 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 7.043 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:44:58.123Z] #25 7.098 Selecting previously unselected package libldap-common. [2020-11-18T00:44:58.123Z] #25 7.098 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-18T00:44:58.123Z] #25 7.102 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:44:58.123Z] #25 7.154 Selecting previously unselected package libldap-2.4-2:amd64. [2020-11-18T00:44:58.123Z] #25 7.154 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 7.160 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:44:58.123Z] #25 7.280 Selecting previously unselected package libssl1.1:amd64. [2020-11-18T00:44:58.123Z] #25 7.280 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 7.284 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-18T00:44:58.123Z] #25 7.538 Selecting previously unselected package openssl. [2020-11-18T00:44:58.123Z] #25 7.538 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 7.545 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-18T00:44:58.123Z] #25 7.721 Selecting previously unselected package ca-certificates. [2020-11-18T00:44:58.123Z] #25 7.721 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-18T00:44:58.123Z] #25 7.725 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-18T00:44:58.123Z] #25 7.827 Selecting previously unselected package libkeyutils1:amd64. [2020-11-18T00:44:58.123Z] #25 7.827 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 7.831 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-11-18T00:44:58.123Z] #25 7.872 Selecting previously unselected package libkrb5support0:amd64. [2020-11-18T00:44:58.123Z] #25 7.876 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 7.878 Unpacking libkrb5support0:amd64 (1.17-3) ... [2020-11-18T00:44:58.123Z] #25 7.935 Selecting previously unselected package libk5crypto3:amd64. [2020-11-18T00:44:58.123Z] #25 7.935 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 7.938 Unpacking libk5crypto3:amd64 (1.17-3) ... [2020-11-18T00:44:58.123Z] #25 8.030 Selecting previously unselected package libkrb5-3:amd64. [2020-11-18T00:44:58.123Z] #25 8.030 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 8.034 Unpacking libkrb5-3:amd64 (1.17-3) ... [2020-11-18T00:44:58.123Z] #25 8.128 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-11-18T00:44:58.123Z] #25 8.128 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 8.128 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-18T00:44:58.123Z] #25 8.197 Selecting previously unselected package libnghttp2-14:amd64. [2020-11-18T00:44:58.123Z] #25 8.197 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 8.202 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-18T00:44:58.123Z] #25 8.291 Selecting previously unselected package libpsl5:amd64. [2020-11-18T00:44:58.123Z] #25 8.291 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 8.302 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-11-18T00:44:58.123Z] #25 8.350 Selecting previously unselected package librtmp1:amd64. [2020-11-18T00:44:58.123Z] #25 8.350 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 8.355 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-18T00:44:58.123Z] #25 8.441 Selecting previously unselected package libssh2-1:amd64. [2020-11-18T00:44:58.123Z] #25 8.441 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 8.448 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-18T00:44:58.123Z] #25 8.508 Selecting previously unselected package libcurl4:amd64. [2020-11-18T00:44:58.123Z] #25 8.508 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 8.513 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-18T00:44:58.123Z] #25 8.610 Selecting previously unselected package curl. [2020-11-18T00:44:58.123Z] #25 8.610 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 8.618 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-18T00:44:58.123Z] #25 8.703 Selecting previously unselected package libonig5:amd64. [2020-11-18T00:44:58.123Z] #25 8.703 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 8.716 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-18T00:44:58.123Z] #25 8.780 Selecting previously unselected package libjq1:amd64. [2020-11-18T00:44:58.123Z] #25 8.780 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 8.788 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-18T00:44:58.123Z] #25 8.843 Selecting previously unselected package jq. [2020-11-18T00:44:58.123Z] #25 8.843 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-18T00:44:58.123Z] #25 8.849 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-18T00:44:58.123Z] #25 8.896 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-11-18T00:44:58.123Z] #25 8.910 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-11-18T00:44:58.123Z] #25 8.921 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-18T00:44:58.123Z] #25 9.060 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-18T00:44:58.123Z] #25 9.072 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:44:58.123Z] #25 9.087 Setting up libkrb5support0:amd64 (1.17-3) ... [2020-11-18T00:44:58.123Z] #25 9.097 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:44:58.123Z] #25 9.107 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-18T00:44:58.123Z] #25 9.123 Setting up libk5crypto3:amd64 (1.17-3) ... [2020-11-18T00:44:58.123Z] #25 9.135 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:44:58.123Z] #25 9.147 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-18T00:44:58.123Z] #25 9.157 Setting up libkrb5-3:amd64 (1.17-3) ... [2020-11-18T00:44:58.123Z] #25 9.167 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-18T00:44:58.123Z] #25 9.183 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-18T00:44:58.123Z] #25 9.194 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-18T00:44:58.123Z] #25 9.204 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:44:58.123Z] #25 9.213 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-18T00:44:58.123Z] #25 ... [2020-11-18T00:44:58.123Z] [2020-11-18T00:44:58.123Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:44:58.331Z] #54 117.9 + bin/containerd-stress [2020-11-18T00:44:58.456Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 65.32MB / 120.17MB 6.6s [2020-11-18T00:44:58.456Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 71.85MB / 120.17MB 6.8s [2020-11-18T00:44:58.712Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 79.37MB / 120.17MB 7.1s [2020-11-18T00:44:58.971Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.39MB / 120.17MB 7.4s [2020-11-18T00:44:59.281Z] #48 ... [2020-11-18T00:44:59.281Z] [2020-11-18T00:44:59.281Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:44:59.281Z] #46 6.707 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:44:59.281Z] #46 6.730 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-18T00:44:59.281Z] #46 6.856 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:44:59.281Z] #46 7.248 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:44:59.281Z] #46 7.416 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:44:59.281Z] #46 9.672 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:44:59.281Z] #46 9.940 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:44:59.281Z] #46 11.67 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:44:59.281Z] #46 15.39 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:44:59.281Z] #46 15.41 go: finding github.com/pkg/errors v0.9.1 [2020-11-18T00:44:59.281Z] #46 15.44 go: finding github.com/fatih/color v1.9.0 [2020-11-18T00:44:59.281Z] #46 15.60 go: finding github.com/spf13/pflag v1.0.3 [2020-11-18T00:44:59.281Z] #46 15.82 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:44:59.281Z] #46 15.86 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:44:59.281Z] #46 16.11 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:44:59.281Z] #46 16.23 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:44:59.281Z] #46 16.24 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:44:59.281Z] #46 16.29 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:44:59.281Z] #46 16.29 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:44:59.535Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 101.68MB / 120.17MB 7.8s [2020-11-18T00:44:59.580Z] #46 ... [2020-11-18T00:44:59.580Z] [2020-11-18T00:44:59.580Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:44:59.718Z] #54 120.6 + bin/containerd-shim [2020-11-18T00:44:59.792Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 110.23MB / 120.17MB 8.1s [2020-11-18T00:44:59.792Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.0s [2020-11-18T00:44:59.879Z] #39 16.97 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-18T00:45:00.049Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 118.62MB / 120.17MB 8.5s [2020-11-18T00:45:00.614Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.0s done [2020-11-18T00:45:01.430Z] #39 18.65 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-11-18T00:45:01.502Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.0s [2020-11-18T00:45:01.502Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.3s done [2020-11-18T00:45:01.553Z] #8 ... [2020-11-18T00:45:01.553Z] [2020-11-18T00:45:01.553Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5cbcbee3... [2020-11-18T00:45:01.553Z] #24 resolve docker.io/library/debian:buster@sha256:5cbcbee3523ef9ce0c974e02588387aadd20fdbb8acb54743432c1f63c71420b done [2020-11-18T00:45:01.553Z] #24 sha256:5cbcbee3523ef9ce0c974e02588387aadd20fdbb8acb54743432c1f63c71420b 1.85kB / 1.85kB done [2020-11-18T00:45:01.553Z] #24 sha256:f520e4a80b736389c3de162b8f60608d11c9fa3b2ec619bd40aabfd7e70d3455 529B / 529B done [2020-11-18T00:45:01.553Z] #24 sha256:ef05c61d51129e3866d5b71b4f44864919dd2b9e5f2644f0a511703182acf8f9 1.46kB / 1.46kB done [2020-11-18T00:45:01.553Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 50.40MB / 50.40MB 6.8s done [2020-11-18T00:45:01.553Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 2.5s [2020-11-18T00:45:01.813Z] #24 ... [2020-11-18T00:45:01.813Z] [2020-11-18T00:45:01.813Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:45:02.450Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s [2020-11-18T00:45:02.969Z] #39 ... [2020-11-18T00:45:02.969Z] [2020-11-18T00:45:02.969Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:02.969Z] #50 10.40 + GO111MODULE=on [2020-11-18T00:45:02.969Z] #50 10.42 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-18T00:45:02.969Z] #50 12.01 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:45:02.969Z] #50 12.02 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:45:02.969Z] #50 12.10 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:45:02.969Z] #50 12.30 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:45:02.969Z] #50 12.63 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:45:02.969Z] #50 13.52 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:45:02.969Z] #50 14.40 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:45:02.969Z] #50 16.10 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:45:02.969Z] #50 17.50 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:45:02.969Z] #50 17.51 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:45:02.969Z] #50 17.70 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:45:02.969Z] #50 18.16 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:45:02.969Z] #50 18.99 runtime/cgo [2020-11-18T00:45:02.969Z] #50 19.17 runtime [2020-11-18T00:45:02.969Z] #50 ... [2020-11-18T00:45:02.969Z] [2020-11-18T00:45:02.969Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:02.969Z] #63 19.14 Checking out files: 58% (1113/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-11-18T00:45:02.969Z] #63 20.22 + cd /tmp/tmp.j0TZohkVw8/src/github.com/docker/libnetwork [2020-11-18T00:45:02.969Z] #63 20.22 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:45:03.288Z] #63 20.65 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-18T00:45:03.288Z] #63 ... [2020-11-18T00:45:03.288Z] [2020-11-18T00:45:03.288Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:45:03.288Z] #44 10.61 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-18T00:45:03.288Z] #44 10.82 internal/nettrace [2020-11-18T00:45:03.288Z] #44 11.12 runtime/cgo [2020-11-18T00:45:03.288Z] #44 14.20 vendor/golang.org/x/crypto/internal/subtle [2020-11-18T00:45:03.288Z] #44 ... [2020-11-18T00:45:03.288Z] [2020-11-18T00:45:03.288Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:03.288Z] #48 17.31 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:45:03.288Z] #48 17.32 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:45:03.288Z] #48 17.32 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:45:03.288Z] #48 17.34 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:45:03.288Z] #48 17.34 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:45:03.288Z] #48 17.34 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:45:03.288Z] #48 17.36 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-18T00:45:03.288Z] #48 17.37 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:45:03.288Z] #48 17.52 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:45:03.288Z] #48 17.54 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:45:03.288Z] #48 17.55 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:45:03.288Z] #48 17.55 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:45:03.288Z] #48 17.65 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:45:03.288Z] #48 17.67 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:45:03.288Z] #48 17.70 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:45:03.288Z] #48 17.75 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:45:03.288Z] #48 17.75 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:45:03.288Z] #48 17.79 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:45:03.288Z] #48 17.84 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:45:03.288Z] #48 17.85 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:45:03.288Z] #48 17.90 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:45:03.288Z] #48 17.92 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:45:03.288Z] #48 17.97 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-18T00:45:03.288Z] #48 18.14 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:45:03.288Z] #48 18.19 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:45:03.288Z] #48 18.20 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:45:03.288Z] #48 18.24 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:45:03.288Z] #48 18.38 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:45:03.288Z] #48 18.38 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:45:03.288Z] #48 18.41 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:45:03.288Z] #48 18.46 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:45:03.288Z] #48 18.50 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:45:03.288Z] #48 18.51 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:45:03.288Z] #48 18.51 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:45:03.288Z] #48 18.54 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:45:03.288Z] #48 18.60 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:45:03.288Z] #48 18.69 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:45:03.288Z] #48 18.70 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:45:03.288Z] #48 18.90 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:45:03.288Z] #48 18.91 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:45:03.288Z] #48 18.96 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:45:03.288Z] #48 18.96 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:45:03.288Z] #48 18.97 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:45:03.288Z] #48 19.00 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:45:03.288Z] #48 19.05 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:45:03.288Z] #48 19.06 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:45:03.288Z] #48 19.06 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:45:03.288Z] #48 19.12 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-18T00:45:03.288Z] #48 19.15 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:45:03.288Z] #48 19.23 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:45:03.288Z] #48 19.26 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:45:03.288Z] #48 19.37 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:45:03.288Z] #48 19.49 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:45:03.288Z] #48 19.50 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:45:03.288Z] #48 19.62 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:45:03.288Z] #48 19.65 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:45:03.288Z] #48 19.67 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:45:03.288Z] #48 19.80 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:45:03.288Z] #48 19.87 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-18T00:45:03.288Z] #48 19.98 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-18T00:45:03.288Z] #48 20.14 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:45:03.288Z] #48 20.35 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:45:03.288Z] #48 20.41 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:45:03.288Z] #48 20.50 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-18T00:45:03.288Z] #48 20.56 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:45:03.288Z] #48 20.56 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-18T00:45:03.288Z] #48 20.58 go: downloading golang.org/x/text v0.3.2 [2020-11-18T00:45:03.288Z] #48 20.73 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:45:03.590Z] #48 20.89 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-18T00:45:03.590Z] #48 20.90 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:45:03.590Z] #48 20.92 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:45:03.591Z] #48 21.02 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:45:03.891Z] #48 21.23 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-18T00:45:03.891Z] #48 21.38 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:45:03.891Z] #48 21.41 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:45:04.191Z] #48 21.41 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:45:04.191Z] #48 21.55 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:45:04.191Z] #48 21.58 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:45:04.841Z] #48 22.12 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:45:04.841Z] #48 22.22 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:45:04.841Z] #48 22.29 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:45:05.094Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.8s done [2020-11-18T00:45:05.094Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-11-18T00:45:05.144Z] #48 22.41 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-18T00:45:05.144Z] #48 22.41 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-18T00:45:05.144Z] #48 22.60 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-18T00:45:05.144Z] #48 22.63 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:45:05.794Z] #48 22.98 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:45:05.794Z] #48 23.20 go: downloading github.com/spf13/afero v1.1.2 [2020-11-18T00:45:05.794Z] #48 23.23 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:45:06.029Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.2s done [2020-11-18T00:45:06.094Z] #48 23.47 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:45:06.286Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-11-18T00:45:06.344Z] #54 126.1 + bin/containerd-shim-runc-v1 [2020-11-18T00:45:06.404Z] #48 23.81 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:45:06.404Z] #48 23.90 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:45:06.544Z] #8 ... [2020-11-18T00:45:06.544Z] [2020-11-18T00:45:06.544Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5cbcbee3... [2020-11-18T00:45:06.544Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 7.4s done [2020-11-18T00:45:06.544Z] #24 DONE 15.0s [2020-11-18T00:45:06.544Z] [2020-11-18T00:45:06.544Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:45:06.669Z] #8 ... [2020-11-18T00:45:06.669Z] [2020-11-18T00:45:06.669Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-18T00:45:06.669Z] #25 9.831 Updating certificates in /etc/ssl/certs... [2020-11-18T00:45:06.669Z] #25 11.04 126 added, 0 removed; done. [2020-11-18T00:45:06.669Z] #25 11.08 Setting up libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-18T00:45:06.669Z] #25 11.10 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-18T00:45:06.669Z] #25 11.12 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-18T00:45:06.669Z] #25 11.13 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-18T00:45:06.669Z] #25 11.15 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:45:06.669Z] #25 11.17 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-18T00:45:06.669Z] #25 11.18 Updating certificates in /etc/ssl/certs... [2020-11-18T00:45:06.669Z] #25 12.32 0 added, 0 removed; done. [2020-11-18T00:45:06.669Z] #25 12.32 Running hooks in /etc/ca-certificates/update.d... [2020-11-18T00:45:06.669Z] #25 12.32 done. [2020-11-18T00:45:06.669Z] #25 DONE 17.9s [2020-11-18T00:45:06.669Z] [2020-11-18T00:45:06.669Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-18T00:45:06.702Z] #48 24.06 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-18T00:45:06.702Z] #48 24.07 go: extracting github.com/spf13/afero v1.1.2 [2020-11-18T00:45:06.999Z] #48 24.34 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:45:07.110Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.8s done [2020-11-18T00:45:07.297Z] #48 24.70 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:45:07.297Z] #48 24.73 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:45:07.297Z] #48 ... [2020-11-18T00:45:07.297Z] [2020-11-18T00:45:07.297Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:45:07.297Z] #41 14.66 Fetched 8176 kB in 14s (594 kB/s) [2020-11-18T00:45:07.297Z] #41 14.66 Reading package lists... [2020-11-18T00:45:07.368Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-11-18T00:45:07.596Z] #41 21.92 Reading package lists... [2020-11-18T00:45:07.596Z] #41 ... [2020-11-18T00:45:07.596Z] [2020-11-18T00:45:07.596Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:45:07.596Z] #54 17.04 Fetched 8176 kB in 16s (507 kB/s) [2020-11-18T00:45:07.596Z] #54 17.04 Reading package lists... [2020-11-18T00:45:07.596Z] #54 23.48 Reading package lists... [2020-11-18T00:45:07.596Z] #54 ... [2020-11-18T00:45:07.596Z] [2020-11-18T00:45:07.596Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:07.596Z] #48 25.01 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:45:07.896Z] #48 25.18 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:45:07.896Z] #48 25.22 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:45:07.896Z] #48 25.29 go: downloading github.com/spf13/cast v1.3.0 [2020-11-18T00:45:07.896Z] #48 25.32 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:45:08.065Z] #26 DONE 1.4s [2020-11-18T00:45:08.065Z] [2020-11-18T00:45:08.065Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-18T00:45:08.197Z] #48 25.38 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:45:08.197Z] #48 25.41 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:45:08.197Z] #48 25.46 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:45:08.499Z] #48 25.81 go: extracting github.com/spf13/cast v1.3.0 [2020-11-18T00:45:08.799Z] #48 26.04 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:45:08.799Z] #48 26.12 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:45:08.799Z] #48 ... [2020-11-18T00:45:08.799Z] [2020-11-18T00:45:08.799Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:45:08.799Z] #35 16.18 Fetched 8176 kB in 15s (540 kB/s) [2020-11-18T00:45:08.799Z] #35 16.18 Reading package lists... [2020-11-18T00:45:09.099Z] #35 23.70 Reading package lists... [2020-11-18T00:45:09.099Z] #35 ... [2020-11-18T00:45:09.099Z] [2020-11-18T00:45:09.099Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:45:09.099Z] #12 16.31 Fetched 8176 kB in 15s (536 kB/s) [2020-11-18T00:45:09.099Z] #12 16.31 Reading package lists... [2020-11-18T00:45:09.667Z] #54 130.0 + bin/containerd-shim-runc-v2 [2020-11-18T00:45:09.985Z] #27 1.768 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-18T00:45:09.985Z] #27 1.892 [2020-11-18T00:45:10.610Z] #54 131.2 + binaries [2020-11-18T00:45:10.610Z] #54 131.2 + install -D bin/containerd /build/containerd [2020-11-18T00:45:10.610Z] #54 131.3 + install -D bin/containerd-shim /build/containerd-shim [2020-11-18T00:45:10.610Z] #54 131.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-18T00:45:10.610Z] #54 131.3 + install -D bin/ctr /build/ctr [2020-11-18T00:45:10.644Z] #12 23.58 Reading package lists... [2020-11-18T00:45:10.644Z] #12 ... [2020-11-18T00:45:10.644Z] [2020-11-18T00:45:10.644Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:10.644Z] #48 27.99 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:45:11.089Z] #27 2.012 ########## 14.3% ########################## 36.6% ######################################## 56.1% ####################################################### 76.4% ##################################################################### 96.2% [2020-11-18T00:45:11.090Z] #27 ... [2020-11-18T00:45:11.090Z] [2020-11-18T00:45:11.090Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:45:11.090Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 8.4s done [2020-11-18T00:45:11.090Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-11-18T00:45:11.090Z] #8 DONE 33.6s [2020-11-18T00:45:11.090Z] [2020-11-18T00:45:11.090Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-18T00:45:11.090Z] #27 2.012 ########## 14.3% ########################## 36.6% ######################################## 56.1% ####################################################### 76.4% ##################################################################### 96.2% ####################################################################### 100.0% ######################################################################## 100.0% [2020-11-18T00:45:11.183Z] #54 DONE 132.0s [2020-11-18T00:45:11.352Z] #27 3.280 [2020-11-18T00:45:11.614Z] #27 3.414 ########################################## 58.8% ######################################################################## 100.0% [2020-11-18T00:45:11.614Z] #27 3.588 [2020-11-18T00:45:11.876Z] #27 3.767 0.0% ############################# 40.3% ######################################################################## 100.0% [2020-11-18T00:45:12.139Z] #27 4.071 [2020-11-18T00:45:12.569Z] [2020-11-18T00:45:12.569Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-18T00:45:12.623Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.0s [2020-11-18T00:45:12.664Z] #27 4.188 ########### 15.4% ######################### 35.6% ######################################## 55.6% ##################################################### 74.0% ################################################################### 94.1% ######################################################################## 100.0% [2020-11-18T00:45:12.664Z] #27 4.707 [2020-11-18T00:45:12.830Z] #55 DONE 0.3s [2020-11-18T00:45:12.830Z] [2020-11-18T00:45:12.830Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-18T00:45:13.091Z] #59 DONE 0.1s [2020-11-18T00:45:13.091Z] [2020-11-18T00:45:13.091Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-18T00:45:13.432Z] #48 30.73 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-18T00:45:13.664Z] #61 DONE 0.4s [2020-11-18T00:45:13.664Z] [2020-11-18T00:45:13.664Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-18T00:45:13.664Z] #63 DONE 0.1s [2020-11-18T00:45:13.664Z] [2020-11-18T00:45:13.664Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-18T00:45:13.664Z] #64 DONE 0.0s [2020-11-18T00:45:13.664Z] [2020-11-18T00:45:13.664Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-18T00:45:14.286Z] #27 4.837 # 2.7% ###### 9.4% ########## 14.5% ############# 18.5% ################# 23.8% ####################### 32.8% ######################### 35.8% ############################### 43.2% ################################# 45.9% #################################### 50.9% ######################################## 56.6% ############################################ 62.0% ## [2020-11-18T00:45:14.286Z] #27 ... [2020-11-18T00:45:14.286Z] [2020-11-18T00:45:14.286Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-18T00:45:14.286Z] #9 DONE 3.2s [2020-11-18T00:45:14.286Z] [2020-11-18T00:45:14.286Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-18T00:45:14.528Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.1s done [2020-11-18T00:45:14.529Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-11-18T00:45:14.548Z] #27 4.837 # 2.7% ###### 9.4% ########## 14.5% ############# 18.5% ################# 23.8% ####################### 32.8% ######################### 35.8% ############################### 43.2% ################################# 45.9% #################################### 50.9% ######################################## 56.6% ############################################ 62.0% ################################################# 68.7% ####################################################### 77.6% ########################################################### 83.0% ############################################################### 88.2% ################################################################### 93.3% ###################################################################### 98.5% ######################################################################## 100.0% [2020-11-18T00:45:14.817Z] #27 6.731 [2020-11-18T00:45:15.081Z] #27 7.099 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-18T00:45:15.081Z] #27 7.210 [2020-11-18T00:45:15.342Z] #27 7.294 ######################################################################## 100.0% [2020-11-18T00:45:15.342Z] #27 7.321 [2020-11-18T00:45:15.579Z] #65 DONE 1.6s [2020-11-18T00:45:15.579Z] [2020-11-18T00:45:15.579Z] #66 exporting to image [2020-11-18T00:45:15.579Z] #66 exporting layers [2020-11-18T00:45:15.902Z] #8 ... [2020-11-18T00:45:15.902Z] [2020-11-18T00:45:15.902Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-18T00:45:15.902Z] #25 1.740 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:45:15.902Z] #25 1.749 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:45:15.902Z] #25 1.791 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:45:15.902Z] #25 2.015 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:45:15.902Z] #25 2.371 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:45:15.902Z] #25 2.875 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:45:15.902Z] #25 4.107 Fetched 8401 kB in 3s (3122 kB/s) [2020-11-18T00:45:15.902Z] #25 4.107 Reading package lists... [2020-11-18T00:45:15.902Z] #25 5.091 Reading package lists... [2020-11-18T00:45:15.902Z] #25 5.975 Building dependency tree... [2020-11-18T00:45:15.902Z] #25 6.387 The following additional packages will be installed: [2020-11-18T00:45:15.902Z] #25 6.387 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-18T00:45:15.902Z] #25 6.387 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-18T00:45:15.902Z] #25 6.387 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-18T00:45:15.902Z] #25 6.387 Suggested packages: [2020-11-18T00:45:15.902Z] #25 6.387 krb5-doc krb5-user [2020-11-18T00:45:15.902Z] #25 6.387 Recommended packages: [2020-11-18T00:45:15.902Z] #25 6.387 krb5-locales publicsuffix libsasl2-modules [2020-11-18T00:45:15.902Z] #25 6.603 The following NEW packages will be installed: [2020-11-18T00:45:15.902Z] #25 6.603 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-18T00:45:15.902Z] #25 6.603 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-18T00:45:15.902Z] #25 6.603 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-18T00:45:15.902Z] #25 6.603 libssh2-1 libssl1.1 openssl [2020-11-18T00:45:15.902Z] #25 6.868 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-11-18T00:45:15.902Z] #25 6.868 Need to get 5050 kB of archives. [2020-11-18T00:45:15.902Z] #25 6.868 After this operation, 12.1 MB of additional disk space will be used. [2020-11-18T00:45:15.902Z] #25 6.868 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-18T00:45:15.902Z] #25 6.871 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-11-18T00:45:15.902Z] #25 6.875 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-11-18T00:45:15.902Z] #25 6.885 Get:4 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-11-18T00:45:15.902Z] #25 6.885 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB] [2020-11-18T00:45:15.902Z] #25 6.940 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB] [2020-11-18T00:45:15.902Z] #25 6.952 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-18T00:45:15.902Z] #25 6.952 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-11-18T00:45:15.902Z] #25 6.952 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB] [2020-11-18T00:45:15.902Z] #25 6.952 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB] [2020-11-18T00:45:15.902Z] #25 6.978 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB] [2020-11-18T00:45:15.902Z] #25 6.978 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB] [2020-11-18T00:45:15.902Z] #25 6.978 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-11-18T00:45:15.902Z] #25 6.978 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-11-18T00:45:15.902Z] #25 6.978 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-11-18T00:45:15.902Z] #25 6.987 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-11-18T00:45:15.902Z] #25 6.987 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-11-18T00:45:15.902Z] #25 6.995 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-11-18T00:45:15.902Z] #25 6.997 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-18T00:45:15.902Z] #25 7.004 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-18T00:45:15.902Z] #25 7.004 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-18T00:45:15.902Z] #25 7.186 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:45:15.902Z] #25 7.221 Fetched 5050 kB in 0s (12.9 MB/s) [2020-11-18T00:45:15.902Z] #25 7.249 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-11-18T00:45:15.902Z] #25 7.249 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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-11-18T00:45:15.902Z] #25 7.249 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-18T00:45:15.902Z] #25 7.253 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:45:15.902Z] #25 7.302 Selecting previously unselected package libsasl2-2:amd64. [2020-11-18T00:45:15.902Z] #25 7.302 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-18T00:45:15.902Z] #25 7.315 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:45:15.902Z] #25 7.385 Selecting previously unselected package libldap-common. [2020-11-18T00:45:15.902Z] #25 7.385 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-18T00:45:15.902Z] #25 7.389 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:45:15.902Z] #25 7.446 Selecting previously unselected package libldap-2.4-2:amd64. [2020-11-18T00:45:15.902Z] #25 7.446 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-11-18T00:45:15.902Z] #25 7.452 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:45:15.903Z] #25 7.546 Selecting previously unselected package libssl1.1:amd64. [2020-11-18T00:45:15.903Z] #25 7.546 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 7.560 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-18T00:45:15.903Z] #25 7.773 Selecting previously unselected package openssl. [2020-11-18T00:45:15.903Z] #25 7.773 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 7.779 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-18T00:45:15.903Z] #25 7.956 Selecting previously unselected package ca-certificates. [2020-11-18T00:45:15.903Z] #25 7.956 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-18T00:45:15.903Z] #25 7.960 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-18T00:45:15.903Z] #25 8.067 Selecting previously unselected package libkeyutils1:amd64. [2020-11-18T00:45:15.903Z] #25 8.067 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.071 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-11-18T00:45:15.903Z] #25 8.119 Selecting previously unselected package libkrb5support0:amd64. [2020-11-18T00:45:15.903Z] #25 8.119 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.126 Unpacking libkrb5support0:amd64 (1.17-3) ... [2020-11-18T00:45:15.903Z] #25 8.175 Selecting previously unselected package libk5crypto3:amd64. [2020-11-18T00:45:15.903Z] #25 8.177 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.181 Unpacking libk5crypto3:amd64 (1.17-3) ... [2020-11-18T00:45:15.903Z] #25 8.247 Selecting previously unselected package libkrb5-3:amd64. [2020-11-18T00:45:15.903Z] #25 8.247 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.252 Unpacking libkrb5-3:amd64 (1.17-3) ... [2020-11-18T00:45:15.903Z] #25 8.358 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-11-18T00:45:15.903Z] #25 8.360 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.363 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-18T00:45:15.903Z] #25 8.455 Selecting previously unselected package libnghttp2-14:amd64. [2020-11-18T00:45:15.903Z] #25 8.455 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.460 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-18T00:45:15.903Z] #25 8.533 Selecting previously unselected package libpsl5:amd64. [2020-11-18T00:45:15.903Z] #25 8.533 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.543 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-11-18T00:45:15.903Z] #25 8.582 Selecting previously unselected package librtmp1:amd64. [2020-11-18T00:45:15.903Z] #25 8.582 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.587 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-18T00:45:15.903Z] #25 8.635 Selecting previously unselected package libssh2-1:amd64. [2020-11-18T00:45:15.903Z] #25 8.635 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.639 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-18T00:45:15.903Z] #25 8.722 Selecting previously unselected package libcurl4:amd64. [2020-11-18T00:45:15.903Z] #25 8.722 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.727 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-18T00:45:15.903Z] #25 8.809 Selecting previously unselected package curl. [2020-11-18T00:45:15.903Z] #25 8.811 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.815 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-18T00:45:15.903Z] #25 8.895 Selecting previously unselected package libonig5:amd64. [2020-11-18T00:45:15.903Z] #25 8.895 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 8.900 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-18T00:45:15.903Z] #25 8.974 Selecting previously unselected package libjq1:amd64. [2020-11-18T00:45:15.903Z] #25 8.974 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 9.016 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-18T00:45:15.903Z] #25 9.092 Selecting previously unselected package jq. [2020-11-18T00:45:15.903Z] #25 9.092 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-18T00:45:15.903Z] #25 9.095 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-18T00:45:15.903Z] #25 9.155 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-11-18T00:45:15.903Z] #25 9.224 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-11-18T00:45:15.903Z] #25 9.234 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-18T00:45:15.903Z] #25 9.351 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-18T00:45:15.903Z] #25 9.365 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:45:15.903Z] #25 9.379 Setting up libkrb5support0:amd64 (1.17-3) ... [2020-11-18T00:45:15.903Z] #25 9.387 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:45:15.903Z] #25 9.398 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-18T00:45:15.903Z] #25 9.408 Setting up libk5crypto3:amd64 (1.17-3) ... [2020-11-18T00:45:15.903Z] #25 9.418 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-18T00:45:15.903Z] #25 9.428 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-18T00:45:15.903Z] #25 9.438 Setting up libkrb5-3:amd64 (1.17-3) ... [2020-11-18T00:45:15.903Z] #25 9.448 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-18T00:45:15.903Z] #25 9.462 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-18T00:45:15.903Z] #25 ... [2020-11-18T00:45:15.903Z] [2020-11-18T00:45:15.903Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:45:15.915Z] #27 7.997 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-18T00:45:16.177Z] #27 8.098 [2020-11-18T00:45:16.177Z] #27 8.225 0.3% ######################################################################## 100.0% [2020-11-18T00:45:16.177Z] #27 8.324 [2020-11-18T00:45:16.214Z] #48 ... [2020-11-18T00:45:16.214Z] [2020-11-18T00:45:16.214Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:45:16.214Z] #54 23.48 Reading package lists... [2020-11-18T00:45:16.214Z] #54 30.70 Building dependency tree... [2020-11-18T00:45:16.214Z] #54 33.17 The following additional packages will be installed: [2020-11-18T00:45:16.214Z] #54 33.18 libbtrfs0 [2020-11-18T00:45:16.214Z] #54 33.35 The following NEW packages will be installed: [2020-11-18T00:45:16.214Z] #54 33.36 libbtrfs-dev libbtrfs0 [2020-11-18T00:45:16.214Z] #54 33.67 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:45:16.214Z] #54 33.67 Need to get 120 kB of archives. [2020-11-18T00:45:16.214Z] #54 33.67 After this operation, 423 kB of additional disk space will be used. [2020-11-18T00:45:16.214Z] #54 33.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-18T00:45:16.214Z] #54 33.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-11-18T00:45:16.968Z] #66 exporting layers 1.7s done [2020-11-18T00:45:16.968Z] #66 writing image sha256:5f201b8b8af931d2179ca371bbdf2d2fd075a6ff2e1846da06af7c0064e6c72e done [2020-11-18T00:45:16.968Z] #66 naming to docker.io/library/docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 done [2020-11-18T00:45:16.968Z] #66 DONE 1.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-18T00:45:17.123Z] #27 9.150 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-18T00:45:17.124Z] #27 9.163 skipping existing c35d46ef359f [2020-11-18T00:45:17.124Z] #27 9.177 [2020-11-18T00:45:17.309Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/test/unit [2020-11-18T00:45:17.388Z] #27 ... [2020-11-18T00:45:17.388Z] [2020-11-18T00:45:17.388Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-18T00:45:17.388Z] #10 DONE 3.1s [2020-11-18T00:45:17.388Z] [2020-11-18T00:45:17.388Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-18T00:45:17.388Z] #37 DONE 0.1s [2020-11-18T00:45:17.388Z] [2020-11-18T00:45:17.388Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-18T00:45:17.388Z] #29 DONE 0.1s [2020-11-18T00:45:17.651Z] [2020-11-18T00:45:17.651Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-18T00:45:17.651Z] #27 9.627 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-18T00:45:17.651Z] #27 9.752 [2020-11-18T00:45:17.777Z] #54 35.08 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:45:17.777Z] #54 35.29 Fetched 120 kB in 0s (750 kB/s) [2020-11-18T00:45:17.912Z] #27 9.827 ######################################################################## 100.0% [2020-11-18T00:45:17.912Z] #27 9.885 [2020-11-18T00:45:18.081Z] #54 35.42 Selecting previously unselected package libbtrfs0. [2020-11-18T00:45:18.081Z] #54 35.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% [2020-11-18T00:45:18.081Z] #54 ... [2020-11-18T00:45:18.081Z] [2020-11-18T00:45:18.081Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:18.081Z] #48 35.52 go: extracting golang.org/x/text v0.3.2 [2020-11-18T00:45:18.174Z] #27 10.17 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-18T00:45:18.436Z] #27 10.40 [2020-11-18T00:45:18.697Z] #27 10.48 ######################################################################## 100.0% [2020-11-18T00:45:18.697Z] #27 10.53 [2020-11-18T00:45:18.697Z] #27 10.57 Download of images into '/build' complete. [2020-11-18T00:45:18.697Z] #27 10.57 Use something like the following to load the result into a Docker daemon: [2020-11-18T00:45:18.697Z] #27 10.57 tar -cC '/build' . | docker load [2020-11-18T00:45:19.155Z] #48 ... [2020-11-18T00:45:19.155Z] [2020-11-18T00:45:19.155Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:45:19.155Z] #54 35.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 ... 15339 files and directories currently installed.) [2020-11-18T00:45:19.155Z] #54 35.62 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-18T00:45:19.155Z] #54 35.63 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-18T00:45:19.155Z] #54 35.83 Selecting previously unselected package libbtrfs-dev. [2020-11-18T00:45:19.155Z] #54 35.83 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-18T00:45:19.155Z] #54 35.83 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:45:19.155Z] #54 36.11 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-18T00:45:19.155Z] #54 36.12 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:45:19.155Z] #54 36.13 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:45:19.155Z] #54 DONE 36.6s [2020-11-18T00:45:19.155Z] [2020-11-18T00:45:19.155Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:19.179Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.4s done [2020-11-18T00:45:19.271Z] #27 DONE 11.3s [2020-11-18T00:45:19.271Z] [2020-11-18T00:45:19.271Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:45:19.437Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s [2020-11-18T00:45:19.457Z] #55 0.323 + RM_GOPATH=0 [2020-11-18T00:45:19.457Z] #55 0.323 + TMP_GOPATH= [2020-11-18T00:45:19.457Z] #55 0.323 + : /build [2020-11-18T00:45:19.457Z] #55 0.323 + '[' -z '' ']' [2020-11-18T00:45:19.457Z] #55 0.324 ++ mktemp -d [2020-11-18T00:45:19.457Z] #55 0.327 + export GOPATH=/tmp/tmp.wiAf3Csk8Z [2020-11-18T00:45:19.457Z] #55 0.335 + GOPATH=/tmp/tmp.wiAf3Csk8Z [2020-11-18T00:45:19.457Z] #55 0.336 + RM_GOPATH=1 [2020-11-18T00:45:19.457Z] #55 0.336 + case "$(go env GOARCH)" in [2020-11-18T00:45:19.457Z] #55 0.339 ++ go env GOARCH [2020-11-18T00:45:19.760Z] #55 0.385 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:19.760Z] #55 0.385 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:19.760Z] #55 0.386 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:19.760Z] #55 0.391 + dir=/tmp/install [2020-11-18T00:45:19.760Z] #55 0.391 + bin=containerd [2020-11-18T00:45:19.760Z] #55 0.391 + shift [2020-11-18T00:45:19.760Z] #55 0.392 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-18T00:45:19.760Z] #55 0.392 + . /tmp/install/containerd.installer [2020-11-18T00:45:19.760Z] #55 0.394 ++ set -e [2020-11-18T00:45:19.760Z] #55 0.395 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:45:19.760Z] #55 0.396 + install_containerd [2020-11-18T00:45:19.760Z] #55 0.397 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-18T00:45:19.760Z] #55 0.398 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:45:19.760Z] #55 0.398 + git clone https://github.com/containerd/containerd.git /tmp/tmp.wiAf3Csk8Z/src/github.com/containerd/containerd [2020-11-18T00:45:19.760Z] #55 0.401 Cloning into '/tmp/tmp.wiAf3Csk8Z/src/github.com/containerd/containerd'... [2020-11-18T00:45:21.309Z] #55 ... [2020-11-18T00:45:21.309Z] [2020-11-18T00:45:21.309Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:45:21.309Z] #41 21.92 Reading package lists... [2020-11-18T00:45:21.309Z] #41 28.89 Building dependency tree... [2020-11-18T00:45:21.309Z] #41 31.68 The following additional packages will be installed: [2020-11-18T00:45:21.309Z] #41 31.69 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-18T00:45:21.309Z] #41 31.69 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-18T00:45:21.309Z] #41 31.70 Suggested packages: [2020-11-18T00:45:21.309Z] #41 31.70 manpages-dev python-setuptools [2020-11-18T00:45:21.309Z] #41 33.55 The following NEW packages will be installed: [2020-11-18T00:45:21.309Z] #41 33.55 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-18T00:45:21.309Z] #41 33.56 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-18T00:45:21.309Z] #41 33.56 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-18T00:45:21.309Z] #41 33.56 python-six zlib1g-dev [2020-11-18T00:45:21.309Z] #41 33.78 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:45:21.309Z] #41 33.78 Need to get 4075 kB of archives. [2020-11-18T00:45:21.309Z] #41 33.78 After this operation, 24.5 MB of additional disk space will be used. [2020-11-18T00:45:21.309Z] #41 33.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-11-18T00:45:21.309Z] #41 33.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-11-18T00:45:21.309Z] #41 33.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-11-18T00:45:21.309Z] #41 33.83 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-11-18T00:45:21.309Z] #41 33.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-11-18T00:45:21.309Z] #41 33.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-11-18T00:45:21.309Z] #41 33.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2020-11-18T00:45:21.309Z] #41 33.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-11-18T00:45:21.309Z] #41 33.98 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-11-18T00:45:21.309Z] #41 34.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-11-18T00:45:21.310Z] #41 34.12 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-11-18T00:45:21.310Z] #41 34.21 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-11-18T00:45:21.310Z] #41 34.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2020-11-18T00:45:21.310Z] #41 34.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-11-18T00:45:21.310Z] #41 34.30 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-18T00:45:21.310Z] #41 34.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-11-18T00:45:21.310Z] #41 34.32 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-11-18T00:45:21.310Z] #41 35.78 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:45:21.310Z] #41 36.07 Fetched 4075 kB in 1s (6811 kB/s) [2020-11-18T00:45:21.310Z] #41 36.24 Selecting previously unselected package libcap-dev:ppc64el. [2020-11-18T00:45:21.310Z] #41 36.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 ... 15339 files and directories currently installed.) [2020-11-18T00:45:21.310Z] #41 36.31 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-11-18T00:45:21.310Z] #41 36.32 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-11-18T00:45:21.310Z] #41 36.52 Selecting previously unselected package libnet1:ppc64el. [2020-11-18T00:45:21.310Z] #41 36.52 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-18T00:45:21.310Z] #41 36.53 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-18T00:45:21.310Z] #41 36.75 Selecting previously unselected package libnet1-dev. [2020-11-18T00:45:21.310Z] #41 36.76 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-18T00:45:21.310Z] #41 36.77 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-18T00:45:21.310Z] #41 37.07 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-18T00:45:21.310Z] #41 37.08 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-18T00:45:21.310Z] #41 37.08 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-18T00:45:21.310Z] #41 37.22 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-11-18T00:45:21.310Z] #41 37.23 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-11-18T00:45:21.310Z] #41 37.24 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-18T00:45:21.310Z] #41 37.57 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-18T00:45:21.310Z] #41 37.58 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-18T00:45:21.310Z] #41 37.59 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-18T00:45:21.310Z] #41 37.70 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-11-18T00:45:21.310Z] #41 37.72 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-11-18T00:45:21.310Z] #41 37.72 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-18T00:45:21.310Z] #41 37.85 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-11-18T00:45:21.310Z] #41 37.86 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-11-18T00:45:21.310Z] #41 37.87 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-18T00:45:21.310Z] #41 38.26 Selecting previously unselected package libprotobuf17:ppc64el. [2020-11-18T00:45:21.310Z] #41 38.27 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-11-18T00:45:21.310Z] #41 38.27 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-18T00:45:21.334Z] #8 ... [2020-11-18T00:45:21.334Z] [2020-11-18T00:45:21.334Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-18T00:45:21.334Z] #25 9.471 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-18T00:45:21.334Z] #25 9.480 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-18T00:45:21.334Z] #25 9.490 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-18T00:45:21.334Z] #25 10.05 Updating certificates in /etc/ssl/certs... [2020-11-18T00:45:21.334Z] #25 10.80 126 added, 0 removed; done. [2020-11-18T00:45:21.334Z] #25 10.93 Setting up libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-18T00:45:21.334Z] #25 10.94 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-18T00:45:21.334Z] #25 10.95 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-18T00:45:21.334Z] #25 10.96 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-18T00:45:21.334Z] #25 10.97 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:45:21.334Z] #25 10.99 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-18T00:45:21.334Z] #25 11.00 Updating certificates in /etc/ssl/certs... [2020-11-18T00:45:21.334Z] #25 11.60 0 added, 0 removed; done. [2020-11-18T00:45:21.334Z] #25 11.60 Running hooks in /etc/ca-certificates/update.d... [2020-11-18T00:45:21.334Z] #25 11.60 done. [2020-11-18T00:45:21.334Z] #25 DONE 14.4s [2020-11-18T00:45:21.334Z] [2020-11-18T00:45:21.334Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-18T00:45:21.334Z] #26 DONE 0.1s [2020-11-18T00:45:21.334Z] [2020-11-18T00:45:21.334Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-18T00:45:21.522Z] ? github.com/docker/docker/api [no test files] [2020-11-18T00:45:21.959Z] #41 39.17 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-11-18T00:45:21.959Z] #41 39.18 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-11-18T00:45:21.959Z] #41 39.19 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-18T00:45:21.959Z] #41 39.46 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-11-18T00:45:21.959Z] #41 39.47 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-11-18T00:45:21.959Z] #41 39.48 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-18T00:45:22.612Z] #41 ... [2020-11-18T00:45:22.612Z] [2020-11-18T00:45:22.612Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:22.612Z] #33 40.00 internal/reflectlite [2020-11-18T00:45:22.612Z] #33 40.00 sync [2020-11-18T00:45:23.490Z] #30 ... [2020-11-18T00:45:23.490Z] [2020-11-18T00:45:23.490Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:45:23.490Z] #34 5.036 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:45:23.490Z] #34 5.113 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:45:23.490Z] #34 5.113 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:45:23.490Z] #34 5.343 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:45:23.490Z] #34 ... [2020-11-18T00:45:23.490Z] [2020-11-18T00:45:23.490Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:23.490Z] #22 5.494 + RM_GOPATH=0 [2020-11-18T00:45:23.490Z] #22 5.494 + TMP_GOPATH= [2020-11-18T00:45:23.490Z] #22 5.494 + : /build [2020-11-18T00:45:23.490Z] #22 5.494 + '[' -z '' ']' [2020-11-18T00:45:23.490Z] #22 5.494 ++ mktemp -d [2020-11-18T00:45:23.490Z] #22 5.495 + export GOPATH=/tmp/tmp.Yc6yGUQNhi [2020-11-18T00:45:23.490Z] #22 5.495 + GOPATH=/tmp/tmp.Yc6yGUQNhi [2020-11-18T00:45:23.490Z] #22 5.495 + RM_GOPATH=1 [2020-11-18T00:45:23.490Z] #22 5.495 + case "$(go env GOARCH)" in [2020-11-18T00:45:23.490Z] #22 5.505 ++ go env GOARCH [2020-11-18T00:45:23.490Z] #22 5.506 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:23.490Z] #22 5.506 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:23.490Z] #22 5.506 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:23.490Z] #22 5.508 + dir=/tmp/install [2020-11-18T00:45:23.490Z] #22 5.508 + bin=dockercli [2020-11-18T00:45:23.490Z] #22 5.508 + shift [2020-11-18T00:45:23.490Z] #22 5.508 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-18T00:45:23.490Z] #22 5.508 + . /tmp/install/dockercli.installer [2020-11-18T00:45:23.490Z] #22 5.508 ++ : stable [2020-11-18T00:45:23.490Z] #22 5.508 ++ : 17.06.2-ce [2020-11-18T00:45:23.490Z] #22 5.508 Install docker/cli version 17.06.2-ce from stable [2020-11-18T00:45:23.490Z] #22 5.510 + install_dockercli [2020-11-18T00:45:23.490Z] #22 5.510 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-18T00:45:23.490Z] #22 5.510 ++ uname -m [2020-11-18T00:45:23.490Z] #22 5.510 + arch=x86_64 [2020-11-18T00:45:23.490Z] #22 5.510 + '[' x86_64 '!=' x86_64 ']' [2020-11-18T00:45:23.490Z] #22 5.510 + url=https://download.docker.com/linux/static [2020-11-18T00:45:23.490Z] #22 5.510 + tar -xz docker/docker [2020-11-18T00:45:23.490Z] #22 5.519 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-18T00:45:23.490Z] #22 ... [2020-11-18T00:45:23.490Z] [2020-11-18T00:45:23.490Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:45:23.490Z] #34 5.982 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:45:23.490Z] #34 6.186 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:45:23.700Z] #33 ... [2020-11-18T00:45:23.700Z] [2020-11-18T00:45:23.700Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:45:23.700Z] #35 23.70 Reading package lists... [2020-11-18T00:45:23.700Z] #35 31.02 Building dependency tree... [2020-11-18T00:45:23.700Z] #35 33.60 The following additional packages will be installed: [2020-11-18T00:45:23.700Z] #35 33.61 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-18T00:45:23.700Z] #35 33.62 Suggested packages: [2020-11-18T00:45:23.700Z] #35 33.62 cmake-doc ninja-build lrzip [2020-11-18T00:45:23.700Z] #35 33.62 Recommended packages: [2020-11-18T00:45:23.700Z] #35 33.62 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-18T00:45:23.700Z] #35 34.83 The following NEW packages will be installed: [2020-11-18T00:45:23.700Z] #35 34.84 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-18T00:45:23.700Z] #35 34.84 vim-common xxd [2020-11-18T00:45:23.700Z] #35 35.03 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:45:23.700Z] #35 35.03 Need to get 14.9 MB of archives. [2020-11-18T00:45:23.700Z] #35 35.03 After this operation, 67.2 MB of additional disk space will be used. [2020-11-18T00:45:23.700Z] #35 35.03 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-18T00:45:23.700Z] #35 35.06 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-18T00:45:23.700Z] #35 35.12 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-11-18T00:45:23.700Z] #35 35.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-18T00:45:23.700Z] #35 36.22 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-11-18T00:45:23.700Z] #35 36.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-11-18T00:45:23.700Z] #35 36.34 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-11-18T00:45:23.700Z] #35 36.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-11-18T00:45:23.700Z] #35 36.37 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-11-18T00:45:23.700Z] #35 36.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-11-18T00:45:23.700Z] #35 38.16 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:45:23.700Z] #35 38.33 Fetched 14.9 MB in 2s (8456 kB/s) [2020-11-18T00:45:23.700Z] #35 38.45 Selecting previously unselected package xxd. [2020-11-18T00:45:23.700Z] #35 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-11-18T00:45:23.700Z] #35 38.54 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-18T00:45:23.700Z] #35 38.55 Unpacking xxd (2:8.1.0875-5) ... [2020-11-18T00:45:23.700Z] #35 38.82 Selecting previously unselected package vim-common. [2020-11-18T00:45:23.700Z] #35 38.85 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-18T00:45:23.700Z] #35 38.91 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-18T00:45:23.700Z] #35 39.40 Selecting previously unselected package cmake-data. [2020-11-18T00:45:23.700Z] #35 39.41 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-18T00:45:23.700Z] #35 39.41 Unpacking cmake-data (3.13.4-1) ... [2020-11-18T00:45:23.700Z] #35 ... [2020-11-18T00:45:23.700Z] [2020-11-18T00:45:23.700Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:45:23.700Z] #41 40.93 Selecting previously unselected package libprotoc17:ppc64el. [2020-11-18T00:45:23.700Z] #41 40.93 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-11-18T00:45:23.700Z] #41 40.93 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-18T00:45:23.700Z] #41 ... [2020-11-18T00:45:23.700Z] [2020-11-18T00:45:23.700Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:45:23.700Z] #12 23.58 Reading package lists... [2020-11-18T00:45:23.700Z] #12 31.36 Building dependency tree... [2020-11-18T00:45:23.700Z] #12 34.00 The following additional packages will be installed: [2020-11-18T00:45:23.700Z] #12 34.00 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-18T00:45:23.700Z] #12 34.00 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-18T00:45:23.700Z] #12 34.01 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-18T00:45:23.700Z] #12 34.01 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-18T00:45:23.700Z] #12 34.02 Suggested packages: [2020-11-18T00:45:23.700Z] #12 34.02 gcc-8-locales seccomp wine64 [2020-11-18T00:45:23.700Z] #12 35.34 The following NEW packages will be installed: [2020-11-18T00:45:23.700Z] #12 35.34 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-18T00:45:23.700Z] #12 35.34 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-18T00:45:23.700Z] #12 35.34 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-18T00:45:23.700Z] #12 35.34 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-18T00:45:23.700Z] #12 35.34 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-18T00:45:23.700Z] #12 35.35 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-18T00:45:23.700Z] #12 35.55 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:45:23.700Z] #12 35.55 Need to get 78.9 MB of archives. [2020-11-18T00:45:23.700Z] #12 35.55 After this operation, 532 MB of additional disk space will be used. [2020-11-18T00:45:23.700Z] #12 35.55 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-11-18T00:45:23.700Z] #12 35.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2020-11-18T00:45:23.700Z] #12 36.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-18T00:45:23.700Z] #12 36.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-11-18T00:45:23.700Z] #12 36.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-11-18T00:45:23.700Z] #12 36.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-18T00:45:23.700Z] #12 36.71 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-18T00:45:23.700Z] #12 36.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-18T00:45:23.700Z] #12 36.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2020-11-18T00:45:23.700Z] #12 40.46 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2020-11-18T00:45:24.006Z] #12 ... [2020-11-18T00:45:24.006Z] [2020-11-18T00:45:24.006Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:24.006Z] #48 41.46 go: finding github.com/fatih/color v1.7.0 [2020-11-18T00:45:24.006Z] #48 41.59 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:45:24.308Z] #48 41.68 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:45:24.308Z] #48 41.72 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:45:24.609Z] #48 41.87 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:45:24.609Z] #48 41.88 go: finding github.com/pkg/errors v0.8.1 [2020-11-18T00:45:24.609Z] #48 41.91 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:45:24.609Z] #48 41.96 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:45:24.609Z] #48 41.96 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:45:24.609Z] #48 42.00 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:45:24.609Z] #48 42.02 go: finding github.com/spf13/viper v1.6.1 [2020-11-18T00:45:24.609Z] #48 42.08 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:45:24.609Z] #48 42.16 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:45:24.609Z] #48 42.19 go: finding github.com/stretchr/testify v1.4.0 [2020-11-18T00:45:24.612Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.2s [2020-11-18T00:45:24.915Z] #48 42.23 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:45:24.915Z] #48 42.29 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:45:24.915Z] #48 42.31 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:45:24.915Z] #48 42.32 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:45:24.915Z] #48 42.34 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:45:24.915Z] #48 42.38 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:45:24.915Z] #48 42.44 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:45:25.216Z] #48 42.46 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:45:25.216Z] #48 42.50 go: finding github.com/spf13/pflag v1.0.5 [2020-11-18T00:45:25.216Z] #48 42.53 go: finding github.com/spf13/cobra v0.0.5 [2020-11-18T00:45:25.216Z] #48 42.56 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:45:25.216Z] #48 42.60 go: finding github.com/stretchr/objx v0.2.0 [2020-11-18T00:45:25.216Z] #48 42.61 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:45:25.216Z] #48 42.61 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:45:25.216Z] #48 42.63 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:45:25.216Z] #48 42.65 go: finding github.com/gobwas/glob v0.2.3 [2020-11-18T00:45:25.216Z] #48 42.71 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:45:25.216Z] #48 42.72 go: finding github.com/magiconair/properties v1.8.1 [2020-11-18T00:45:25.216Z] #48 42.75 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:45:25.216Z] #48 42.78 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:45:25.517Z] #48 42.80 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:45:25.517Z] #48 42.85 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:45:25.517Z] #48 42.87 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:45:25.517Z] #48 42.92 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:45:25.517Z] #48 43.01 go: finding github.com/spf13/cast v1.3.0 [2020-11-18T00:45:25.819Z] #48 43.09 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:45:25.819Z] #48 43.13 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:45:25.819Z] #48 ... [2020-11-18T00:45:25.819Z] [2020-11-18T00:45:25.819Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:25.819Z] #63 DONE 43.2s [2020-11-18T00:45:25.819Z] [2020-11-18T00:45:25.819Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:25.819Z] #48 43.17 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:45:25.819Z] #48 43.18 go: finding github.com/spf13/afero v1.1.2 [2020-11-18T00:45:25.819Z] #48 43.24 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:45:25.819Z] #48 43.25 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:45:25.819Z] #48 43.39 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-18T00:45:26.119Z] #48 43.44 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:45:26.119Z] #48 43.52 go: finding golang.org/x/text v0.3.2 [2020-11-18T00:45:26.119Z] #48 43.56 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:45:26.119Z] #48 43.63 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:45:26.421Z] #48 43.68 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:45:26.421Z] #48 43.69 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:45:26.421Z] #48 43.72 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:45:26.421Z] #48 43.76 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:45:26.421Z] #48 43.78 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:45:26.421Z] #48 43.81 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:45:26.421Z] #48 43.86 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:45:26.732Z] #48 43.92 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:45:26.732Z] #48 43.97 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:45:26.732Z] #48 43.99 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:45:26.732Z] #48 44.05 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:45:26.732Z] #48 44.08 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:45:26.732Z] #48 44.09 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:45:26.732Z] #48 44.10 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-18T00:45:26.732Z] #48 44.16 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-18T00:45:26.732Z] #48 44.18 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:45:27.033Z] #48 44.28 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:45:27.333Z] #48 44.54 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:45:27.333Z] #48 44.57 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-18T00:45:27.633Z] #48 45.03 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:45:27.633Z] #48 45.13 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:45:27.633Z] #48 45.14 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:45:27.702Z] #34 ... [2020-11-18T00:45:27.702Z] [2020-11-18T00:45:27.702Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:45:27.702Z] #40 9.750 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:45:27.702Z] #40 10.02 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:45:27.702Z] #40 10.02 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:45:27.702Z] #40 ... [2020-11-18T00:45:27.702Z] [2020-11-18T00:45:27.702Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:45:27.702Z] #38 9.246 + git clone https://github.com/docker/distribution.git . [2020-11-18T00:45:27.702Z] #38 9.267 Cloning into '.'... [2020-11-18T00:45:27.702Z] #38 ... [2020-11-18T00:45:27.702Z] [2020-11-18T00:45:27.702Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:45:27.702Z] #53 8.666 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:45:27.702Z] #53 8.799 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:45:27.702Z] #53 8.799 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:45:27.932Z] #48 45.19 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:45:27.932Z] #48 45.28 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:45:27.980Z] #53 ... [2020-11-18T00:45:27.980Z] [2020-11-18T00:45:27.980Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:27.980Z] #32 9.409 + RM_GOPATH=0 [2020-11-18T00:45:27.980Z] #32 9.428 + TMP_GOPATH= [2020-11-18T00:45:27.980Z] #32 9.428 + : /build [2020-11-18T00:45:27.980Z] #32 9.428 + '[' -z '' ']' [2020-11-18T00:45:27.980Z] #32 9.428 ++ mktemp -d [2020-11-18T00:45:27.980Z] #32 9.484 + export GOPATH=/tmp/tmp.YJFYMEU7jv [2020-11-18T00:45:27.980Z] #32 9.484 + GOPATH=/tmp/tmp.YJFYMEU7jv [2020-11-18T00:45:27.980Z] #32 9.484 + RM_GOPATH=1 [2020-11-18T00:45:27.980Z] #32 9.484 + case "$(go env GOARCH)" in [2020-11-18T00:45:27.980Z] #32 9.484 ++ go env GOARCH [2020-11-18T00:45:27.980Z] #32 9.508 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:27.980Z] #32 9.508 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:27.980Z] #32 9.508 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:27.980Z] #32 9.508 + dir=/tmp/install [2020-11-18T00:45:27.980Z] #32 9.508 + bin=tomlv [2020-11-18T00:45:27.980Z] #32 9.508 + shift [2020-11-18T00:45:27.980Z] #32 9.508 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-18T00:45:27.980Z] #32 9.508 + . /tmp/install/tomlv.installer [2020-11-18T00:45:27.980Z] #32 9.508 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:45:27.980Z] #32 9.508 + install_tomlv [2020-11-18T00:45:27.980Z] #32 9.508 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-18T00:45:27.980Z] #32 9.508 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.YJFYMEU7jv/src/github.com/BurntSushi/toml [2020-11-18T00:45:27.980Z] #32 9.508 Cloning into '/tmp/tmp.YJFYMEU7jv/src/github.com/BurntSushi/toml'... [2020-11-18T00:45:27.980Z] #32 9.514 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:45:27.980Z] #32 ... [2020-11-18T00:45:27.980Z] [2020-11-18T00:45:27.980Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:27.980Z] #49 9.095 + RM_GOPATH=0 [2020-11-18T00:45:27.980Z] #49 9.095 + TMP_GOPATH= [2020-11-18T00:45:27.980Z] #49 9.095 + : /build [2020-11-18T00:45:27.980Z] #49 9.095 + '[' -z '' ']' [2020-11-18T00:45:27.980Z] #49 9.095 ++ mktemp -d [2020-11-18T00:45:27.980Z] #49 9.100 + export GOPATH=/tmp/tmp.jhKDtwmxi4 [2020-11-18T00:45:27.980Z] #49 9.100 + GOPATH=/tmp/tmp.jhKDtwmxi4 [2020-11-18T00:45:27.980Z] #49 9.100 + RM_GOPATH=1 [2020-11-18T00:45:27.980Z] #49 9.100 + case "$(go env GOARCH)" in [2020-11-18T00:45:27.980Z] #49 9.100 ++ go env GOARCH [2020-11-18T00:45:27.980Z] #49 9.148 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:27.980Z] #49 9.148 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:27.980Z] #49 9.148 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:27.980Z] #49 9.151 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:45:27.980Z] #49 9.151 + dir=/tmp/install [2020-11-18T00:45:27.980Z] #49 9.151 + bin=shfmt [2020-11-18T00:45:27.980Z] #49 9.151 + shift [2020-11-18T00:45:27.980Z] #49 9.151 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-18T00:45:27.980Z] #49 9.151 + . /tmp/install/shfmt.installer [2020-11-18T00:45:27.980Z] #49 9.151 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:45:27.981Z] #49 9.151 + install_shfmt [2020-11-18T00:45:27.981Z] #49 9.151 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-18T00:45:27.981Z] #49 9.151 + git clone https://github.com/mvdan/sh.git /tmp/tmp.jhKDtwmxi4/src/github.com/mvdan/sh [2020-11-18T00:45:27.981Z] #49 9.162 Cloning into '/tmp/tmp.jhKDtwmxi4/src/github.com/mvdan/sh'... [2020-11-18T00:45:28.242Z] #49 ... [2020-11-18T00:45:28.242Z] [2020-11-18T00:45:28.242Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:45:28.242Z] #43 9.226 + RM_GOPATH=0 [2020-11-18T00:45:28.242Z] #43 9.226 + TMP_GOPATH= [2020-11-18T00:45:28.242Z] #43 9.226 + : /build [2020-11-18T00:45:28.242Z] #43 9.226 + '[' -z '' ']' [2020-11-18T00:45:28.242Z] #43 9.226 ++ mktemp -d [2020-11-18T00:45:28.242Z] #43 9.238 + export GOPATH=/tmp/tmp.5yZP5Xb17x [2020-11-18T00:45:28.242Z] #43 9.238 + GOPATH=/tmp/tmp.5yZP5Xb17x [2020-11-18T00:45:28.242Z] #43 9.238 + RM_GOPATH=1 [2020-11-18T00:45:28.242Z] #43 9.238 + case "$(go env GOARCH)" in [2020-11-18T00:45:28.242Z] #43 9.264 ++ go env GOARCH [2020-11-18T00:45:28.242Z] #43 9.394 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:28.242Z] #43 9.394 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:28.242Z] #43 9.394 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:28.242Z] #43 9.413 + dir=/tmp/install [2020-11-18T00:45:28.242Z] #43 9.413 + bin=vndr [2020-11-18T00:45:28.242Z] #43 9.413 + shift [2020-11-18T00:45:28.242Z] #43 9.413 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-18T00:45:28.242Z] #43 9.413 + . /tmp/install/vndr.installer [2020-11-18T00:45:28.242Z] #43 9.413 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:45:28.242Z] #43 9.413 + install_vndr [2020-11-18T00:45:28.242Z] #43 9.413 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-18T00:45:28.242Z] #43 9.413 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.5yZP5Xb17x/src/github.com/LK4D4/vndr [2020-11-18T00:45:28.242Z] #43 9.413 Cloning into '/tmp/tmp.5yZP5Xb17x/src/github.com/LK4D4/vndr'... [2020-11-18T00:45:28.242Z] #43 9.413 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:45:28.242Z] #43 ... [2020-11-18T00:45:28.242Z] [2020-11-18T00:45:28.242Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:45:28.242Z] #11 8.400 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:45:28.242Z] #11 8.517 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:45:28.242Z] #11 8.517 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:45:28.242Z] #11 10.91 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:45:28.504Z] #11 ... [2020-11-18T00:45:28.504Z] [2020-11-18T00:45:28.504Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:28.504Z] #56 8.246 + RM_GOPATH=0 [2020-11-18T00:45:28.504Z] #56 8.246 + TMP_GOPATH= [2020-11-18T00:45:28.504Z] #56 8.246 + : /build [2020-11-18T00:45:28.504Z] #56 8.246 + '[' -z '' ']' [2020-11-18T00:45:28.504Z] #56 8.246 ++ mktemp -d [2020-11-18T00:45:28.504Z] #56 8.254 + export GOPATH=/tmp/tmp.fQnusnKvx9 [2020-11-18T00:45:28.504Z] #56 8.254 + GOPATH=/tmp/tmp.fQnusnKvx9 [2020-11-18T00:45:28.504Z] #56 8.254 + RM_GOPATH=1 [2020-11-18T00:45:28.504Z] #56 8.254 + case "$(go env GOARCH)" in [2020-11-18T00:45:28.504Z] #56 8.259 ++ go env GOARCH [2020-11-18T00:45:28.504Z] #56 8.328 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:45:28.504Z] #56 8.328 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:28.504Z] #56 8.328 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:28.504Z] #56 8.328 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:28.504Z] #56 8.328 + dir=/tmp/install [2020-11-18T00:45:28.504Z] #56 8.328 + bin=rootlesskit [2020-11-18T00:45:28.504Z] #56 8.328 + shift [2020-11-18T00:45:28.504Z] #56 8.328 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-18T00:45:28.504Z] #56 8.328 + . /tmp/install/rootlesskit.installer [2020-11-18T00:45:28.504Z] #56 8.328 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:45:28.504Z] #56 8.328 + install_rootlesskit [2020-11-18T00:45:28.504Z] #56 8.328 + case "$1" in [2020-11-18T00:45:28.504Z] #56 8.328 + export CGO_ENABLED=0 [2020-11-18T00:45:28.504Z] #56 8.328 + CGO_ENABLED=0 [2020-11-18T00:45:28.504Z] #56 8.328 + _install_rootlesskit [2020-11-18T00:45:28.504Z] #56 8.328 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-18T00:45:28.504Z] #56 8.328 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.fQnusnKvx9/src/github.com/rootless-containers/rootlesskit [2020-11-18T00:45:28.504Z] #56 8.328 Cloning into '/tmp/tmp.fQnusnKvx9/src/github.com/rootless-containers/rootlesskit'... [2020-11-18T00:45:28.504Z] #56 ... [2020-11-18T00:45:28.504Z] [2020-11-18T00:45:28.504Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:28.504Z] #47 7.638 + RM_GOPATH=0 [2020-11-18T00:45:28.504Z] #47 7.638 + TMP_GOPATH= [2020-11-18T00:45:28.504Z] #47 7.638 + : /build [2020-11-18T00:45:28.504Z] #47 7.638 + '[' -z '' ']' [2020-11-18T00:45:28.504Z] #47 7.638 ++ mktemp -d [2020-11-18T00:45:28.504Z] #47 7.638 + export GOPATH=/tmp/tmp.iCr7YtBNjB [2020-11-18T00:45:28.504Z] #47 7.638 + GOPATH=/tmp/tmp.iCr7YtBNjB [2020-11-18T00:45:28.504Z] #47 7.638 + RM_GOPATH=1 [2020-11-18T00:45:28.504Z] #47 7.638 + case "$(go env GOARCH)" in [2020-11-18T00:45:28.504Z] #47 7.638 ++ go env GOARCH [2020-11-18T00:45:28.504Z] #47 7.670 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:28.504Z] #47 7.670 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:28.504Z] #47 7.670 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:28.504Z] #47 7.670 + dir=/tmp/install [2020-11-18T00:45:28.504Z] #47 7.670 + bin=golangci_lint [2020-11-18T00:45:28.504Z] #47 7.670 + shift [2020-11-18T00:45:28.504Z] #47 7.670 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-18T00:45:28.504Z] #47 7.670 + . /tmp/install/golangci_lint.installer [2020-11-18T00:45:28.504Z] #47 7.670 ++ : v1.23.8 [2020-11-18T00:45:28.504Z] #47 7.670 + install_golangci_lint [2020-11-18T00:45:28.504Z] #47 7.670 + set -e [2020-11-18T00:45:28.504Z] #47 7.670 + export GO111MODULE=on [2020-11-18T00:45:28.504Z] #47 7.670 + GO111MODULE=on [2020-11-18T00:45:28.504Z] #47 7.670 + GOBIN=/build [2020-11-18T00:45:28.504Z] #47 7.670 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-18T00:45:28.504Z] #47 7.748 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-18T00:45:28.504Z] #47 7.748 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:45:28.504Z] #47 7.750 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-18T00:45:28.504Z] #47 7.750 go: finding github.com/golangci v1.23.8 [2020-11-18T00:45:28.504Z] #47 7.754 go: finding github.com v1.23.8 [2020-11-18T00:45:28.504Z] #47 8.876 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:45:28.504Z] #47 9.694 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:45:28.765Z] #47 ... [2020-11-18T00:45:28.765Z] [2020-11-18T00:45:28.765Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:28.765Z] #45 8.789 + RM_GOPATH=0 [2020-11-18T00:45:28.765Z] #45 8.789 + TMP_GOPATH= [2020-11-18T00:45:28.765Z] #45 8.789 + : /build [2020-11-18T00:45:28.765Z] #45 8.789 + '[' -z '' ']' [2020-11-18T00:45:28.765Z] #45 8.789 ++ mktemp -d [2020-11-18T00:45:28.765Z] #45 8.789 + export GOPATH=/tmp/tmp.G04mZa3A9S [2020-11-18T00:45:28.765Z] #45 8.789 + GOPATH=/tmp/tmp.G04mZa3A9S [2020-11-18T00:45:28.765Z] #45 8.789 + RM_GOPATH=1 [2020-11-18T00:45:28.765Z] #45 8.789 + case "$(go env GOARCH)" in [2020-11-18T00:45:28.765Z] #45 8.789 ++ go env GOARCH [2020-11-18T00:45:28.765Z] #45 8.847 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:28.765Z] #45 8.847 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:28.765Z] #45 8.847 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:28.765Z] #45 8.883 + dir=/tmp/install [2020-11-18T00:45:28.765Z] #45 8.883 + bin=gotestsum [2020-11-18T00:45:28.765Z] #45 8.883 + shift [2020-11-18T00:45:28.765Z] #45 8.883 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-18T00:45:28.765Z] #45 8.883 + . /tmp/install/gotestsum.installer [2020-11-18T00:45:28.765Z] #45 8.883 ++ : v0.5.3 [2020-11-18T00:45:28.765Z] #45 8.883 + install_gotestsum [2020-11-18T00:45:28.765Z] #45 8.883 + set -e [2020-11-18T00:45:28.765Z] #45 8.883 + export GO111MODULE=on [2020-11-18T00:45:28.765Z] #45 8.883 + GO111MODULE=on [2020-11-18T00:45:28.765Z] #45 8.883 + GOBIN=/build [2020-11-18T00:45:28.765Z] #45 8.883 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-18T00:45:28.765Z] #45 8.970 go: finding gotest.tools v0.5.3 [2020-11-18T00:45:28.765Z] #45 8.970 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-18T00:45:28.765Z] #45 10.45 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-18T00:45:28.765Z] #45 11.28 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-18T00:45:28.765Z] #45 ... [2020-11-18T00:45:28.765Z] [2020-11-18T00:45:28.765Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:28.765Z] #62 7.177 + RM_GOPATH=0 [2020-11-18T00:45:28.765Z] #62 7.177 + TMP_GOPATH= [2020-11-18T00:45:28.765Z] #62 7.177 + : /build [2020-11-18T00:45:28.765Z] #62 7.177 + '[' -z '' ']' [2020-11-18T00:45:28.765Z] #62 7.177 ++ mktemp -d [2020-11-18T00:45:28.766Z] #62 7.177 + export GOPATH=/tmp/tmp.1rM7UOHt0W [2020-11-18T00:45:28.766Z] #62 7.177 + GOPATH=/tmp/tmp.1rM7UOHt0W [2020-11-18T00:45:28.766Z] #62 7.177 + RM_GOPATH=1 [2020-11-18T00:45:28.766Z] #62 7.177 + case "$(go env GOARCH)" in [2020-11-18T00:45:28.766Z] #62 7.177 ++ go env GOARCH [2020-11-18T00:45:28.766Z] #62 7.191 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:28.766Z] #62 7.191 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:28.766Z] #62 7.191 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:28.766Z] #62 7.208 + dir=/tmp/install [2020-11-18T00:45:28.766Z] #62 7.208 + bin=proxy [2020-11-18T00:45:28.766Z] #62 7.208 + shift [2020-11-18T00:45:28.766Z] #62 7.208 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-18T00:45:28.766Z] #62 7.208 + . /tmp/install/proxy.installer [2020-11-18T00:45:28.766Z] #62 7.208 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:45:28.766Z] #62 7.208 + install_proxy [2020-11-18T00:45:28.766Z] #62 7.208 + case "$1" in [2020-11-18T00:45:28.766Z] #62 7.208 + export CGO_ENABLED=0 [2020-11-18T00:45:28.766Z] #62 7.208 + CGO_ENABLED=0 [2020-11-18T00:45:28.766Z] #62 7.208 + _install_proxy [2020-11-18T00:45:28.766Z] #62 7.208 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-18T00:45:28.766Z] #62 7.208 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.1rM7UOHt0W/src/github.com/docker/libnetwork [2020-11-18T00:45:28.766Z] #62 7.208 Cloning into '/tmp/tmp.1rM7UOHt0W/src/github.com/docker/libnetwork'... [2020-11-18T00:45:28.766Z] #62 7.208 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:45:29.050Z] #62 ... [2020-11-18T00:45:29.051Z] [2020-11-18T00:45:29.051Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:29.051Z] #22 10.73 + mkdir -p /build [2020-11-18T00:45:29.051Z] #22 10.76 + mv docker/docker /build/ [2020-11-18T00:45:29.051Z] #22 10.77 + rmdir docker [2020-11-18T00:45:29.051Z] #22 DONE 11.7s [2020-11-18T00:45:29.051Z] [2020-11-18T00:45:29.051Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:29.051Z] #32 11.58 + cd /tmp/tmp.YJFYMEU7jv/src/github.com/BurntSushi/toml [2020-11-18T00:45:29.051Z] #32 11.58 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:45:29.051Z] #32 11.71 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-18T00:45:29.882Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.5s done [2020-11-18T00:45:30.140Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2020-11-18T00:45:30.140Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-11-18T00:45:30.402Z] #8 DONE 38.7s [2020-11-18T00:45:30.402Z] [2020-11-18T00:45:30.402Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-18T00:45:30.447Z] #32 12.94 internal/cpu [2020-11-18T00:45:30.447Z] #32 12.94 runtime/internal/atomic [2020-11-18T00:45:31.022Z] #32 13.49 runtime/internal/sys [2020-11-18T00:45:31.285Z] #32 14.01 internal/bytealg [2020-11-18T00:45:31.333Z] #9 ... [2020-11-18T00:45:31.333Z] [2020-11-18T00:45:31.333Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-18T00:45:31.333Z] #27 1.571 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-18T00:45:31.333Z] #27 1.702 [2020-11-18T00:45:31.333Z] #27 1.814 #### 6.1% #################### 29.1% ############################### 43.4% ################################################ 67.5% ############################################################# 84.9% ######################################################################## 100.0% [2020-11-18T00:45:31.333Z] #27 2.551 [2020-11-18T00:45:31.333Z] #27 2.671 ################################################ 67.7% ######################################################################## 100.0% [2020-11-18T00:45:31.333Z] #27 2.782 [2020-11-18T00:45:31.333Z] #27 2.896 ###################### 31.5% ######################################################################## 100.0% [2020-11-18T00:45:31.333Z] #27 3.064 [2020-11-18T00:45:31.333Z] #27 3.190 1.3% ##################### 29.6% ####################################### 55.2% ##################################################### 74.6% ################################################################## 92.9% ######################################################################## 100.0% [2020-11-18T00:45:31.333Z] #27 3.713 [2020-11-18T00:45:31.333Z] #27 3.833 0.6% #### 6.4% ########## 14.7% ############## 20.0% ################## 25.1% ##################### 30.4% ######################### 35.5% ############################# 40.9% ################################# 46.1% #################################### 51.2% ######################################## 56.5% ########################################### 61.0% ################################################ 66.9% ################################################### 72.1% ####################################################### 77.3% ########################################################### 82.5% ############################################################### 87.6% ################################################################## 92.9% ###################################################################### 98.1% ######################################################################## 100.0% [2020-11-18T00:45:31.333Z] #27 5.699 [2020-11-18T00:45:31.334Z] #27 6.130 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-18T00:45:31.334Z] #27 6.237 [2020-11-18T00:45:31.334Z] #27 6.298 ######################################################################## 100.0% [2020-11-18T00:45:31.334Z] #27 6.334 [2020-11-18T00:45:31.334Z] #27 6.815 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-18T00:45:31.334Z] #27 6.942 [2020-11-18T00:45:31.334Z] #27 7.070 #### 6.1% ######################################################################## 100.0% [2020-11-18T00:45:31.334Z] #27 7.130 [2020-11-18T00:45:31.334Z] #27 7.626 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-18T00:45:31.334Z] #27 7.644 skipping existing c35d46ef359f [2020-11-18T00:45:31.334Z] #27 7.665 [2020-11-18T00:45:31.334Z] #27 8.323 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-18T00:45:31.334Z] #27 8.429 [2020-11-18T00:45:31.334Z] #27 8.476 ######################################################################## 100.0% [2020-11-18T00:45:31.334Z] #27 8.510 [2020-11-18T00:45:31.334Z] #27 8.922 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-18T00:45:31.334Z] #27 9.074 [2020-11-18T00:45:31.334Z] #27 9.169 ######################################################################## 100.0% [2020-11-18T00:45:31.334Z] #27 9.211 [2020-11-18T00:45:31.334Z] #27 9.238 Download of images into '/build' complete. [2020-11-18T00:45:31.334Z] #27 9.238 Use something like the following to load the result into a Docker daemon: [2020-11-18T00:45:31.334Z] #27 9.238 tar -cC '/build' . | docker load [2020-11-18T00:45:31.514Z] #48 ... [2020-11-18T00:45:31.514Z] [2020-11-18T00:45:31.514Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:31.514Z] #50 48.63 io [2020-11-18T00:45:31.514Z] #50 48.64 syscall [2020-11-18T00:45:31.514Z] #50 48.66 strconv [2020-11-18T00:45:31.567Z] #32 14.13 runtime/internal/math [2020-11-18T00:45:31.829Z] #32 14.45 math/bits [2020-11-18T00:45:32.778Z] #32 15.23 math [2020-11-18T00:45:33.053Z] #32 15.73 runtime [2020-11-18T00:45:34.300Z] #50 51.40 strings [2020-11-18T00:45:34.300Z] #50 51.41 bytes [2020-11-18T00:45:34.300Z] #50 ... [2020-11-18T00:45:34.300Z] [2020-11-18T00:45:34.300Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:45:34.300Z] #41 41.65 Selecting previously unselected package protobuf-c-compiler. [2020-11-18T00:45:34.300Z] #41 41.69 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-11-18T00:45:34.300Z] #41 41.69 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-18T00:45:34.300Z] #41 41.86 Selecting previously unselected package protobuf-compiler. [2020-11-18T00:45:34.300Z] #41 41.86 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-11-18T00:45:34.300Z] #41 41.87 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-18T00:45:34.300Z] #41 42.11 Selecting previously unselected package python-pkg-resources. [2020-11-18T00:45:34.300Z] #41 42.12 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-18T00:45:34.300Z] #41 42.14 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-18T00:45:34.300Z] #41 42.45 Selecting previously unselected package python-six. [2020-11-18T00:45:34.300Z] #41 42.46 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-18T00:45:34.300Z] #41 42.49 Unpacking python-six (1.12.0-1) ... [2020-11-18T00:45:34.300Z] #41 42.65 Selecting previously unselected package python-protobuf. [2020-11-18T00:45:34.300Z] #41 42.65 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-11-18T00:45:34.300Z] #41 42.67 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-18T00:45:34.300Z] #41 43.30 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-18T00:45:34.300Z] #41 48.57 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-18T00:45:34.300Z] #41 48.57 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-18T00:45:34.300Z] #41 48.57 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-18T00:45:34.300Z] #41 48.59 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-18T00:45:34.300Z] #41 48.59 Setting up python-six (1.12.0-1) ... [2020-11-18T00:45:34.300Z] #41 ... [2020-11-18T00:45:34.300Z] [2020-11-18T00:45:34.300Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:45:34.300Z] #12 42.53 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-11-18T00:45:34.300Z] #12 42.54 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-11-18T00:45:34.300Z] #12 42.54 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-18T00:45:34.300Z] #12 42.55 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-11-18T00:45:34.300Z] #12 42.57 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-11-18T00:45:34.300Z] #12 42.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-11-18T00:45:34.300Z] #12 42.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-11-18T00:45:34.300Z] #12 42.59 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-11-18T00:45:34.300Z] #12 42.60 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-11-18T00:45:34.300Z] #12 42.62 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-11-18T00:45:34.300Z] #12 42.63 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-11-18T00:45:34.300Z] #12 42.66 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-11-18T00:45:34.300Z] #12 42.69 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-11-18T00:45:34.300Z] #12 42.69 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-11-18T00:45:34.300Z] #12 42.74 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-11-18T00:45:34.300Z] #12 44.39 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:45:34.300Z] #12 44.64 Fetched 78.9 MB in 7s (10.8 MB/s) [2020-11-18T00:45:34.300Z] #12 44.89 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-18T00:45:34.300Z] #12 44.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-18T00:45:34.300Z] #12 44.97 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-11-18T00:45:34.300Z] #12 44.99 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-18T00:45:34.300Z] #12 48.39 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-18T00:45:34.300Z] #12 48.39 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-11-18T00:45:34.300Z] #12 48.39 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-18T00:45:34.300Z] #12 51.55 Selecting previously unselected package binutils-mingw-w64. [2020-11-18T00:45:34.300Z] #12 51.55 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-18T00:45:34.300Z] #12 51.56 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-18T00:45:34.300Z] #12 51.71 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-11-18T00:45:34.300Z] #12 51.71 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-18T00:45:34.300Z] #12 51.74 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-18T00:45:34.454Z] #32 ... [2020-11-18T00:45:34.454Z] [2020-11-18T00:45:34.454Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:34.454Z] #56 15.29 Checking out files: 87% (694/794) Checking out files: 88% (699/794) Checking out files: 89% (707/794) Checking out files: 90% (715/794) Checking out files: 91% (723/794) Checking out files: 92% (731/794) Checking out files: 93% (739/794) Checking out files: 94% (747/794) Checking out files: 95% (755/794) Checking out files: 96% (763/794) Checking out files: 97% (771/794) Checking out files: 98% (779/794) Checking out files: 99% (787/794) Checking out files: 100% (794/794) Checking out files: 100% (794/794), done. [2020-11-18T00:45:34.454Z] #56 15.52 + cd /tmp/tmp.fQnusnKvx9/src/github.com/rootless-containers/rootlesskit [2020-11-18T00:45:34.454Z] #56 15.52 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:45:34.454Z] #56 16.09 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-18T00:45:34.454Z] #56 16.09 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-18T00:45:34.610Z] #12 51.92 Selecting previously unselected package dmsetup. [2020-11-18T00:45:34.610Z] #12 51.95 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-11-18T00:45:34.610Z] #12 51.96 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-18T00:45:34.910Z] #12 52.24 Selecting previously unselected package mingw-w64-common. [2020-11-18T00:45:34.910Z] #12 52.24 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-18T00:45:34.910Z] #12 52.25 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-18T00:45:35.556Z] #12 ... [2020-11-18T00:45:35.556Z] [2020-11-18T00:45:35.556Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:45:35.556Z] #44 42.94 internal/reflectlite [2020-11-18T00:45:35.556Z] #44 42.95 github.com/LK4D4/vndr/godl/singleflight [2020-11-18T00:45:35.556Z] #44 42.96 math/rand [2020-11-18T00:45:35.556Z] #44 42.96 internal/singleflight [2020-11-18T00:45:35.556Z] #44 47.64 sort [2020-11-18T00:45:35.556Z] #44 47.68 strconv [2020-11-18T00:45:35.556Z] #44 47.74 io [2020-11-18T00:45:35.556Z] #44 47.82 syscall [2020-11-18T00:45:35.556Z] #44 51.12 vendor/golang.org/x/net/dns/dnsmessage [2020-11-18T00:45:35.556Z] #44 51.82 bytes [2020-11-18T00:45:35.556Z] #44 ... [2020-11-18T00:45:35.556Z] [2020-11-18T00:45:35.556Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:45:35.556Z] #35 43.02 Selecting previously unselected package libicu63:ppc64el. [2020-11-18T00:45:35.556Z] #35 43.03 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-18T00:45:35.556Z] #35 43.04 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-18T00:45:35.556Z] #35 50.76 Selecting previously unselected package libxml2:ppc64el. [2020-11-18T00:45:35.556Z] #35 50.77 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-11-18T00:45:35.556Z] #35 50.79 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-18T00:45:35.556Z] #35 51.37 Selecting previously unselected package libarchive13:ppc64el. [2020-11-18T00:45:35.556Z] #35 51.38 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-11-18T00:45:35.556Z] #35 51.39 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-18T00:45:35.556Z] #35 51.79 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-11-18T00:45:35.556Z] #35 51.81 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-11-18T00:45:35.556Z] #35 51.81 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-18T00:45:35.556Z] #35 51.92 Selecting previously unselected package librhash0:ppc64el. [2020-11-18T00:45:35.556Z] #35 51.92 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-11-18T00:45:35.556Z] #35 51.94 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-11-18T00:45:35.556Z] #35 52.14 Selecting previously unselected package libuv1:ppc64el. [2020-11-18T00:45:35.556Z] #35 52.15 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-11-18T00:45:35.556Z] #35 52.15 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-11-18T00:45:35.556Z] #35 52.27 Selecting previously unselected package cmake. [2020-11-18T00:45:35.556Z] #35 52.29 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-11-18T00:45:35.556Z] #35 52.30 Unpacking cmake (3.13.4-1) ... [2020-11-18T00:45:35.855Z] #35 ... [2020-11-18T00:45:35.855Z] [2020-11-18T00:45:35.855Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:45:35.855Z] #41 53.00 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-18T00:45:35.855Z] #41 53.00 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-18T00:45:35.855Z] #41 53.01 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-18T00:45:35.855Z] #41 53.01 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-11-18T00:45:35.855Z] #41 53.02 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-18T00:45:35.855Z] #41 53.02 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-18T00:45:35.855Z] #41 53.03 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-18T00:45:35.855Z] #41 53.04 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-18T00:45:35.855Z] #41 53.05 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-18T00:45:35.855Z] #41 53.06 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-18T00:45:36.380Z] #56 ... [2020-11-18T00:45:36.380Z] [2020-11-18T00:45:36.380Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:45:36.380Z] #30 8.749 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-18T00:45:36.380Z] #30 8.755 Cloning into '.'... [2020-11-18T00:45:36.380Z] #30 ... [2020-11-18T00:45:36.380Z] [2020-11-18T00:45:36.380Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:36.380Z] #45 12.58 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:45:36.380Z] #45 12.69 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-18T00:45:36.380Z] #45 12.82 go: downloading github.com/pkg/errors v0.9.1 [2020-11-18T00:45:36.380Z] #45 12.87 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:45:36.380Z] #45 12.97 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:45:36.380Z] #45 13.05 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:45:36.380Z] #45 13.15 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:45:36.380Z] #45 13.17 go: extracting github.com/pkg/errors v0.9.1 [2020-11-18T00:45:36.380Z] #45 13.28 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:45:36.380Z] #45 13.49 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:45:36.380Z] #45 13.72 go: downloading github.com/fatih/color v1.9.0 [2020-11-18T00:45:36.380Z] #45 13.91 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:45:36.380Z] #45 13.98 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:45:36.380Z] #45 14.75 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-18T00:45:36.380Z] #45 14.81 go: extracting github.com/fatih/color v1.9.0 [2020-11-18T00:45:36.380Z] #45 14.85 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:45:36.380Z] #45 14.85 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:45:36.380Z] #45 15.31 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:45:36.380Z] #45 15.35 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:45:36.380Z] #45 16.92 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:45:36.380Z] #45 18.92 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:45:36.456Z] ok github.com/docker/docker/api/server 0.040s coverage: 9.0% of statements [2020-11-18T00:45:36.915Z] #41 ... [2020-11-18T00:45:36.915Z] [2020-11-18T00:45:36.915Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:36.915Z] #33 44.27 sort [2020-11-18T00:45:36.915Z] #33 44.28 errors [2020-11-18T00:45:36.915Z] #33 45.05 strconv [2020-11-18T00:45:36.915Z] #33 45.06 internal/oserror [2020-11-18T00:45:36.915Z] #33 45.06 io [2020-11-18T00:45:36.915Z] #33 45.17 syscall [2020-11-18T00:45:36.915Z] #33 48.86 bytes [2020-11-18T00:45:36.915Z] #33 48.87 strings [2020-11-18T00:45:36.915Z] #33 ... [2020-11-18T00:45:36.915Z] [2020-11-18T00:45:36.915Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:45:36.915Z] #31 45.99 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-18T00:45:36.915Z] #31 46.22 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-18T00:45:36.915Z] #31 47.29 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-18T00:45:37.333Z] #45 ... [2020-11-18T00:45:37.333Z] [2020-11-18T00:45:37.333Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:37.333Z] #47 19.71 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-18T00:45:37.333Z] #47 19.93 go: downloading github.com/pkg/errors v0.8.1 [2020-11-18T00:45:37.565Z] #31 ... [2020-11-18T00:45:37.565Z] [2020-11-18T00:45:37.565Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:45:37.565Z] #35 54.80 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-18T00:45:37.565Z] #35 54.82 Setting up xxd (2:8.1.0875-5) ... [2020-11-18T00:45:37.565Z] #35 54.83 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-11-18T00:45:37.565Z] #35 54.83 Setting up vim-common (2:8.1.0875-5) ... [2020-11-18T00:45:37.565Z] #35 54.87 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-11-18T00:45:37.565Z] #35 54.88 Setting up cmake-data (3.13.4-1) ... [2020-11-18T00:45:37.565Z] #35 54.89 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-18T00:45:37.565Z] #35 54.90 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-18T00:45:37.565Z] #35 54.94 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-18T00:45:37.565Z] #35 54.94 Setting up cmake (3.13.4-1) ... [2020-11-18T00:45:37.565Z] #35 54.95 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:45:37.602Z] #47 20.13 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:45:37.602Z] #47 20.14 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:45:37.602Z] #47 20.34 go: extracting github.com/pkg/errors v0.8.1 [2020-11-18T00:45:37.865Z] #47 20.35 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:45:37.865Z] #47 20.41 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:45:37.865Z] #47 20.41 go: downloading github.com/spf13/viper v1.6.1 [2020-11-18T00:45:37.865Z] #47 20.41 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:45:37.865Z] #47 20.42 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:45:37.865Z] #47 20.42 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:45:37.865Z] #47 20.50 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-18T00:45:37.865Z] #47 20.53 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:45:37.865Z] #47 20.62 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:45:37.872Z] #35 55.09 Processing triggers for mime-support (3.62) ... [2020-11-18T00:45:38.191Z] #47 20.70 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:45:38.191Z] #47 20.82 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:45:38.191Z] #47 20.84 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:45:38.330Z] #35 DONE 55.4s [2020-11-18T00:45:38.330Z] [2020-11-18T00:45:38.330Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:38.330Z] #33 55.49 reflect [2020-11-18T00:45:38.462Z] #47 20.98 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:45:38.462Z] #47 20.98 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:45:38.724Z] #47 ... [2020-11-18T00:45:38.725Z] [2020-11-18T00:45:38.725Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:45:38.725Z] #53 11.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:45:38.725Z] #53 14.30 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:45:38.725Z] #53 17.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:45:38.725Z] #53 ... [2020-11-18T00:45:38.725Z] [2020-11-18T00:45:38.725Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:38.725Z] #47 21.37 go: extracting github.com/spf13/viper v1.6.1 [2020-11-18T00:45:38.987Z] #47 21.55 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:45:38.988Z] #47 21.56 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:45:38.988Z] #47 ... [2020-11-18T00:45:38.988Z] [2020-11-18T00:45:38.988Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:45:38.988Z] #43 11.52 + cd /tmp/tmp.5yZP5Xb17x/src/github.com/LK4D4/vndr [2020-11-18T00:45:38.988Z] #43 11.52 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:45:38.988Z] #43 11.59 + go build -buildmode=pie -v -o /build/vndr . [2020-11-18T00:45:38.988Z] #43 13.83 runtime/internal/sys [2020-11-18T00:45:38.988Z] #43 13.89 internal/cpu [2020-11-18T00:45:38.988Z] #43 14.63 internal/race [2020-11-18T00:45:38.988Z] #43 14.91 sync/atomic [2020-11-18T00:45:38.988Z] #43 15.06 internal/bytealg [2020-11-18T00:45:38.988Z] #43 15.54 unicode [2020-11-18T00:45:38.988Z] #43 16.56 runtime [2020-11-18T00:45:38.988Z] #43 20.89 unicode/utf8 [2020-11-18T00:45:38.988Z] #43 ... [2020-11-18T00:45:38.988Z] [2020-11-18T00:45:38.988Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:38.988Z] #45 21.58 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:45:39.252Z] #45 ... [2020-11-18T00:45:39.252Z] [2020-11-18T00:45:39.252Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:45:39.252Z] #40 11.85 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:45:39.252Z] #40 16.20 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:45:39.252Z] #40 20.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:45:39.252Z] #40 ... [2020-11-18T00:45:39.252Z] [2020-11-18T00:45:39.252Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:39.252Z] #47 22.04 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:45:39.252Z] #47 22.09 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:45:39.391Z] #33 56.82 bufio [2020-11-18T00:45:39.426Z] #27 DONE 17.2s [2020-11-18T00:45:39.426Z] [2020-11-18T00:45:39.426Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-18T00:45:39.426Z] #9 DONE 8.1s [2020-11-18T00:45:39.426Z] [2020-11-18T00:45:39.426Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-18T00:45:39.682Z] #10 DONE 1.3s [2020-11-18T00:45:39.682Z] [2020-11-18T00:45:39.682Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-18T00:45:39.682Z] #29 DONE 0.1s [2020-11-18T00:45:39.682Z] [2020-11-18T00:45:39.682Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:45:39.826Z] #47 22.38 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:45:39.826Z] #47 22.40 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:45:39.826Z] #47 22.65 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:45:39.941Z] #30 ... [2020-11-18T00:45:39.941Z] [2020-11-18T00:45:39.941Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-18T00:45:39.941Z] #37 DONE 0.1s [2020-11-18T00:45:39.941Z] [2020-11-18T00:45:39.941Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:45:40.089Z] #47 22.67 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:45:40.351Z] #47 22.83 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:45:41.297Z] #47 ... [2020-11-18T00:45:41.297Z] [2020-11-18T00:45:41.297Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:45:41.297Z] #34 13.93 Fetched 8401 kB in 9s (906 kB/s) [2020-11-18T00:45:41.560Z] #34 13.93 Reading package lists... [2020-11-18T00:45:41.560Z] #34 ... [2020-11-18T00:45:41.560Z] [2020-11-18T00:45:41.560Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:41.560Z] #49 24.00 + cd /tmp/tmp.jhKDtwmxi4/src/github.com/mvdan/sh [2020-11-18T00:45:41.560Z] #49 24.00 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:45:41.560Z] #49 24.14 + GO111MODULE=on [2020-11-18T00:45:41.560Z] #49 24.14 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-18T00:45:42.177Z] #33 59.02 path [2020-11-18T00:45:42.477Z] #33 ... [2020-11-18T00:45:42.477Z] [2020-11-18T00:45:42.477Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:45:42.477Z] #41 59.73 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-18T00:45:42.477Z] #41 59.73 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:45:42.477Z] #41 DONE 60.0s [2020-11-18T00:45:42.514Z] #49 ... [2020-11-18T00:45:42.514Z] [2020-11-18T00:45:42.514Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:45:42.514Z] #11 14.95 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:45:42.514Z] #11 18.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:45:42.514Z] #11 ... [2020-11-18T00:45:42.514Z] [2020-11-18T00:45:42.514Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:45:42.514Z] #34 13.93 Reading package lists... [2020-11-18T00:45:42.778Z] [2020-11-18T00:45:42.779Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:45:44.325Z] #42 1.782 Note: Building without setproctitle() and strlcpy() support. [2020-11-18T00:45:44.325Z] #42 1.782 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-18T00:45:44.325Z] #42 1.795 Note: Building without GnuTLS support [2020-11-18T00:45:44.325Z] #42 1.818 Makefile.config:39: Warn: you have no libnftables installed [2020-11-18T00:45:44.325Z] #42 1.818 Makefile.config:40: Warn: Building without nftables support [2020-11-18T00:45:45.871Z] #42 3.313 fatal: not a git repository (or any of the parent directories): .git [2020-11-18T00:45:45.871Z] #42 3.349 GEN .gitid [2020-11-18T00:45:45.871Z] #42 3.387 GEN criu/include/version.h [2020-11-18T00:45:46.172Z] #42 3.452 GEN include/common/asm [2020-11-18T00:45:46.492Z] #38 ... [2020-11-18T00:45:46.492Z] [2020-11-18T00:45:46.492Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:45:46.492Z] #34 5.692 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:45:46.492Z] #34 5.773 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:45:46.492Z] #34 5.865 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:45:46.492Z] #34 6.033 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:45:46.492Z] #34 ... [2020-11-18T00:45:46.492Z] [2020-11-18T00:45:46.492Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:46.492Z] #47 5.985 + RM_GOPATH=0 [2020-11-18T00:45:46.492Z] #47 5.985 + TMP_GOPATH= [2020-11-18T00:45:46.492Z] #47 5.985 + : /build [2020-11-18T00:45:46.492Z] #47 5.985 + '[' -z '' ']' [2020-11-18T00:45:46.492Z] #47 5.985 ++ mktemp -d [2020-11-18T00:45:46.492Z] #47 5.985 + export GOPATH=/tmp/tmp.s4Qo2MdmSv [2020-11-18T00:45:46.492Z] #47 5.985 + GOPATH=/tmp/tmp.s4Qo2MdmSv [2020-11-18T00:45:46.492Z] #47 5.985 + RM_GOPATH=1 [2020-11-18T00:45:46.492Z] #47 5.985 + case "$(go env GOARCH)" in [2020-11-18T00:45:46.492Z] #47 5.985 ++ go env GOARCH [2020-11-18T00:45:46.492Z] #47 5.989 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:46.492Z] #47 5.989 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:46.492Z] #47 5.989 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:46.492Z] #47 5.989 + dir=/tmp/install [2020-11-18T00:45:46.492Z] #47 5.989 + bin=golangci_lint [2020-11-18T00:45:46.492Z] #47 5.989 + shift [2020-11-18T00:45:46.492Z] #47 5.989 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-18T00:45:46.492Z] #47 5.989 + . /tmp/install/golangci_lint.installer [2020-11-18T00:45:46.492Z] #47 5.989 ++ : v1.23.8 [2020-11-18T00:45:46.492Z] #47 5.989 + install_golangci_lint [2020-11-18T00:45:46.492Z] #47 5.989 + set -e [2020-11-18T00:45:46.492Z] #47 5.989 + export GO111MODULE=on [2020-11-18T00:45:46.492Z] #47 5.989 + GO111MODULE=on [2020-11-18T00:45:46.492Z] #47 5.989 + GOBIN=/build [2020-11-18T00:45:46.492Z] #47 5.989 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-18T00:45:46.492Z] #47 6.044 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-18T00:45:46.492Z] #47 6.044 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-18T00:45:46.492Z] #47 6.049 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:45:46.492Z] #47 6.049 go: finding github.com/golangci v1.23.8 [2020-11-18T00:45:46.492Z] #47 6.049 go: finding github.com v1.23.8 [2020-11-18T00:45:46.492Z] #47 6.719 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:45:46.492Z] #47 ... [2020-11-18T00:45:46.492Z] [2020-11-18T00:45:46.492Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:45:46.492Z] #38 6.756 + git clone https://github.com/docker/distribution.git . [2020-11-18T00:45:46.492Z] #38 6.756 Cloning into '.'... [2020-11-18T00:45:47.687Z] #34 25.85 Reading package lists... [2020-11-18T00:45:47.688Z] #34 ... [2020-11-18T00:45:47.688Z] [2020-11-18T00:45:47.688Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:48.288Z] #42 ... [2020-11-18T00:45:48.288Z] [2020-11-18T00:45:48.288Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:45:48.288Z] #36 0.341 + RM_GOPATH=0 [2020-11-18T00:45:48.288Z] #36 0.341 + TMP_GOPATH= [2020-11-18T00:45:48.288Z] #36 0.341 + : /build [2020-11-18T00:45:48.288Z] #36 0.341 + '[' -z '' ']' [2020-11-18T00:45:48.288Z] #36 0.343 ++ mktemp -d [2020-11-18T00:45:48.288Z] #36 0.345 + export GOPATH=/tmp/tmp.ysHkd18hWf [2020-11-18T00:45:48.288Z] #36 0.345 + GOPATH=/tmp/tmp.ysHkd18hWf [2020-11-18T00:45:48.288Z] #36 0.345 + RM_GOPATH=1 [2020-11-18T00:45:48.288Z] #36 0.345 + case "$(go env GOARCH)" in [2020-11-18T00:45:48.288Z] #36 0.346 ++ go env GOARCH [2020-11-18T00:45:48.288Z] #36 0.354 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:48.288Z] #36 0.355 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:48.288Z] #36 0.373 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:48.288Z] #36 0.375 + dir=/tmp/install [2020-11-18T00:45:48.288Z] #36 0.375 + bin=tini [2020-11-18T00:45:48.288Z] #36 0.375 + shift [2020-11-18T00:45:48.288Z] #36 0.375 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-18T00:45:48.288Z] #36 0.375 + . /tmp/install/tini.installer [2020-11-18T00:45:48.288Z] #36 0.376 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:45:48.288Z] #36 0.377 + install_tini [2020-11-18T00:45:48.288Z] #36 0.377 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-18T00:45:48.288Z] #36 0.377 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:45:48.288Z] #36 0.378 + git clone https://github.com/krallin/tini.git /tmp/tmp.ysHkd18hWf/tini [2020-11-18T00:45:48.288Z] #36 0.385 Cloning into '/tmp/tmp.ysHkd18hWf/tini'... [2020-11-18T00:45:48.288Z] #36 1.487 + cd /tmp/tmp.ysHkd18hWf/tini [2020-11-18T00:45:48.288Z] #36 1.499 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:45:48.288Z] #36 1.555 + cmake . [2020-11-18T00:45:48.288Z] #36 2.411 -- The C compiler identification is GNU 8.3.0 [2020-11-18T00:45:48.288Z] #36 2.515 -- Check for working C compiler: /usr/bin/cc [2020-11-18T00:45:48.288Z] #36 3.284 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-18T00:45:48.288Z] #36 3.287 -- Detecting C compiler ABI info [2020-11-18T00:45:48.288Z] #36 4.049 -- Detecting C compiler ABI info - done [2020-11-18T00:45:48.288Z] #36 4.096 -- Detecting C compile features [2020-11-18T00:45:48.288Z] #36 6.413 -- Detecting C compile features - done [2020-11-18T00:45:48.288Z] #36 6.444 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-18T00:45:48.288Z] #36 6.713 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-18T00:45:48.288Z] #36 6.900 -- Configuring done [2020-11-18T00:45:48.288Z] #36 6.978 -- Generating done [2020-11-18T00:45:48.288Z] #36 6.983 -- Build files have been written to: /tmp/tmp.ysHkd18hWf/tini [2020-11-18T00:45:48.288Z] #36 6.992 + make tini-static [2020-11-18T00:45:48.288Z] #36 7.294 Scanning dependencies of target tini-static [2020-11-18T00:45:48.288Z] #36 7.381 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-18T00:45:48.288Z] #36 9.451 [100%] Linking C executable tini-static [2020-11-18T00:45:48.288Z] #36 10.32 [100%] Built target tini-static [2020-11-18T00:45:48.288Z] #36 10.39 + mkdir -p /build [2020-11-18T00:45:48.288Z] #36 10.40 + cp tini-static /build/docker-init [2020-11-18T00:45:48.288Z] #36 ... [2020-11-18T00:45:48.288Z] [2020-11-18T00:45:48.288Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:45:48.288Z] #42 5.817 PBCC images/timens.pb-c.c [2020-11-18T00:45:48.288Z] #42 5.901 DEP images/timens.pb-c.d [2020-11-18T00:45:48.590Z] #42 ... [2020-11-18T00:45:48.590Z] [2020-11-18T00:45:48.590Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:45:48.590Z] #36 DONE 10.5s [2020-11-18T00:45:48.590Z] [2020-11-18T00:45:48.590Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:45:48.590Z] #42 5.995 PBCC images/fown.pb-c.c [2020-11-18T00:45:48.590Z] #42 6.059 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-18T00:45:48.891Z] #42 6.242 PBCC images/opts.pb-c.c [2020-11-18T00:45:48.891Z] #42 6.403 PBCC images/memfd.pb-c.c [2020-11-18T00:45:49.000Z] #62 30.10 Checking out files: 44% (841/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: 88% (1678/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-11-18T00:45:49.000Z] #62 31.63 + cd /tmp/tmp.1rM7UOHt0W/src/github.com/docker/libnetwork [2020-11-18T00:45:49.000Z] #62 31.63 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:45:49.207Z] #42 6.508 DEP images/fown.pb-c.d [2020-11-18T00:45:49.207Z] #42 6.531 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-18T00:45:49.207Z] #42 6.584 DEP images/opts.pb-c.d [2020-11-18T00:45:49.207Z] #42 6.612 DEP images/memfd.pb-c.d [2020-11-18T00:45:49.207Z] #42 6.644 PBCC images/sit.pb-c.c [2020-11-18T00:45:49.207Z] #42 6.675 DEP images/sit.pb-c.d [2020-11-18T00:45:49.207Z] #42 6.712 PBCC images/macvlan.pb-c.c [2020-11-18T00:45:49.263Z] #62 ... [2020-11-18T00:45:49.263Z] [2020-11-18T00:45:49.263Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:45:49.263Z] #43 21.83 math [2020-11-18T00:45:49.263Z] #43 27.57 unicode/utf16 [2020-11-18T00:45:49.263Z] #43 28.02 container/list [2020-11-18T00:45:49.263Z] #43 29.26 crypto/internal/subtle [2020-11-18T00:45:49.263Z] #43 29.59 crypto/subtle [2020-11-18T00:45:49.263Z] #43 30.07 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-18T00:45:49.263Z] #43 30.24 internal/nettrace [2020-11-18T00:45:49.263Z] #43 30.66 runtime/cgo [2020-11-18T00:45:49.263Z] #43 ... [2020-11-18T00:45:49.263Z] [2020-11-18T00:45:49.263Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:45:49.507Z] #42 6.735 DEP images/macvlan.pb-c.d [2020-11-18T00:45:49.507Z] #42 6.777 PBCC images/autofs.pb-c.c [2020-11-18T00:45:49.507Z] #42 6.844 DEP images/autofs.pb-c.d [2020-11-18T00:45:49.507Z] #42 6.937 PBCC images/sysctl.pb-c.c [2020-11-18T00:45:49.507Z] #42 6.988 DEP images/sysctl.pb-c.d [2020-11-18T00:45:49.771Z] #38 ... [2020-11-18T00:45:49.771Z] [2020-11-18T00:45:49.771Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:49.771Z] #56 6.242 + RM_GOPATH=0 [2020-11-18T00:45:49.771Z] #56 6.242 + TMP_GOPATH= [2020-11-18T00:45:49.771Z] #56 6.242 + : /build [2020-11-18T00:45:49.771Z] #56 6.242 + '[' -z '' ']' [2020-11-18T00:45:49.771Z] #56 6.242 ++ mktemp -d [2020-11-18T00:45:49.771Z] #56 6.242 + export GOPATH=/tmp/tmp.D2mhM5sPyY [2020-11-18T00:45:49.771Z] #56 6.242 + GOPATH=/tmp/tmp.D2mhM5sPyY [2020-11-18T00:45:49.771Z] #56 6.242 + RM_GOPATH=1 [2020-11-18T00:45:49.771Z] #56 6.242 + case "$(go env GOARCH)" in [2020-11-18T00:45:49.771Z] #56 6.242 ++ go env GOARCH [2020-11-18T00:45:49.771Z] #56 6.269 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:49.771Z] #56 6.269 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:49.771Z] #56 6.269 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:49.771Z] #56 6.269 + dir=/tmp/install [2020-11-18T00:45:49.771Z] #56 6.271 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:45:49.771Z] #56 6.271 + bin=rootlesskit [2020-11-18T00:45:49.771Z] #56 6.271 + shift [2020-11-18T00:45:49.771Z] #56 6.271 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-18T00:45:49.771Z] #56 6.271 + . /tmp/install/rootlesskit.installer [2020-11-18T00:45:49.771Z] #56 6.271 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:45:49.771Z] #56 6.271 + install_rootlesskit [2020-11-18T00:45:49.771Z] #56 6.271 + case "$1" in [2020-11-18T00:45:49.771Z] #56 6.271 + export CGO_ENABLED=0 [2020-11-18T00:45:49.771Z] #56 6.271 + CGO_ENABLED=0 [2020-11-18T00:45:49.771Z] #56 6.271 + _install_rootlesskit [2020-11-18T00:45:49.771Z] #56 6.271 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-18T00:45:49.771Z] #56 6.271 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.D2mhM5sPyY/src/github.com/rootless-containers/rootlesskit [2020-11-18T00:45:49.771Z] #56 6.282 Cloning into '/tmp/tmp.D2mhM5sPyY/src/github.com/rootless-containers/rootlesskit'... [2020-11-18T00:45:49.771Z] #56 ... [2020-11-18T00:45:49.771Z] [2020-11-18T00:45:49.771Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:49.771Z] #45 7.710 + RM_GOPATH=0 [2020-11-18T00:45:49.771Z] #45 7.710 + TMP_GOPATH= [2020-11-18T00:45:49.771Z] #45 7.710 + : /build [2020-11-18T00:45:49.771Z] #45 7.710 + '[' -z '' ']' [2020-11-18T00:45:49.771Z] #45 7.713 ++ mktemp -d [2020-11-18T00:45:49.771Z] #45 7.726 + export GOPATH=/tmp/tmp.pvICYUD8fs [2020-11-18T00:45:49.771Z] #45 7.726 + GOPATH=/tmp/tmp.pvICYUD8fs [2020-11-18T00:45:49.771Z] #45 7.726 + RM_GOPATH=1 [2020-11-18T00:45:49.771Z] #45 7.726 + case "$(go env GOARCH)" in [2020-11-18T00:45:49.771Z] #45 7.742 ++ go env GOARCH [2020-11-18T00:45:49.771Z] #45 7.808 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:49.771Z] #45 7.808 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:49.771Z] #45 7.808 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:49.771Z] #45 7.809 + dir=/tmp/install [2020-11-18T00:45:49.771Z] #45 7.809 + bin=gotestsum [2020-11-18T00:45:49.771Z] #45 7.809 + shift [2020-11-18T00:45:49.771Z] #45 7.809 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-18T00:45:49.771Z] #45 7.809 + . /tmp/install/gotestsum.installer [2020-11-18T00:45:49.771Z] #45 7.809 ++ : v0.5.3 [2020-11-18T00:45:49.771Z] #45 7.809 + install_gotestsum [2020-11-18T00:45:49.771Z] #45 7.809 + set -e [2020-11-18T00:45:49.771Z] #45 7.809 + export GO111MODULE=on [2020-11-18T00:45:49.771Z] #45 7.809 + GO111MODULE=on [2020-11-18T00:45:49.771Z] #45 7.809 + GOBIN=/build [2020-11-18T00:45:49.771Z] #45 7.809 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-18T00:45:49.771Z] #45 7.837 go: finding gotest.tools v0.5.3 [2020-11-18T00:45:49.771Z] #45 7.837 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-18T00:45:49.771Z] #45 9.942 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-18T00:45:49.807Z] #42 7.164 PBCC images/time.pb-c.c [2020-11-18T00:45:49.807Z] #42 7.231 DEP images/time.pb-c.d [2020-11-18T00:45:49.807Z] #42 7.354 PBCC images/binfmt-misc.pb-c.c [2020-11-18T00:45:49.807Z] #42 7.382 DEP images/binfmt-misc.pb-c.d [2020-11-18T00:45:50.046Z] #45 ... [2020-11-18T00:45:50.046Z] [2020-11-18T00:45:50.046Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:50.046Z] #62 6.032 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:45:50.046Z] #62 6.032 + RM_GOPATH=0 [2020-11-18T00:45:50.046Z] #62 6.032 + TMP_GOPATH= [2020-11-18T00:45:50.046Z] #62 6.032 + : /build [2020-11-18T00:45:50.046Z] #62 6.032 + '[' -z '' ']' [2020-11-18T00:45:50.046Z] #62 6.032 ++ mktemp -d [2020-11-18T00:45:50.046Z] #62 6.032 + export GOPATH=/tmp/tmp.X4jErliEMu [2020-11-18T00:45:50.046Z] #62 6.032 + GOPATH=/tmp/tmp.X4jErliEMu [2020-11-18T00:45:50.046Z] #62 6.032 + RM_GOPATH=1 [2020-11-18T00:45:50.046Z] #62 6.032 + case "$(go env GOARCH)" in [2020-11-18T00:45:50.046Z] #62 6.032 ++ go env GOARCH [2020-11-18T00:45:50.046Z] #62 6.032 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:50.046Z] #62 6.032 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:50.046Z] #62 6.032 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:50.046Z] #62 6.032 + dir=/tmp/install [2020-11-18T00:45:50.046Z] #62 6.032 + bin=proxy [2020-11-18T00:45:50.047Z] #62 6.032 + shift [2020-11-18T00:45:50.047Z] #62 6.032 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-18T00:45:50.047Z] #62 6.032 + . /tmp/install/proxy.installer [2020-11-18T00:45:50.047Z] #62 6.032 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:45:50.047Z] #62 6.032 + install_proxy [2020-11-18T00:45:50.047Z] #62 6.032 + case "$1" in [2020-11-18T00:45:50.047Z] #62 6.032 + export CGO_ENABLED=0 [2020-11-18T00:45:50.047Z] #62 6.032 + CGO_ENABLED=0 [2020-11-18T00:45:50.047Z] #62 6.032 + _install_proxy [2020-11-18T00:45:50.047Z] #62 6.032 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-18T00:45:50.047Z] #62 6.032 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.X4jErliEMu/src/github.com/docker/libnetwork [2020-11-18T00:45:50.047Z] #62 6.049 Cloning into '/tmp/tmp.X4jErliEMu/src/github.com/docker/libnetwork'... [2020-11-18T00:45:50.047Z] #62 ... [2020-11-18T00:45:50.047Z] [2020-11-18T00:45:50.047Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:45:50.047Z] #40 8.852 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:45:50.047Z] #40 8.921 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:45:50.047Z] #40 8.944 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:45:50.047Z] #40 9.941 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:45:50.107Z] #42 7.455 PBCC images/seccomp.pb-c.c [2020-11-18T00:45:50.107Z] #42 7.504 DEP images/seccomp.pb-c.d [2020-11-18T00:45:50.107Z] #42 7.527 PBCC images/userns.pb-c.c [2020-11-18T00:45:50.107Z] #42 7.552 DEP images/userns.pb-c.d [2020-11-18T00:45:50.107Z] #42 7.589 PBCC images/cgroup.pb-c.c [2020-11-18T00:45:50.107Z] #42 7.615 DEP images/cgroup.pb-c.d [2020-11-18T00:45:50.107Z] #42 7.664 PBCC images/ext-file.pb-c.c [2020-11-18T00:45:50.118Z] #38 31.94 Checking out files: 69% (1162/1665) Checking out files: 70% (1166/1665) Checking out files: 71% (1183/1665) Checking out files: 72% (1199/1665) Checking out files: 73% (1216/1665) Checking out files: 74% (1233/1665) Checking out files: 75% (1249/1665) Checking out files: 76% (1266/1665) Checking out files: 77% (1283/1665) Checking out files: 78% (1299/1665) Checking out files: 79% (1316/1665) Checking out files: 80% (1332/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-11-18T00:45:50.118Z] #38 32.51 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-18T00:45:50.118Z] #38 ... [2020-11-18T00:45:50.118Z] [2020-11-18T00:45:50.118Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:50.118Z] #32 22.69 internal/testlog [2020-11-18T00:45:50.118Z] #32 23.19 encoding [2020-11-18T00:45:50.118Z] #32 23.49 runtime/cgo [2020-11-18T00:45:50.118Z] #32 ... [2020-11-18T00:45:50.118Z] [2020-11-18T00:45:50.118Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:50.118Z] #47 25.07 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:45:50.118Z] #47 25.64 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:45:50.118Z] #47 25.73 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-18T00:45:50.118Z] #47 25.97 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-18T00:45:50.118Z] #47 26.03 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-18T00:45:50.118Z] #47 26.07 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-18T00:45:50.118Z] #47 26.19 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:45:50.118Z] #47 26.28 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:45:50.118Z] #47 26.39 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:45:50.118Z] #47 26.44 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:45:50.118Z] #47 26.63 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:45:50.118Z] #47 28.99 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:45:50.118Z] #47 29.05 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:45:50.118Z] #47 29.05 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:45:50.118Z] #47 29.05 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:45:50.118Z] #47 29.06 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:45:50.118Z] #47 29.06 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:45:50.118Z] #47 29.16 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:45:50.118Z] #47 29.17 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-18T00:45:50.118Z] #47 29.20 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:45:50.118Z] #47 29.30 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:45:50.118Z] #47 29.54 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:45:50.118Z] #47 29.71 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:45:50.118Z] #47 29.71 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:45:50.118Z] #47 29.71 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:45:50.118Z] #47 29.74 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:45:50.118Z] #47 29.82 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:45:50.118Z] #47 30.07 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:45:50.118Z] #47 30.08 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:45:50.118Z] #47 30.28 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:45:50.118Z] #47 30.28 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-18T00:45:50.118Z] #47 30.28 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:45:50.118Z] #47 30.37 go: downloading github.com/spf13/afero v1.1.2 [2020-11-18T00:45:50.118Z] #47 30.50 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:45:50.118Z] #47 30.99 go: downloading github.com/fatih/color v1.7.0 [2020-11-18T00:45:50.118Z] #47 31.26 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:45:50.118Z] #47 31.27 go: extracting github.com/spf13/afero v1.1.2 [2020-11-18T00:45:50.118Z] #47 31.33 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:45:50.118Z] #47 31.37 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:45:50.118Z] #47 31.65 go: downloading github.com/spf13/cast v1.3.0 [2020-11-18T00:45:50.118Z] #47 31.67 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:45:50.118Z] #47 31.68 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:45:50.118Z] #47 32.52 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:45:50.118Z] #47 32.53 go: extracting github.com/fatih/color v1.7.0 [2020-11-18T00:45:50.118Z] #47 32.56 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:45:50.118Z] #47 32.79 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-18T00:45:50.118Z] #47 32.79 go: extracting github.com/spf13/cast v1.3.0 [2020-11-18T00:45:50.118Z] #47 32.89 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:45:50.328Z] #40 ... [2020-11-18T00:45:50.328Z] [2020-11-18T00:45:50.328Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:50.328Z] #49 6.843 + RM_GOPATH=0 [2020-11-18T00:45:50.328Z] #49 6.843 + TMP_GOPATH= [2020-11-18T00:45:50.328Z] #49 6.843 + : /build [2020-11-18T00:45:50.328Z] #49 6.843 + '[' -z '' ']' [2020-11-18T00:45:50.328Z] #49 6.843 ++ mktemp -d [2020-11-18T00:45:50.328Z] #49 6.843 + export GOPATH=/tmp/tmp.sNXvgl8LnI [2020-11-18T00:45:50.328Z] #49 6.843 + GOPATH=/tmp/tmp.sNXvgl8LnI [2020-11-18T00:45:50.328Z] #49 6.843 + RM_GOPATH=1 [2020-11-18T00:45:50.328Z] #49 6.843 + case "$(go env GOARCH)" in [2020-11-18T00:45:50.328Z] #49 6.846 ++ go env GOARCH [2020-11-18T00:45:50.328Z] #49 6.889 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:50.328Z] #49 6.889 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:50.328Z] #49 6.889 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:50.328Z] #49 6.901 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:45:50.328Z] #49 6.902 + dir=/tmp/install [2020-11-18T00:45:50.328Z] #49 6.902 + bin=shfmt [2020-11-18T00:45:50.328Z] #49 6.902 + shift [2020-11-18T00:45:50.328Z] #49 6.902 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-18T00:45:50.328Z] #49 6.902 + . /tmp/install/shfmt.installer [2020-11-18T00:45:50.328Z] #49 6.902 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:45:50.328Z] #49 6.902 + install_shfmt [2020-11-18T00:45:50.328Z] #49 6.902 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-18T00:45:50.328Z] #49 6.902 + git clone https://github.com/mvdan/sh.git /tmp/tmp.sNXvgl8LnI/src/github.com/mvdan/sh [2020-11-18T00:45:50.328Z] #49 6.902 Cloning into '/tmp/tmp.sNXvgl8LnI/src/github.com/mvdan/sh'... [2020-11-18T00:45:50.328Z] #49 ... [2020-11-18T00:45:50.328Z] [2020-11-18T00:45:50.328Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:50.328Z] #22 7.591 + RM_GOPATH=0 [2020-11-18T00:45:50.328Z] #22 7.591 + TMP_GOPATH= [2020-11-18T00:45:50.328Z] #22 7.591 + : /build [2020-11-18T00:45:50.328Z] #22 7.591 + '[' -z '' ']' [2020-11-18T00:45:50.328Z] #22 7.591 ++ mktemp -d [2020-11-18T00:45:50.328Z] #22 7.614 + export GOPATH=/tmp/tmp.0SVw1o28q4 [2020-11-18T00:45:50.328Z] #22 7.614 + GOPATH=/tmp/tmp.0SVw1o28q4 [2020-11-18T00:45:50.328Z] #22 7.614 + RM_GOPATH=1 [2020-11-18T00:45:50.328Z] #22 7.614 + case "$(go env GOARCH)" in [2020-11-18T00:45:50.328Z] #22 7.614 ++ go env GOARCH [2020-11-18T00:45:50.328Z] #22 7.679 Install docker/cli version 17.06.2-ce from stable [2020-11-18T00:45:50.328Z] #22 7.679 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:50.328Z] #22 7.679 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:50.328Z] #22 7.679 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:50.328Z] #22 7.679 + dir=/tmp/install [2020-11-18T00:45:50.328Z] #22 7.679 + bin=dockercli [2020-11-18T00:45:50.328Z] #22 7.679 + shift [2020-11-18T00:45:50.328Z] #22 7.679 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-18T00:45:50.328Z] #22 7.679 + . /tmp/install/dockercli.installer [2020-11-18T00:45:50.328Z] #22 7.679 ++ : stable [2020-11-18T00:45:50.328Z] #22 7.679 ++ : 17.06.2-ce [2020-11-18T00:45:50.328Z] #22 7.679 + install_dockercli [2020-11-18T00:45:50.328Z] #22 7.679 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-18T00:45:50.328Z] #22 7.695 ++ uname -m [2020-11-18T00:45:50.328Z] #22 7.695 + arch=x86_64 [2020-11-18T00:45:50.328Z] #22 7.695 + '[' x86_64 '!=' x86_64 ']' [2020-11-18T00:45:50.328Z] #22 7.695 + url=https://download.docker.com/linux/static [2020-11-18T00:45:50.328Z] #22 7.695 + tar -xz docker/docker [2020-11-18T00:45:50.328Z] #22 7.695 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-18T00:45:50.381Z] #47 33.01 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:45:50.381Z] #47 33.01 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:45:50.407Z] #42 7.692 DEP images/ext-file.pb-c.d [2020-11-18T00:45:50.407Z] #42 7.756 PBCC images/rpc.pb-c.c [2020-11-18T00:45:50.407Z] #42 7.805 DEP images/rpc.pb-c.d [2020-11-18T00:45:50.407Z] #42 7.876 PBCC images/siginfo.pb-c.c [2020-11-18T00:45:50.407Z] #42 7.887 DEP images/siginfo.pb-c.d [2020-11-18T00:45:50.590Z] #22 ... [2020-11-18T00:45:50.591Z] [2020-11-18T00:45:50.591Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:45:50.591Z] #11 8.614 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:45:50.591Z] #11 8.732 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:45:50.591Z] #11 8.732 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:45:50.591Z] #11 ... [2020-11-18T00:45:50.591Z] [2020-11-18T00:45:50.591Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:45:50.591Z] #53 7.409 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:45:50.591Z] #53 7.515 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:45:50.591Z] #53 7.515 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:45:50.591Z] #53 9.428 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:45:50.643Z] #47 33.35 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:45:50.643Z] #47 33.37 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-18T00:45:50.643Z] #47 33.38 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:45:50.643Z] #47 33.41 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:45:50.708Z] #42 7.976 PBCC images/pagemap.pb-c.c [2020-11-18T00:45:50.708Z] #42 8.020 DEP images/pagemap.pb-c.d [2020-11-18T00:45:50.708Z] #42 8.078 PBCC images/rlimit.pb-c.c [2020-11-18T00:45:50.708Z] #42 8.093 DEP images/rlimit.pb-c.d [2020-11-18T00:45:50.708Z] #42 8.162 PBCC images/file-lock.pb-c.c [2020-11-18T00:45:50.708Z] #42 8.196 DEP images/file-lock.pb-c.d [2020-11-18T00:45:50.708Z] #42 ... [2020-11-18T00:45:50.708Z] [2020-11-18T00:45:50.708Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:45:50.708Z] #12 58.12 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-18T00:45:50.708Z] #12 58.14 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-18T00:45:50.708Z] #12 58.15 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-18T00:45:50.708Z] #12 65.11 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-18T00:45:50.708Z] #12 65.14 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-18T00:45:50.708Z] #12 65.15 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:45:50.708Z] #12 65.29 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-18T00:45:50.708Z] #12 65.29 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-18T00:45:50.708Z] #12 65.30 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:45:50.868Z] #53 ... [2020-11-18T00:45:50.868Z] [2020-11-18T00:45:50.868Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:45:50.868Z] #43 7.566 + RM_GOPATH=0 [2020-11-18T00:45:50.868Z] #43 7.566 + TMP_GOPATH= [2020-11-18T00:45:50.868Z] #43 7.566 + : /build [2020-11-18T00:45:50.868Z] #43 7.566 + '[' -z '' ']' [2020-11-18T00:45:50.868Z] #43 7.566 ++ mktemp -d [2020-11-18T00:45:50.868Z] #43 7.580 + export GOPATH=/tmp/tmp.HTxyxsDXq4 [2020-11-18T00:45:50.868Z] #43 7.580 + GOPATH=/tmp/tmp.HTxyxsDXq4 [2020-11-18T00:45:50.868Z] #43 7.580 + RM_GOPATH=1 [2020-11-18T00:45:50.868Z] #43 7.580 + case "$(go env GOARCH)" in [2020-11-18T00:45:50.868Z] #43 7.592 ++ go env GOARCH [2020-11-18T00:45:50.868Z] #43 7.695 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:50.868Z] #43 7.695 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:50.868Z] #43 7.695 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:50.868Z] #43 7.695 + dir=/tmp/install [2020-11-18T00:45:50.868Z] #43 7.695 + bin=vndr [2020-11-18T00:45:50.868Z] #43 7.695 + shift [2020-11-18T00:45:50.868Z] #43 7.695 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-18T00:45:50.868Z] #43 7.695 + . /tmp/install/vndr.installer [2020-11-18T00:45:50.868Z] #43 7.695 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:45:50.868Z] #43 7.695 + install_vndr [2020-11-18T00:45:50.868Z] #43 7.695 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-18T00:45:50.869Z] #43 7.695 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.HTxyxsDXq4/src/github.com/LK4D4/vndr [2020-11-18T00:45:50.869Z] #43 7.695 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:45:50.869Z] #43 7.708 Cloning into '/tmp/tmp.HTxyxsDXq4/src/github.com/LK4D4/vndr'... [2020-11-18T00:45:50.869Z] #43 9.145 + cd /tmp/tmp.HTxyxsDXq4/src/github.com/LK4D4/vndr [2020-11-18T00:45:50.869Z] #43 9.145 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-18T00:45:50.869Z] #43 9.172 + go build -buildmode=pie -v -o /build/vndr . [2020-11-18T00:45:50.869Z] #43 10.50 internal/cpu [2020-11-18T00:45:50.869Z] #43 10.51 runtime/internal/atomic [2020-11-18T00:45:50.869Z] #43 11.32 internal/race [2020-11-18T00:45:50.869Z] #43 ... [2020-11-18T00:45:50.869Z] [2020-11-18T00:45:50.869Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:50.869Z] #32 7.024 + RM_GOPATH=0 [2020-11-18T00:45:50.869Z] #32 7.024 + TMP_GOPATH= [2020-11-18T00:45:50.869Z] #32 7.024 + : /build [2020-11-18T00:45:50.869Z] #32 7.024 + '[' -z '' ']' [2020-11-18T00:45:50.869Z] #32 7.024 ++ mktemp -d [2020-11-18T00:45:50.869Z] #32 7.024 + export GOPATH=/tmp/tmp.DgpN6QaspM [2020-11-18T00:45:50.869Z] #32 7.024 + GOPATH=/tmp/tmp.DgpN6QaspM [2020-11-18T00:45:50.869Z] #32 7.024 + RM_GOPATH=1 [2020-11-18T00:45:50.869Z] #32 7.024 + case "$(go env GOARCH)" in [2020-11-18T00:45:50.869Z] #32 7.029 ++ go env GOARCH [2020-11-18T00:45:50.869Z] #32 7.057 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:50.869Z] #32 7.057 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:45:50.869Z] #32 7.057 ++ dirname /tmp/install/install.sh [2020-11-18T00:45:50.869Z] #32 7.075 + dir=/tmp/install [2020-11-18T00:45:50.869Z] #32 7.075 + bin=tomlv [2020-11-18T00:45:50.869Z] #32 7.075 + shift [2020-11-18T00:45:50.869Z] #32 7.075 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-18T00:45:50.869Z] #32 7.075 + . /tmp/install/tomlv.installer [2020-11-18T00:45:50.869Z] #32 7.075 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:45:50.869Z] #32 7.075 + install_tomlv [2020-11-18T00:45:50.869Z] #32 7.075 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-18T00:45:50.869Z] #32 7.075 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.DgpN6QaspM/src/github.com/BurntSushi/toml [2020-11-18T00:45:50.869Z] #32 7.075 Cloning into '/tmp/tmp.DgpN6QaspM/src/github.com/BurntSushi/toml'... [2020-11-18T00:45:50.869Z] #32 7.080 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:45:50.869Z] #32 8.513 + cd /tmp/tmp.DgpN6QaspM/src/github.com/BurntSushi/toml [2020-11-18T00:45:50.869Z] #32 8.513 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-18T00:45:50.869Z] #32 8.525 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-18T00:45:50.869Z] #32 10.03 internal/cpu [2020-11-18T00:45:50.869Z] #32 10.05 runtime/internal/atomic [2020-11-18T00:45:50.869Z] #32 10.65 runtime/internal/sys [2020-11-18T00:45:50.869Z] #32 10.84 runtime/internal/math [2020-11-18T00:45:50.869Z] #32 10.91 internal/bytealg [2020-11-18T00:45:50.869Z] #32 10.98 math/bits [2020-11-18T00:45:50.974Z] #47 33.45 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:45:50.974Z] #47 33.46 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:45:51.009Z] #12 ... [2020-11-18T00:45:51.009Z] [2020-11-18T00:45:51.009Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:45:51.009Z] #42 8.259 PBCC images/tty.pb-c.c [2020-11-18T00:45:51.009Z] #42 8.365 DEP images/tty.pb-c.d [2020-11-18T00:45:51.009Z] #42 8.468 PBCC images/tun.pb-c.c [2020-11-18T00:45:51.009Z] #42 ... [2020-11-18T00:45:51.009Z] [2020-11-18T00:45:51.009Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:45:51.009Z] #44 58.41 bufio [2020-11-18T00:45:51.009Z] #44 58.42 reflect [2020-11-18T00:45:51.009Z] #44 63.39 regexp/syntax [2020-11-18T00:45:51.009Z] #44 ... [2020-11-18T00:45:51.009Z] [2020-11-18T00:45:51.009Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:45:51.009Z] #42 8.540 PBCC images/netdev.pb-c.c [2020-11-18T00:45:51.009Z] #42 8.601 DEP images/tun.pb-c.d [2020-11-18T00:45:51.148Z] #32 ... [2020-11-18T00:45:51.148Z] [2020-11-18T00:45:51.148Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:51.148Z] #45 10.97 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-18T00:45:51.238Z] #47 33.67 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:45:51.238Z] #47 33.70 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-18T00:45:51.238Z] #47 33.72 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:45:51.238Z] #47 33.88 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:45:51.238Z] #47 33.94 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:45:51.238Z] #47 33.94 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-18T00:45:51.238Z] #47 33.95 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:45:51.238Z] #47 ... [2020-11-18T00:45:51.238Z] [2020-11-18T00:45:51.238Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:45:51.238Z] #53 33.99 Fetched 8401 kB in 26s (328 kB/s) [2020-11-18T00:45:51.307Z] #42 8.709 DEP images/netdev.pb-c.d [2020-11-18T00:45:51.307Z] #42 8.797 PBCC images/vma.pb-c.c [2020-11-18T00:45:51.307Z] #42 8.852 DEP images/vma.pb-c.d [2020-11-18T00:45:51.606Z] #42 8.911 PBCC images/creds.pb-c.c [2020-11-18T00:45:51.606Z] #42 8.933 DEP images/creds.pb-c.d [2020-11-18T00:45:51.606Z] #42 8.991 PBCC images/utsns.pb-c.c [2020-11-18T00:45:51.606Z] #42 9.018 DEP images/utsns.pb-c.d [2020-11-18T00:45:51.606Z] #42 9.069 PBCC images/ipc-desc.pb-c.c [2020-11-18T00:45:51.606Z] #42 9.087 PBCC images/ipc-sem.pb-c.c [2020-11-18T00:45:51.606Z] #42 9.123 DEP images/ipc-desc.pb-c.d [2020-11-18T00:45:51.904Z] #42 9.179 DEP images/ipc-sem.pb-c.d [2020-11-18T00:45:51.904Z] #42 9.259 PBCC images/ipc-msg.pb-c.c [2020-11-18T00:45:51.904Z] #42 ... [2020-11-18T00:45:51.904Z] [2020-11-18T00:45:51.904Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:51.904Z] #50 59.22 bufio [2020-11-18T00:45:51.904Z] #50 59.85 reflect [2020-11-18T00:45:51.904Z] #50 61.19 regexp/syntax [2020-11-18T00:45:51.905Z] #50 ... [2020-11-18T00:45:51.905Z] [2020-11-18T00:45:51.905Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:45:51.905Z] #42 9.280 DEP images/ipc-msg.pb-c.d [2020-11-18T00:45:51.905Z] #42 9.314 PBCC images/ipc-shm.pb-c.c [2020-11-18T00:45:51.905Z] #42 9.329 DEP images/ipc-shm.pb-c.d [2020-11-18T00:45:51.905Z] #42 9.351 PBCC images/ipc-var.pb-c.c [2020-11-18T00:45:51.905Z] #42 9.367 DEP images/ipc-var.pb-c.d [2020-11-18T00:45:51.905Z] #42 9.390 PBCC images/sk-opts.pb-c.c [2020-11-18T00:45:51.905Z] #42 9.409 PBCC images/packet-sock.pb-c.c [2020-11-18T00:45:51.905Z] #42 9.445 DEP images/sk-opts.pb-c.d [2020-11-18T00:45:51.905Z] #42 9.472 DEP images/packet-sock.pb-c.d [2020-11-18T00:45:52.204Z] #42 9.516 PBCC images/sk-netlink.pb-c.c [2020-11-18T00:45:52.204Z] #42 9.565 DEP images/sk-netlink.pb-c.d [2020-11-18T00:45:52.204Z] #42 9.616 PBCC images/sk-inet.pb-c.c [2020-11-18T00:45:52.204Z] #42 ... [2020-11-18T00:45:52.204Z] [2020-11-18T00:45:52.204Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:52.204Z] #46 DONE 69.7s [2020-11-18T00:45:52.204Z] [2020-11-18T00:45:52.204Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:45:52.204Z] #42 9.664 DEP images/sk-inet.pb-c.d [2020-11-18T00:45:52.204Z] #42 9.710 PBCC images/sk-unix.pb-c.c [2020-11-18T00:45:52.505Z] #42 9.766 DEP images/sk-unix.pb-c.d [2020-11-18T00:45:52.505Z] #42 9.855 PBCC images/mm.pb-c.c [2020-11-18T00:45:52.505Z] #42 9.932 DEP images/mm.pb-c.d [2020-11-18T00:45:52.505Z] #42 10.02 PBCC images/timerfd.pb-c.c [2020-11-18T00:45:52.505Z] #42 10.12 DEP images/timerfd.pb-c.d [2020-11-18T00:45:52.518Z] #45 12.88 go: downloading github.com/fatih/color v1.9.0 [2020-11-18T00:45:52.518Z] #45 12.89 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:45:52.518Z] #45 12.91 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:45:52.775Z] #45 13.03 go: downloading github.com/pkg/errors v0.9.1 [2020-11-18T00:45:52.775Z] #45 13.27 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-18T00:45:52.775Z] #45 13.27 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:45:52.775Z] #45 13.28 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:45:52.805Z] #42 10.24 PBCC images/timer.pb-c.c [2020-11-18T00:45:52.805Z] #42 10.33 DEP images/timer.pb-c.d [2020-11-18T00:45:53.106Z] #42 10.48 PBCC images/sa.pb-c.c [2020-11-18T00:45:53.106Z] #42 10.57 DEP images/sa.pb-c.d [2020-11-18T00:45:53.106Z] #42 10.66 PBCC images/pipe-data.pb-c.c [2020-11-18T00:45:53.338Z] #45 13.67 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:45:53.338Z] #45 13.68 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:45:53.406Z] #42 10.67 DEP images/pipe-data.pb-c.d [2020-11-18T00:45:53.406Z] #42 10.80 PBCC images/mnt.pb-c.c [2020-11-18T00:45:53.406Z] #42 10.94 DEP images/mnt.pb-c.d [2020-11-18T00:45:53.406Z] #42 ... [2020-11-18T00:45:53.406Z] [2020-11-18T00:45:53.406Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:53.406Z] #33 60.87 text/tabwriter [2020-11-18T00:45:53.406Z] #33 65.11 internal/syscall/execenv [2020-11-18T00:45:53.406Z] #33 65.13 internal/syscall/unix [2020-11-18T00:45:53.406Z] #33 65.14 time [2020-11-18T00:45:53.594Z] #45 13.83 go: extracting github.com/fatih/color v1.9.0 [2020-11-18T00:45:53.594Z] #45 13.83 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:45:53.594Z] #45 13.83 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:45:53.594Z] #45 13.84 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:45:53.594Z] #45 13.89 go: extracting github.com/pkg/errors v0.9.1 [2020-11-18T00:45:53.594Z] #45 14.09 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:45:53.602Z] Running on azwin-2-923750 in d:\jenkins\workspace\moby_PR-41620 [Pipeline] { [Pipeline] ws [2020-11-18T00:45:53.618Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-11-18T00:45:53.722Z] #33 ... [2020-11-18T00:45:53.722Z] [2020-11-18T00:45:53.722Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:45:53.722Z] #42 11.03 PBCC images/sk-packet.pb-c.c [2020-11-18T00:45:53.722Z] #42 11.06 DEP images/sk-packet.pb-c.d [2020-11-18T00:45:53.722Z] #42 11.23 PBCC images/tcp-stream.pb-c.c [2020-11-18T00:45:53.722Z] #42 11.31 DEP images/tcp-stream.pb-c.d [2020-11-18T00:45:54.013Z] #53 33.99 Reading package lists... [2020-11-18T00:45:54.013Z] #53 ... [2020-11-18T00:45:54.013Z] [2020-11-18T00:45:54.013Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:54.013Z] #49 26.12 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:45:54.013Z] #49 26.13 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:45:54.013Z] #49 26.21 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:45:54.013Z] #49 26.45 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:45:54.013Z] #49 26.58 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:45:54.013Z] #49 27.71 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:45:54.013Z] #49 28.65 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:45:54.013Z] #49 30.95 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:45:54.013Z] #49 33.17 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:45:54.013Z] #49 33.46 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:45:54.013Z] #49 33.62 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:45:54.013Z] #49 33.89 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:45:54.013Z] #49 35.33 runtime [2020-11-18T00:45:54.013Z] #49 35.37 runtime/cgo [2020-11-18T00:45:54.013Z] #49 ... [2020-11-18T00:45:54.013Z] [2020-11-18T00:45:54.013Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:45:54.013Z] #38 35.60 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-11-18T00:45:54.021Z] #42 11.34 PBCC images/pipe.pb-c.c [2020-11-18T00:45:54.021Z] #42 11.38 DEP images/pipe.pb-c.d [2020-11-18T00:45:54.021Z] #42 11.49 PBCC images/pstree.pb-c.c [2020-11-18T00:45:54.021Z] #42 11.50 DEP images/pstree.pb-c.d [2020-11-18T00:45:54.021Z] #42 11.59 PBCC images/fs.pb-c.c [2020-11-18T00:45:54.157Z] #45 14.49 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:45:54.322Z] #42 11.62 DEP images/fs.pb-c.d [2020-11-18T00:45:54.322Z] #42 11.71 PBCC images/signalfd.pb-c.c [2020-11-18T00:45:54.322Z] #42 11.78 DEP images/signalfd.pb-c.d [2020-11-18T00:45:54.322Z] #42 11.84 PBCC images/fh.pb-c.c [2020-11-18T00:45:54.336Z] #38 ... [2020-11-18T00:45:54.336Z] [2020-11-18T00:45:54.336Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:54.336Z] #45 26.87 go: finding github.com/fatih/color v1.9.0 [2020-11-18T00:45:54.336Z] #45 26.95 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:45:54.336Z] #45 27.09 go: finding github.com/pkg/errors v0.9.1 [2020-11-18T00:45:54.336Z] #45 27.14 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:45:54.336Z] #45 27.32 go: finding github.com/spf13/pflag v1.0.3 [2020-11-18T00:45:54.336Z] #45 27.36 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:45:54.336Z] #45 27.59 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:45:54.336Z] #45 27.88 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:45:54.336Z] #45 27.97 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:45:54.336Z] #45 28.02 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:45:54.336Z] #45 28.06 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:45:54.336Z] #45 ... [2020-11-18T00:45:54.336Z] [2020-11-18T00:45:54.336Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:54.336Z] #47 34.15 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:45:54.336Z] #47 34.17 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-18T00:45:54.336Z] #47 34.49 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-18T00:45:54.336Z] #47 34.52 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-18T00:45:54.336Z] #47 34.56 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:45:54.336Z] #47 34.74 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:45:54.336Z] #47 34.98 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:45:54.336Z] #47 35.38 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:45:54.336Z] #47 35.41 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:45:54.336Z] #47 35.60 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:45:54.336Z] #47 35.82 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:45:54.336Z] #47 35.87 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:45:54.336Z] #47 35.94 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:45:54.336Z] #47 35.94 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:45:54.336Z] #47 35.96 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-18T00:45:54.336Z] #47 36.06 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:45:54.336Z] #47 36.48 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-18T00:45:54.336Z] #47 36.65 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:45:54.336Z] #47 36.66 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:45:54.336Z] #47 36.84 go: downloading golang.org/x/text v0.3.2 [2020-11-18T00:45:54.414Z] #45 14.63 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:45:54.414Z] #45 14.68 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:45:54.621Z] #42 11.87 PBCC images/fsnotify.pb-c.c [2020-11-18T00:45:54.621Z] #42 11.97 DEP images/fh.pb-c.d [2020-11-18T00:45:54.621Z] #42 12.08 DEP images/fsnotify.pb-c.d [2020-11-18T00:45:54.621Z] #42 12.22 PBCC images/eventpoll.pb-c.c [2020-11-18T00:45:54.632Z] #47 37.17 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:45:54.632Z] #47 37.18 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:45:54.632Z] #47 37.24 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:45:54.632Z] #47 37.33 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:45:54.680Z] #45 15.07 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-18T00:45:54.920Z] #42 12.23 DEP images/eventpoll.pb-c.d [2020-11-18T00:45:54.920Z] #42 12.31 PBCC images/eventfd.pb-c.c [2020-11-18T00:45:54.920Z] #42 12.38 DEP images/eventfd.pb-c.d [2020-11-18T00:45:54.920Z] #42 12.42 PBCC images/remap-file-path.pb-c.c [2020-11-18T00:45:54.920Z] #42 12.45 DEP images/remap-file-path.pb-c.d [2020-11-18T00:45:55.220Z] #42 12.50 PBCC images/fifo.pb-c.c [2020-11-18T00:45:55.220Z] #42 12.53 DEP images/fifo.pb-c.d [2020-11-18T00:45:55.220Z] #42 12.57 PBCC images/ghost-file.pb-c.c [2020-11-18T00:45:55.220Z] #42 12.64 DEP images/ghost-file.pb-c.d [2020-11-18T00:45:55.220Z] #42 12.69 PBCC images/regfile.pb-c.c [2020-11-18T00:45:55.220Z] #42 12.77 DEP images/regfile.pb-c.d [2020-11-18T00:45:55.519Z] #42 12.87 PBCC images/ns.pb-c.c [2020-11-18T00:45:55.519Z] #42 12.93 DEP images/ns.pb-c.d [2020-11-18T00:45:55.519Z] #42 12.96 PBCC images/fdinfo.pb-c.c [2020-11-18T00:45:55.660Z] #47 38.28 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:45:55.660Z] #47 38.32 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-18T00:45:55.660Z] #47 38.36 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-18T00:45:55.820Z] #42 13.12 DEP images/fdinfo.pb-c.d [2020-11-18T00:45:55.820Z] #42 13.19 PBCC images/core-aarch64.pb-c.c [2020-11-18T00:45:55.820Z] #42 13.29 PBCC images/core-arm.pb-c.c [2020-11-18T00:45:55.925Z] #47 38.37 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:45:55.925Z] #47 38.56 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:45:55.925Z] #47 38.59 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-18T00:45:56.121Z] #42 13.36 PBCC images/core-ppc64.pb-c.c [2020-11-18T00:45:56.121Z] #42 13.47 PBCC images/core-s390.pb-c.c [2020-11-18T00:45:56.121Z] #42 13.54 PBCC images/core-x86.pb-c.c [2020-11-18T00:45:56.121Z] #42 13.61 PBCC images/core.pb-c.c [2020-11-18T00:45:56.121Z] #42 13.72 PBCC images/inventory.pb-c.c [2020-11-18T00:45:56.186Z] #47 38.90 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:45:56.421Z] #42 13.82 DEP images/core-aarch64.pb-c.d [2020-11-18T00:45:56.421Z] #42 13.92 DEP images/core-arm.pb-c.d [2020-11-18T00:45:56.421Z] #42 13.96 DEP images/core-ppc64.pb-c.d [2020-11-18T00:45:56.421Z] #42 14.02 DEP images/core-s390.pb-c.d [2020-11-18T00:45:56.449Z] #47 39.14 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-18T00:45:56.449Z] #47 39.25 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:45:56.711Z] #47 39.28 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:45:56.711Z] #47 39.40 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:45:56.721Z] #42 14.07 DEP images/core-x86.pb-c.d [2020-11-18T00:45:56.721Z] #42 14.13 DEP images/core.pb-c.d [2020-11-18T00:45:56.721Z] #42 14.18 DEP images/inventory.pb-c.d [2020-11-18T00:45:56.721Z] #42 14.22 PBCC images/cpuinfo.pb-c.c [2020-11-18T00:45:56.721Z] #42 14.26 DEP images/cpuinfo.pb-c.d [2020-11-18T00:45:56.984Z] #47 39.63 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:45:57.021Z] #42 14.30 PBCC images/stats.pb-c.c [2020-11-18T00:45:57.021Z] #42 14.32 DEP images/stats.pb-c.d [2020-11-18T00:45:57.204Z] #45 ... [2020-11-18T00:45:57.204Z] [2020-11-18T00:45:57.204Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:57.204Z] #47 7.390 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-18T00:45:57.204Z] #47 ... [2020-11-18T00:45:57.204Z] [2020-11-18T00:45:57.204Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:45:57.204Z] #30 7.448 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-18T00:45:57.204Z] #30 7.448 Cloning into '.'... [2020-11-18T00:45:57.309Z] #47 39.70 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:45:57.463Z] #30 ... [2020-11-18T00:45:57.463Z] [2020-11-18T00:45:57.463Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:57.463Z] #56 13.22 Checking out files: 85% (680/794) Checking out files: 86% (683/794) Checking out files: 87% (691/794) Checking out files: 88% (699/794) Checking out files: 89% (707/794) Checking out files: 90% (715/794) Checking out files: 91% (723/794) Checking out files: 92% (731/794) Checking out files: 93% (739/794) Checking out files: 94% (747/794) Checking out files: 95% (755/794) Checking out files: 96% (763/794) Checking out files: 97% (771/794) Checking out files: 98% (779/794) Checking out files: 99% (787/794) Checking out files: 100% (794/794) Checking out files: 100% (794/794), done. [2020-11-18T00:45:57.463Z] #56 13.48 + cd /tmp/tmp.D2mhM5sPyY/src/github.com/rootless-containers/rootlesskit [2020-11-18T00:45:57.463Z] #56 13.48 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-18T00:45:57.463Z] #56 13.98 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-18T00:45:57.463Z] #56 13.98 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-18T00:45:57.572Z] #47 40.22 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:45:57.834Z] #47 40.38 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:45:58.029Z] #56 ... [2020-11-18T00:45:58.029Z] [2020-11-18T00:45:58.029Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:45:58.029Z] #34 8.451 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:45:58.029Z] #34 12.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:45:58.096Z] #47 40.78 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-18T00:45:58.096Z] #47 40.83 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:45:58.288Z] #34 ... [2020-11-18T00:45:58.288Z] [2020-11-18T00:45:58.288Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:58.288Z] #47 18.19 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-18T00:45:58.288Z] #47 18.23 go: downloading github.com/pkg/errors v0.8.1 [2020-11-18T00:45:58.288Z] #47 18.26 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:45:58.288Z] #47 18.26 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:45:58.288Z] #47 18.27 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:45:58.288Z] #47 18.31 go: downloading github.com/spf13/viper v1.6.1 [2020-11-18T00:45:58.288Z] #47 18.32 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:45:58.288Z] #47 18.45 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:45:58.288Z] #47 18.45 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:45:58.288Z] #47 18.49 go: extracting github.com/pkg/errors v0.8.1 [2020-11-18T00:45:58.288Z] #47 18.51 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:45:58.546Z] #47 19.01 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:45:58.565Z] #42 16.02 make[1]: Nothing to be done for 'all'. [2020-11-18T00:45:58.670Z] #47 41.34 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:45:58.670Z] #47 41.35 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:45:58.670Z] #47 41.44 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:45:58.803Z] #47 19.09 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:45:58.803Z] #47 19.28 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-18T00:45:58.932Z] #47 41.56 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-18T00:45:58.932Z] #47 41.56 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:45:58.932Z] #47 41.64 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:45:58.932Z] #47 41.68 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:45:59.069Z] #47 19.41 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:45:59.069Z] #47 19.45 go: extracting github.com/spf13/viper v1.6.1 [2020-11-18T00:45:59.326Z] #47 19.61 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:45:59.326Z] #47 19.82 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:45:59.506Z] #47 42.17 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:45:59.506Z] #47 ... [2020-11-18T00:45:59.506Z] [2020-11-18T00:45:59.506Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:45:59.506Z] #62 32.20 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-18T00:45:59.583Z] #47 19.91 go: downloading github.com/spf13/cast v1.3.0 [2020-11-18T00:45:59.768Z] #62 ... [2020-11-18T00:45:59.768Z] [2020-11-18T00:45:59.768Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:45:59.768Z] #47 42.32 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:45:59.768Z] #47 42.33 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:45:59.768Z] #47 42.40 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:45:59.768Z] #47 42.49 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:45:59.768Z] #47 42.53 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:46:00.032Z] #47 42.54 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:46:00.032Z] #47 42.75 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:46:00.032Z] #47 42.79 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:46:00.148Z] #47 20.29 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:46:00.294Z] #47 43.02 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:46:00.406Z] #47 20.75 go: extracting github.com/spf13/cast v1.3.0 [2020-11-18T00:46:00.406Z] #47 20.82 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:46:00.663Z] #47 20.87 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:46:00.672Z] #42 17.79 CC images/stats.o [2020-11-18T00:46:00.673Z] #42 18.20 CC images/core.o [2020-11-18T00:46:01.240Z] #47 21.35 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:46:01.240Z] #47 21.60 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:46:01.240Z] #47 ... [2020-11-18T00:46:01.240Z] [2020-11-18T00:46:01.240Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:01.240Z] #43 11.64 internal/bytealg [2020-11-18T00:46:01.240Z] #43 11.82 sync/atomic [2020-11-18T00:46:01.240Z] #43 12.37 unicode [2020-11-18T00:46:01.240Z] #43 13.26 runtime [2020-11-18T00:46:01.240Z] #43 19.39 unicode/utf8 [2020-11-18T00:46:01.240Z] #43 20.73 internal/testlog [2020-11-18T00:46:01.240Z] #43 21.34 encoding [2020-11-18T00:46:01.240Z] #43 21.60 unicode/utf16 [2020-11-18T00:46:01.749Z] #42 18.97 CC images/core-x86.o [2020-11-18T00:46:01.805Z] #43 ... [2020-11-18T00:46:01.805Z] [2020-11-18T00:46:01.805Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:01.805Z] #11 11.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:46:01.805Z] #11 15.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:46:01.805Z] #11 19.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:46:01.805Z] #11 ... [2020-11-18T00:46:01.805Z] [2020-11-18T00:46:01.805Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:01.805Z] #32 11.98 math [2020-11-18T00:46:01.805Z] #32 12.57 runtime [2020-11-18T00:46:01.805Z] #32 20.07 unicode/utf8 [2020-11-18T00:46:01.805Z] #32 21.22 internal/testlog [2020-11-18T00:46:01.805Z] #32 21.96 runtime/cgo [2020-11-18T00:46:02.049Z] #42 ... [2020-11-18T00:46:02.049Z] [2020-11-18T00:46:02.049Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:02.049Z] #44 69.37 hash/crc32 [2020-11-18T00:46:02.049Z] #44 73.34 time [2020-11-18T00:46:02.049Z] #44 76.73 regexp [2020-11-18T00:46:02.062Z] #32 ... [2020-11-18T00:46:02.062Z] [2020-11-18T00:46:02.062Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:02.062Z] #43 22.11 container/list [2020-11-18T00:46:02.211Z] #47 ... [2020-11-18T00:46:02.211Z] [2020-11-18T00:46:02.211Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:02.211Z] #11 34.55 Fetched 8401 kB in 26s (322 kB/s) [2020-11-18T00:46:02.211Z] #11 34.55 Reading package lists... [2020-11-18T00:46:02.211Z] #11 44.75 Reading package lists... [2020-11-18T00:46:02.211Z] #11 ... [2020-11-18T00:46:02.211Z] [2020-11-18T00:46:02.211Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:46:02.211Z] #34 25.85 Reading package lists... [2020-11-18T00:46:02.211Z] #34 35.14 Building dependency tree... [2020-11-18T00:46:02.211Z] #34 39.70 The following additional packages will be installed: [2020-11-18T00:46:02.211Z] #34 39.72 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-18T00:46:02.211Z] #34 39.75 Suggested packages: [2020-11-18T00:46:02.211Z] #34 39.78 cmake-doc ninja-build lrzip [2020-11-18T00:46:02.211Z] #34 39.78 Recommended packages: [2020-11-18T00:46:02.211Z] #34 39.78 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-18T00:46:02.211Z] #34 41.51 The following NEW packages will be installed: [2020-11-18T00:46:02.211Z] #34 41.51 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-18T00:46:02.211Z] #34 41.52 vim-common xxd [2020-11-18T00:46:02.211Z] #34 42.25 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:46:02.211Z] #34 42.25 Need to get 14.9 MB of archives. [2020-11-18T00:46:02.211Z] #34 42.25 After this operation, 61.8 MB of additional disk space will be used. [2020-11-18T00:46:02.211Z] #34 42.25 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-18T00:46:02.211Z] #34 42.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-18T00:46:02.211Z] #34 42.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-18T00:46:02.211Z] #34 42.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-18T00:46:02.211Z] #34 43.71 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-18T00:46:02.211Z] #34 43.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-18T00:46:02.211Z] #34 43.83 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-18T00:46:02.211Z] #34 43.87 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-18T00:46:02.211Z] #34 43.92 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-18T00:46:02.211Z] #34 43.93 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-18T00:46:02.319Z] #43 ... [2020-11-18T00:46:02.319Z] [2020-11-18T00:46:02.319Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:46:02.319Z] #53 12.77 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:46:02.319Z] #53 16.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:46:02.347Z] #44 ... [2020-11-18T00:46:02.347Z] [2020-11-18T00:46:02.347Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:02.347Z] #33 73.51 internal/poll [2020-11-18T00:46:02.347Z] #33 75.78 os [2020-11-18T00:46:02.347Z] #33 76.24 internal/fmtsort [2020-11-18T00:46:02.347Z] #33 78.13 path/filepath [2020-11-18T00:46:02.347Z] #33 78.13 fmt [2020-11-18T00:46:02.347Z] #33 79.74 io/ioutil [2020-11-18T00:46:02.347Z] #33 ... [2020-11-18T00:46:02.347Z] [2020-11-18T00:46:02.347Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:02.347Z] #42 19.73 CC images/core-arm.o [2020-11-18T00:46:02.576Z] #53 ... [2020-11-18T00:46:02.576Z] [2020-11-18T00:46:02.576Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:02.576Z] #45 18.24 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:46:02.576Z] #45 20.85 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:46:02.576Z] #45 22.69 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:46:02.646Z] #42 20.10 CC images/core-aarch64.o [2020-11-18T00:46:03.143Z] #45 ... [2020-11-18T00:46:03.143Z] [2020-11-18T00:46:03.143Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:03.143Z] #40 13.33 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:46:03.143Z] #40 18.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:46:03.143Z] #40 ... [2020-11-18T00:46:03.143Z] [2020-11-18T00:46:03.143Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:03.143Z] #49 23.51 + cd /tmp/tmp.sNXvgl8LnI/src/github.com/mvdan/sh [2020-11-18T00:46:03.143Z] #49 23.51 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-18T00:46:03.156Z] #34 ... [2020-11-18T00:46:03.156Z] [2020-11-18T00:46:03.156Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:03.156Z] #40 35.66 Fetched 8401 kB in 26s (321 kB/s) [2020-11-18T00:46:03.156Z] #40 35.66 Reading package lists... [2020-11-18T00:46:03.156Z] #40 ... [2020-11-18T00:46:03.156Z] [2020-11-18T00:46:03.156Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:46:03.156Z] #53 33.99 Reading package lists... [2020-11-18T00:46:03.304Z] #42 20.62 CC images/core-ppc64.o [2020-11-18T00:46:03.716Z] #49 23.79 + GO111MODULE=on [2020-11-18T00:46:03.716Z] #49 23.79 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-18T00:46:03.952Z] #42 21.34 CC images/core-s390.o [2020-11-18T00:46:03.974Z] #49 ... [2020-11-18T00:46:03.974Z] [2020-11-18T00:46:03.974Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:03.974Z] #22 23.83 + mkdir -p /build [2020-11-18T00:46:03.974Z] #22 23.85 + mv docker/docker /build/ [2020-11-18T00:46:03.974Z] #22 23.85 + rmdir docker [2020-11-18T00:46:03.974Z] #22 DONE 24.2s [2020-11-18T00:46:04.233Z] [2020-11-18T00:46:04.233Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:04.233Z] #43 22.98 crypto/internal/subtle [2020-11-18T00:46:04.233Z] #43 23.53 crypto/subtle [2020-11-18T00:46:04.233Z] #43 23.78 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-18T00:46:04.233Z] #43 23.98 internal/nettrace [2020-11-18T00:46:04.233Z] #43 24.09 runtime/cgo [2020-11-18T00:46:05.011Z] #42 22.18 CC images/cpuinfo.o [2020-11-18T00:46:05.011Z] #42 ... [2020-11-18T00:46:05.011Z] [2020-11-18T00:46:05.011Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:05.011Z] #50 72.45 time [2020-11-18T00:46:05.011Z] #50 75.31 regexp [2020-11-18T00:46:05.311Z] #50 ... [2020-11-18T00:46:05.311Z] [2020-11-18T00:46:05.311Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:05.311Z] #33 81.82 flag [2020-11-18T00:46:05.311Z] #33 81.83 github.com/BurntSushi/toml [2020-11-18T00:46:05.311Z] #33 81.83 log [2020-11-18T00:46:06.484Z] #53 44.15 Reading package lists... [2020-11-18T00:46:06.484Z] #53 ... [2020-11-18T00:46:06.484Z] [2020-11-18T00:46:06.484Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:46:06.484Z] #34 46.52 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:46:06.484Z] #34 47.07 Fetched 14.9 MB in 3s (5440 kB/s) [2020-11-18T00:46:06.484Z] #34 47.23 Selecting previously unselected package xxd. [2020-11-18T00:46:06.484Z] #34 47.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-18T00:46:06.484Z] #34 47.31 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-18T00:46:06.484Z] #34 47.33 Unpacking xxd (2:8.1.0875-5) ... [2020-11-18T00:46:06.484Z] #34 47.66 Selecting previously unselected package vim-common. [2020-11-18T00:46:06.484Z] #34 47.66 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-18T00:46:06.484Z] #34 47.70 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-18T00:46:06.484Z] #34 48.32 Selecting previously unselected package cmake-data. [2020-11-18T00:46:06.484Z] #34 48.32 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-18T00:46:06.484Z] #34 48.35 Unpacking cmake-data (3.13.4-1) ... [2020-11-18T00:46:08.409Z] #43 ... [2020-11-18T00:46:08.409Z] [2020-11-18T00:46:08.409Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:08.409Z] #45 28.46 go: finding github.com/fatih/color v1.9.0 [2020-11-18T00:46:08.409Z] #45 28.47 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:46:08.409Z] #45 28.51 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:46:08.409Z] #45 28.54 go: finding github.com/pkg/errors v0.9.1 [2020-11-18T00:46:08.409Z] #45 28.56 go: finding github.com/spf13/pflag v1.0.3 [2020-11-18T00:46:08.409Z] #45 28.80 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:46:08.975Z] #45 29.37 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:46:09.233Z] #45 29.50 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:46:09.233Z] #45 29.66 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:46:09.233Z] #45 29.68 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:46:09.233Z] #45 29.73 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:46:09.832Z] #33 86.66 github.com/BurntSushi/toml/cmd/tomlv [2020-11-18T00:46:09.832Z] #33 ... [2020-11-18T00:46:09.832Z] [2020-11-18T00:46:09.832Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:09.832Z] #55 46.11 Checking out files: 51% (1773/3411) Checking out files: 52% (1774/3411) Checking out files: 53% (1808/3411) Checking out files: 54% (1842/3411) Checking out files: 55% (1877/3411) Checking out files: 56% (1911/3411) Checking out files: 57% (1945/3411) Checking out files: 58% (1979/3411) Checking out files: 59% (2013/3411) Checking out files: 60% (2047/3411) Checking out files: 61% (2081/3411) Checking out files: 62% (2115/3411) Checking out files: 63% (2149/3411) Checking out files: 64% (2184/3411) Checking out files: 65% (2218/3411) Checking out files: 66% (2252/3411) Checking out files: 67% (2286/3411) Checking out files: 68% (2320/3411) Checking out files: 69% (2354/3411) Checking out files: 70% (2388/3411) Checking out files: 71% (2422/3411) Checking out files: 72% (2456/3411) Checking out files: 73% (2491/3411) Checking out files: 74% (2525/3411) Checking out files: 75% (2559/3411) Checking out files: 76% (2593/3411) Checking out files: 77% (2627/3411) Checking out files: 78% (2661/3411) Checking out files: 79% (2695/3411) Checking out files: 80% (2729/3411) Checking out files: 81% (2763/3411) Checking out files: 82% (2798/3411) Checking out files: 83% (2832/3411) Checking out files: 84% (2866/3411) Checking out files: 85% (2900/3411) Checking out files: 86% (2934/3411) Checking out files: 87% (2968/3411) Checking out files: 88% (3002/3411) Checking out files: 89% (3036/3411) Checking out files: 90% (3070/3411) Checking out files: 91% (3105/3411) Checking out files: 92% (3139/3411) Checking out files: 93% (3173/3411) Checking out files: 94% (3207/3411) Checking out files: 95% (3241/3411) Checking out files: 96% (3275/3411) Checking out files: 97% (3309/3411) Checking out files: 98% (3343/3411) Checking out files: 99% (3377/3411) Checking out files: 100% (3411/3411) Checking out files: 100% (3411/3411), done. [2020-11-18T00:46:09.832Z] #55 47.08 + cd /tmp/tmp.wiAf3Csk8Z/src/github.com/containerd/containerd [2020-11-18T00:46:09.832Z] #55 47.09 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:46:09.832Z] #55 47.73 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-18T00:46:09.832Z] #55 47.73 + BUILDTAGS='netgo osusergo static_build' [2020-11-18T00:46:09.832Z] #55 47.74 + export EXTRA_FLAGS=-buildmode=pie [2020-11-18T00:46:09.832Z] #55 47.74 + EXTRA_FLAGS=-buildmode=pie [2020-11-18T00:46:09.832Z] #55 47.74 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-18T00:46:09.832Z] #55 47.74 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-18T00:46:09.832Z] #55 47.74 + '[' '' = dynamic ']' [2020-11-18T00:46:09.832Z] #55 47.74 + make [2020-11-18T00:46:09.832Z] #55 48.57 + bin/ctr [2020-11-18T00:46:10.705Z] #34 53.41 Selecting previously unselected package libicu63:amd64. [2020-11-18T00:46:10.968Z] #34 53.45 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-18T00:46:10.968Z] #34 53.46 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-18T00:46:11.543Z] #34 ... [2020-11-18T00:46:11.543Z] [2020-11-18T00:46:11.543Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:46:11.543Z] #53 44.15 Reading package lists... [2020-11-18T00:46:13.405Z] #55 ... [2020-11-18T00:46:13.405Z] [2020-11-18T00:46:13.405Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:13.405Z] #12 90.23 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-18T00:46:13.405Z] #12 90.24 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-18T00:46:13.405Z] #12 90.26 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:46:13.405Z] #12 ... [2020-11-18T00:46:13.405Z] [2020-11-18T00:46:13.405Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:13.405Z] #33 DONE 90.7s [2020-11-18T00:46:13.405Z] [2020-11-18T00:46:13.405Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:13.405Z] #42 22.94 CC images/inventory.o [2020-11-18T00:46:13.405Z] #42 23.20 CC images/fdinfo.o [2020-11-18T00:46:13.405Z] #42 23.67 CC images/fown.o [2020-11-18T00:46:13.405Z] #42 23.90 CC images/ns.o [2020-11-18T00:46:13.405Z] #42 24.17 CC images/regfile.o [2020-11-18T00:46:13.405Z] #42 24.44 CC images/ghost-file.o [2020-11-18T00:46:13.405Z] #42 24.80 CC images/fifo.o [2020-11-18T00:46:13.405Z] #42 25.02 CC images/remap-file-path.o [2020-11-18T00:46:13.405Z] #42 25.24 CC images/eventfd.o [2020-11-18T00:46:13.405Z] #42 25.49 CC images/eventpoll.o [2020-11-18T00:46:13.405Z] #42 25.80 CC images/fh.o [2020-11-18T00:46:13.405Z] #42 26.11 CC images/fsnotify.o [2020-11-18T00:46:13.405Z] #42 26.83 CC images/signalfd.o [2020-11-18T00:46:13.405Z] #42 27.14 CC images/fs.o [2020-11-18T00:46:13.405Z] #42 27.43 CC images/pstree.o [2020-11-18T00:46:13.405Z] #42 27.75 CC images/pipe.o [2020-11-18T00:46:13.405Z] #42 28.00 CC images/tcp-stream.o [2020-11-18T00:46:13.405Z] #42 28.26 CC images/sk-packet.o [2020-11-18T00:46:13.405Z] #42 28.69 CC images/mnt.o [2020-11-18T00:46:13.405Z] #42 28.95 CC images/pipe-data.o [2020-11-18T00:46:13.405Z] #42 29.22 CC images/sa.o [2020-11-18T00:46:13.405Z] #42 29.61 CC images/timer.o [2020-11-18T00:46:13.405Z] #42 30.08 CC images/timerfd.o [2020-11-18T00:46:13.405Z] #42 30.30 CC images/mm.o [2020-11-18T00:46:13.405Z] #42 30.68 CC images/sk-opts.o [2020-11-18T00:46:13.411Z] #45 ... [2020-11-18T00:46:13.411Z] [2020-11-18T00:46:13.411Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:46:13.411Z] #53 33.66 Fetched 8401 kB in 26s (317 kB/s) [2020-11-18T00:46:13.703Z] #42 31.06 CC images/sk-unix.o [2020-11-18T00:46:13.976Z] #53 33.66 Reading package lists... [2020-11-18T00:46:13.976Z] #53 ... [2020-11-18T00:46:13.976Z] [2020-11-18T00:46:13.976Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:13.976Z] #47 24.10 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:46:13.976Z] #47 27.86 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:46:13.976Z] #47 27.91 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:46:13.976Z] #47 27.94 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:46:13.976Z] #47 27.98 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:46:13.976Z] #47 27.99 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:46:13.976Z] #47 28.00 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-18T00:46:13.976Z] #47 28.00 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:46:13.976Z] #47 28.14 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:46:13.976Z] #47 28.18 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:46:13.976Z] #47 28.24 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-18T00:46:13.976Z] #47 28.33 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:46:13.976Z] #47 28.40 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:46:13.976Z] #47 28.49 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:46:13.976Z] #47 28.61 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:46:13.976Z] #47 28.95 go: downloading github.com/fatih/color v1.7.0 [2020-11-18T00:46:13.976Z] #47 29.32 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:46:13.976Z] #47 29.53 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:46:13.976Z] #47 29.62 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:46:13.976Z] #47 29.82 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:46:13.976Z] #47 30.07 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:46:13.976Z] #47 30.15 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:46:13.976Z] #47 30.15 go: extracting github.com/fatih/color v1.7.0 [2020-11-18T00:46:13.976Z] #47 30.25 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:46:13.976Z] #47 30.41 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:46:13.976Z] #47 30.58 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:46:13.976Z] #47 30.68 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:46:13.976Z] #47 30.90 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:46:13.976Z] #47 30.96 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:46:13.976Z] #47 31.01 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:46:13.976Z] #47 31.04 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:46:13.976Z] #47 31.07 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:46:13.976Z] #47 31.08 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:46:13.976Z] #47 31.12 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:46:13.976Z] #47 31.30 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:46:13.976Z] #47 31.30 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:46:13.976Z] #47 31.30 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:46:13.976Z] #47 31.31 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:46:13.976Z] #47 31.37 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:46:13.976Z] #47 31.38 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:46:13.976Z] #47 31.38 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:46:13.976Z] #47 31.39 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:46:13.976Z] #47 31.39 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:46:13.976Z] #47 31.42 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-18T00:46:13.976Z] #47 31.51 go: downloading golang.org/x/text v0.3.2 [2020-11-18T00:46:13.976Z] #47 31.80 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-18T00:46:13.976Z] #47 31.94 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:46:13.976Z] #47 31.97 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-18T00:46:13.976Z] #47 32.22 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:46:13.976Z] #47 32.29 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:46:13.976Z] #47 32.69 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:46:13.976Z] #47 32.89 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:46:13.976Z] #47 33.34 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-18T00:46:13.976Z] #47 33.43 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:46:13.976Z] #47 33.56 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:46:13.976Z] #47 33.62 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:46:13.976Z] #47 33.68 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:46:13.976Z] #47 33.73 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:46:13.976Z] #47 34.09 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:46:13.976Z] #47 34.14 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:46:13.976Z] #47 34.33 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:46:13.976Z] #47 34.33 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-18T00:46:13.976Z] #47 ... [2020-11-18T00:46:13.976Z] [2020-11-18T00:46:13.976Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:13.976Z] #62 31.30 Checking out files: 49% (939/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: 90% (1722/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-11-18T00:46:13.976Z] #62 32.86 + cd /tmp/tmp.X4jErliEMu/src/github.com/docker/libnetwork [2020-11-18T00:46:13.976Z] #62 32.86 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-18T00:46:13.976Z] #62 33.24 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-18T00:46:14.041Z] #53 54.56 Building dependency tree... [2020-11-18T00:46:14.041Z] #53 ... [2020-11-18T00:46:14.041Z] [2020-11-18T00:46:14.041Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:14.041Z] #40 46.57 Reading package lists... [2020-11-18T00:46:14.041Z] #40 ... [2020-11-18T00:46:14.041Z] [2020-11-18T00:46:14.041Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:14.041Z] #32 56.29 sync [2020-11-18T00:46:14.041Z] #32 56.29 internal/reflectlite [2020-11-18T00:46:14.347Z] #42 31.58 CC images/sk-inet.o [2020-11-18T00:46:14.997Z] #42 32.32 CC images/tun.o [2020-11-18T00:46:15.296Z] #42 32.59 CC images/sk-netlink.o [2020-11-18T00:46:15.296Z] #42 32.83 CC images/packet-sock.o [2020-11-18T00:46:15.870Z] #62 ... [2020-11-18T00:46:15.870Z] [2020-11-18T00:46:15.870Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:15.870Z] #49 25.81 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:46:15.870Z] #49 26.00 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:46:15.870Z] #49 26.14 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:46:15.870Z] #49 26.40 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:46:15.870Z] #49 26.65 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:46:15.870Z] #49 28.23 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:46:15.870Z] #49 29.55 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:46:15.870Z] #49 31.38 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:46:15.870Z] #49 33.57 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-18T00:46:15.870Z] #49 33.82 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-18T00:46:15.870Z] #49 33.97 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-18T00:46:15.871Z] #49 34.14 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-18T00:46:15.871Z] #49 35.59 runtime/cgo [2020-11-18T00:46:15.871Z] #49 35.74 runtime [2020-11-18T00:46:15.871Z] #49 ... [2020-11-18T00:46:15.871Z] [2020-11-18T00:46:15.871Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:15.871Z] #47 34.63 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:46:15.871Z] #47 34.77 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-18T00:46:15.871Z] #47 34.99 go: downloading github.com/spf13/afero v1.1.2 [2020-11-18T00:46:15.871Z] #47 35.02 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:46:15.871Z] #47 35.03 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:46:15.871Z] #47 35.39 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:46:15.871Z] #47 35.50 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:46:15.871Z] #47 35.51 go: extracting github.com/spf13/afero v1.1.2 [2020-11-18T00:46:15.871Z] #47 35.51 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:46:15.871Z] #47 35.69 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-18T00:46:15.871Z] #47 35.71 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:46:15.871Z] #47 35.91 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:46:15.871Z] #47 36.08 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:46:15.955Z] #42 33.21 CC images/ipc-var.o [2020-11-18T00:46:15.955Z] #42 ... [2020-11-18T00:46:15.955Z] [2020-11-18T00:46:15.955Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:15.955Z] #50 83.11 context [2020-11-18T00:46:15.955Z] #50 83.31 mvdan.cc/sh/v3/fileutil [2020-11-18T00:46:15.955Z] #50 85.37 encoding/binary [2020-11-18T00:46:15.955Z] #50 85.37 go/token [2020-11-18T00:46:15.955Z] #50 85.37 github.com/pkg/diff [2020-11-18T00:46:15.955Z] #50 85.39 mvdan.cc/editorconfig [2020-11-18T00:46:15.955Z] #50 88.05 go/scanner [2020-11-18T00:46:15.955Z] #50 89.50 mvdan.cc/sh/v3/syntax [2020-11-18T00:46:15.955Z] #50 90.89 encoding/base64 [2020-11-18T00:46:15.955Z] #50 90.94 golang.org/x/sys/unix [2020-11-18T00:46:15.955Z] #50 90.95 go/ast [2020-11-18T00:46:15.955Z] #50 ... [2020-11-18T00:46:15.955Z] [2020-11-18T00:46:15.955Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:15.955Z] #44 83.35 context [2020-11-18T00:46:15.955Z] #44 84.74 internal/lazyregexp [2020-11-18T00:46:15.955Z] #44 84.76 github.com/LK4D4/vndr/versioned [2020-11-18T00:46:15.955Z] #44 85.33 os/exec [2020-11-18T00:46:15.955Z] #44 85.42 net [2020-11-18T00:46:15.955Z] #44 88.76 encoding/binary [2020-11-18T00:46:15.955Z] #44 88.78 go/scanner [2020-11-18T00:46:15.955Z] #44 88.79 net/url [2020-11-18T00:46:15.955Z] #44 92.24 go/ast [2020-11-18T00:46:15.955Z] #44 93.50 text/template/parse [2020-11-18T00:46:15.955Z] #44 ... [2020-11-18T00:46:15.955Z] [2020-11-18T00:46:15.955Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:15.955Z] #42 33.41 CC images/ipc-desc.o [2020-11-18T00:46:15.966Z] #32 ... [2020-11-18T00:46:15.966Z] [2020-11-18T00:46:15.966Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:15.966Z] #47 48.27 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-18T00:46:15.966Z] #47 52.62 go: extracting golang.org/x/text v0.3.2 [2020-11-18T00:46:15.966Z] #47 ... [2020-11-18T00:46:15.966Z] [2020-11-18T00:46:15.966Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:15.966Z] #11 44.75 Reading package lists... [2020-11-18T00:46:15.966Z] #11 55.16 Building dependency tree... [2020-11-18T00:46:15.966Z] #11 ... [2020-11-18T00:46:15.966Z] [2020-11-18T00:46:15.966Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:15.966Z] #43 48.65 vendor/golang.org/x/crypto/internal/subtle [2020-11-18T00:46:15.966Z] #43 48.99 vendor/golang.org/x/crypto/curve25519 [2020-11-18T00:46:16.127Z] #47 36.47 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-18T00:46:16.128Z] #47 36.58 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-18T00:46:16.232Z] #43 ... [2020-11-18T00:46:16.232Z] [2020-11-18T00:46:16.232Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:16.255Z] #42 33.72 CC images/ipc-shm.o [2020-11-18T00:46:16.384Z] #47 36.77 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-18T00:46:16.461Z] using credential docker-jenkins-github-credentials [2020-11-18T00:46:16.538Z] Cloning the remote Git repository [2020-11-18T00:46:16.538Z] Cloning with configured refspecs honoured and without tags [2020-11-18T00:46:16.555Z] #42 34.00 CC images/ipc-msg.o [2020-11-18T00:46:16.641Z] #47 37.03 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:46:16.809Z] #40 57.16 Building dependency tree... [2020-11-18T00:46:16.855Z] #42 34.32 CC images/ipc-sem.o [2020-11-18T00:46:16.732Z] Cloning repository https://github.com/moby/moby.git [2020-11-18T00:46:16.898Z] #47 37.25 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:46:17.071Z] #40 ... [2020-11-18T00:46:17.071Z] [2020-11-18T00:46:17.071Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:17.071Z] #62 DONE 59.6s [2020-11-18T00:46:17.071Z] [2020-11-18T00:46:17.071Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:46:17.071Z] #53 54.56 Building dependency tree... [2020-11-18T00:46:17.155Z] #42 34.54 CC images/utsns.o [2020-11-18T00:46:17.156Z] #47 37.51 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:46:17.455Z] #42 34.75 CC images/creds.o [2020-11-18T00:46:17.455Z] #42 34.98 CC images/vma.o [2020-11-18T00:46:17.719Z] #47 38.08 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:46:17.758Z] #42 35.27 CC images/netdev.o [2020-11-18T00:46:17.976Z] #47 38.36 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:46:18.018Z] #53 60.55 The following additional packages will be installed: [2020-11-18T00:46:18.018Z] #53 60.55 libbtrfs0 [2020-11-18T00:46:18.058Z] #42 35.67 CC images/tty.o [2020-11-18T00:46:18.235Z] #47 38.52 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:46:18.281Z] #53 60.88 The following NEW packages will be installed: [2020-11-18T00:46:18.281Z] #53 60.90 libbtrfs-dev libbtrfs0 [2020-11-18T00:46:18.495Z] #47 38.84 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-18T00:46:18.495Z] #47 ... [2020-11-18T00:46:18.495Z] [2020-11-18T00:46:18.495Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:46:18.495Z] #34 28.81 Fetched 8401 kB in 24s (357 kB/s) [2020-11-18T00:46:18.495Z] #34 28.81 Reading package lists... [2020-11-18T00:46:18.707Z] #42 36.23 CC images/file-lock.o [2020-11-18T00:46:18.755Z] #34 ... [2020-11-18T00:46:18.755Z] [2020-11-18T00:46:18.755Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:46:18.755Z] #38 31.54 Checking out files: 76% (1270/1665) Checking out files: 77% (1283/1665) Checking out files: 78% (1299/1665) Checking out files: 79% (1316/1665) Checking out files: 80% (1332/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-11-18T00:46:18.755Z] #38 32.22 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-18T00:46:18.755Z] #38 35.35 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-11-18T00:46:18.855Z] #53 61.53 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:46:18.855Z] #53 61.53 Need to get 119 kB of archives. [2020-11-18T00:46:18.855Z] #53 61.53 After this operation, 387 kB of additional disk space will be used. [2020-11-18T00:46:18.855Z] #53 61.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-18T00:46:18.855Z] #53 61.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-18T00:46:17.132Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-11-18T00:46:18.174Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:46:18.174Z] > git --version # timeout=10 [2020-11-18T00:46:18.221Z] > git --version # 'git version 2.24.1.windows.2' [2020-11-18T00:46:18.222Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:46:18.225Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:46:19.016Z] #38 ... [2020-11-18T00:46:19.016Z] [2020-11-18T00:46:19.016Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:19.016Z] #47 39.09 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:46:19.016Z] #47 39.25 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:46:19.016Z] #47 39.36 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-18T00:46:19.041Z] #42 36.40 CC images/rlimit.o [2020-11-18T00:46:19.347Z] #42 36.70 CC images/pagemap.o [2020-11-18T00:46:19.581Z] #47 39.79 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-18T00:46:19.581Z] #47 39.84 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:46:19.581Z] #47 39.88 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:46:19.581Z] #47 39.96 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-18T00:46:19.581Z] #47 39.96 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:46:19.650Z] #42 36.99 CC images/siginfo.o [2020-11-18T00:46:19.802Z] #53 ... [2020-11-18T00:46:19.802Z] [2020-11-18T00:46:19.802Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:19.802Z] #47 60.93 go: finding github.com/fatih/color v1.7.0 [2020-11-18T00:46:19.802Z] #47 61.01 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:46:19.802Z] #47 61.08 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:46:19.802Z] #47 61.10 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:46:19.802Z] #47 61.26 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:46:19.802Z] #47 61.42 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:46:19.802Z] #47 61.42 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:46:19.802Z] #47 61.42 go: finding github.com/pkg/errors v0.8.1 [2020-11-18T00:46:19.802Z] #47 61.46 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:46:19.802Z] #47 61.49 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:46:19.802Z] #47 61.51 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:46:19.802Z] #47 61.54 go: finding github.com/stretchr/testify v1.4.0 [2020-11-18T00:46:19.802Z] #47 61.54 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:46:19.802Z] #47 61.54 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:46:19.802Z] #47 61.62 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:46:19.802Z] #47 61.65 go: finding github.com/spf13/viper v1.6.1 [2020-11-18T00:46:19.802Z] #47 61.65 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:46:19.802Z] #47 61.65 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:46:19.802Z] #47 61.71 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:46:19.802Z] #47 61.71 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:46:19.802Z] #47 61.77 go: finding github.com/stretchr/objx v0.2.0 [2020-11-18T00:46:19.802Z] #47 61.88 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:46:19.802Z] #47 61.90 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:46:19.802Z] #47 62.22 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:46:19.802Z] #47 62.24 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:46:19.802Z] #47 62.28 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:46:19.802Z] #47 62.46 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:46:19.802Z] #47 62.51 go: finding github.com/spf13/cobra v0.0.5 [2020-11-18T00:46:19.802Z] #47 62.55 go: finding github.com/gobwas/glob v0.2.3 [2020-11-18T00:46:19.839Z] #47 40.14 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:46:20.064Z] #47 62.63 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:46:20.065Z] #47 62.72 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:46:20.065Z] #47 62.77 go: finding github.com/spf13/pflag v1.0.5 [2020-11-18T00:46:20.097Z] #47 40.53 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:46:20.296Z] #42 37.44 CC images/rpc.o [2020-11-18T00:46:20.342Z] #47 62.96 go: finding github.com/magiconair/properties v1.8.1 [2020-11-18T00:46:20.342Z] #47 62.96 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:46:20.353Z] #47 40.79 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:46:20.605Z] #47 63.11 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:46:20.605Z] #47 63.16 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:46:20.605Z] #47 63.21 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:46:20.605Z] #47 63.28 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:46:20.605Z] #47 63.29 go: finding github.com/spf13/afero v1.1.2 [2020-11-18T00:46:20.605Z] #47 63.31 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:46:20.610Z] #47 40.85 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:46:20.610Z] #47 40.85 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-18T00:46:20.610Z] #47 40.92 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:46:20.868Z] #47 41.17 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-18T00:46:20.868Z] #47 41.30 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:46:20.868Z] #47 63.31 go: finding golang.org/x/text v0.3.2 [2020-11-18T00:46:20.868Z] #47 63.33 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:46:20.868Z] #47 63.39 go: finding github.com/spf13/cast v1.3.0 [2020-11-18T00:46:20.868Z] #47 63.50 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:46:20.868Z] #47 63.52 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:46:20.868Z] #47 63.55 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:46:20.868Z] #47 63.60 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:46:20.868Z] #47 63.61 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-18T00:46:20.868Z] #47 63.68 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:46:21.139Z] #47 63.69 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:46:21.139Z] #47 63.74 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:46:21.139Z] #47 63.75 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:46:21.139Z] #47 63.78 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:46:21.139Z] #47 63.81 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:46:21.139Z] #47 63.81 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:46:21.139Z] #47 63.82 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:46:21.139Z] #47 63.84 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-18T00:46:21.139Z] #47 63.86 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:46:21.139Z] #47 63.86 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:46:21.358Z] #42 38.79 CC images/ext-file.o [2020-11-18T00:46:21.402Z] #47 63.98 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:46:21.402Z] #47 64.03 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:46:21.402Z] #47 64.03 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:46:21.402Z] #47 64.05 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:46:21.402Z] #47 64.07 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:46:21.402Z] #47 64.08 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-18T00:46:21.402Z] #47 64.09 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:46:21.402Z] #47 64.11 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:46:21.455Z] #47 41.85 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:46:21.658Z] #42 39.03 CC images/cgroup.o [2020-11-18T00:46:21.666Z] #47 64.23 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:46:21.666Z] #47 64.24 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-18T00:46:21.712Z] #47 41.91 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:46:21.712Z] #47 42.05 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-18T00:46:21.712Z] #47 42.05 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:46:21.928Z] #47 64.51 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:46:21.928Z] #47 64.53 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:46:21.928Z] #47 ... [2020-11-18T00:46:21.928Z] [2020-11-18T00:46:21.928Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:46:21.928Z] #53 63.15 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:46:21.928Z] #53 63.39 Fetched 119 kB in 0s (381 kB/s) [2020-11-18T00:46:21.928Z] #53 63.53 Selecting previously unselected package libbtrfs0. [2020-11-18T00:46:21.928Z] #53 63.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-18T00:46:21.928Z] #53 63.59 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-18T00:46:21.928Z] #53 63.61 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-18T00:46:21.928Z] #53 63.76 Selecting previously unselected package libbtrfs-dev. [2020-11-18T00:46:21.928Z] #53 63.76 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-18T00:46:21.928Z] #53 63.78 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:46:21.928Z] #53 64.17 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-18T00:46:21.928Z] #53 64.19 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:46:21.928Z] #53 64.20 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:46:21.928Z] #53 DONE 64.7s [2020-11-18T00:46:21.970Z] #47 42.29 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:46:22.190Z] [2020-11-18T00:46:22.190Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:22.227Z] #47 42.47 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-18T00:46:22.227Z] #47 42.57 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:46:22.308Z] #42 39.73 CC images/userns.o [2020-11-18T00:46:22.607Z] #42 40.01 CC images/google/protobuf/descriptor.o [2020-11-18T00:46:22.795Z] #47 42.95 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:46:22.795Z] #47 42.95 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-18T00:46:23.360Z] #47 43.55 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:46:23.581Z] #54 1.701 + RM_GOPATH=0 [2020-11-18T00:46:23.581Z] #54 1.701 + TMP_GOPATH= [2020-11-18T00:46:23.581Z] #54 1.701 + : /build [2020-11-18T00:46:23.581Z] #54 1.701 + '[' -z '' ']' [2020-11-18T00:46:23.581Z] #54 1.701 ++ mktemp -d [2020-11-18T00:46:23.581Z] #54 1.701 + export GOPATH=/tmp/tmp.BOTAPhxaN6 [2020-11-18T00:46:23.581Z] #54 1.701 + GOPATH=/tmp/tmp.BOTAPhxaN6 [2020-11-18T00:46:23.581Z] #54 1.701 + RM_GOPATH=1 [2020-11-18T00:46:23.581Z] #54 1.701 + case "$(go env GOARCH)" in [2020-11-18T00:46:23.617Z] #47 44.02 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:46:23.844Z] #54 1.711 ++ go env GOARCH [2020-11-18T00:46:23.844Z] #54 1.869 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:46:23.844Z] #54 1.869 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:46:23.844Z] #54 1.869 ++ dirname /tmp/install/install.sh [2020-11-18T00:46:23.844Z] #54 1.883 + dir=/tmp/install [2020-11-18T00:46:23.844Z] #54 1.883 + bin=containerd [2020-11-18T00:46:23.844Z] #54 1.883 + shift [2020-11-18T00:46:23.844Z] #54 1.883 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-18T00:46:23.844Z] #54 1.883 + . /tmp/install/containerd.installer [2020-11-18T00:46:23.844Z] #54 1.883 ++ set -e [2020-11-18T00:46:23.844Z] #54 1.883 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:46:23.844Z] #54 1.883 + install_containerd [2020-11-18T00:46:23.844Z] #54 1.913 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-18T00:46:23.844Z] #54 1.913 + git clone https://github.com/containerd/containerd.git /tmp/tmp.BOTAPhxaN6/src/github.com/containerd/containerd [2020-11-18T00:46:23.844Z] #54 1.914 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:46:23.844Z] #54 1.932 Cloning into '/tmp/tmp.BOTAPhxaN6/src/github.com/containerd/containerd'... [2020-11-18T00:46:23.885Z] #47 ... [2020-11-18T00:46:23.885Z] [2020-11-18T00:46:23.885Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:23.885Z] #40 34.17 Fetched 8401 kB in 26s (328 kB/s) [2020-11-18T00:46:23.885Z] #40 34.17 Reading package lists... [2020-11-18T00:46:23.885Z] #40 ... [2020-11-18T00:46:23.885Z] [2020-11-18T00:46:23.885Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:46:23.885Z] #53 33.66 Reading package lists... [2020-11-18T00:46:24.711Z] #42 41.81 CC images/opts.o [2020-11-18T00:46:24.711Z] #42 42.08 CC images/seccomp.o [2020-11-18T00:46:25.010Z] #42 42.37 CC images/binfmt-misc.o [2020-11-18T00:46:25.257Z] #53 44.28 Reading package lists... [2020-11-18T00:46:25.257Z] #53 ... [2020-11-18T00:46:25.257Z] [2020-11-18T00:46:25.257Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:25.257Z] #11 35.68 Fetched 8401 kB in 27s (307 kB/s) [2020-11-18T00:46:25.316Z] #42 42.58 CC images/time.o [2020-11-18T00:46:25.514Z] #11 35.68 Reading package lists... [2020-11-18T00:46:25.514Z] #11 ... [2020-11-18T00:46:25.514Z] [2020-11-18T00:46:25.514Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:25.514Z] #47 44.68 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:46:25.514Z] #47 44.69 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:46:25.514Z] #47 44.75 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:46:25.514Z] #47 44.75 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:46:25.514Z] #47 44.75 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:46:25.514Z] #47 44.76 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:46:25.514Z] #47 45.02 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:46:25.514Z] #47 45.02 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:46:25.514Z] #47 45.10 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:46:25.514Z] #47 45.14 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:46:25.514Z] #47 45.19 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:46:25.514Z] #47 45.24 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:46:25.514Z] #47 45.68 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:46:25.613Z] #42 42.81 CC images/sysctl.o [2020-11-18T00:46:25.613Z] #42 43.07 CC images/autofs.o [2020-11-18T00:46:25.911Z] #42 43.29 CC images/macvlan.o [2020-11-18T00:46:25.911Z] #42 43.47 CC images/sit.o [2020-11-18T00:46:26.210Z] #42 ... [2020-11-18T00:46:26.210Z] [2020-11-18T00:46:26.210Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:26.210Z] #50 93.58 encoding/json [2020-11-18T00:46:26.210Z] #50 ... [2020-11-18T00:46:26.210Z] [2020-11-18T00:46:26.210Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:26.210Z] #42 43.74 CC images/memfd.o [2020-11-18T00:46:26.510Z] #42 44.07 CC images/timens.o [2020-11-18T00:46:26.809Z] #42 ... [2020-11-18T00:46:26.809Z] [2020-11-18T00:46:26.809Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:26.809Z] #44 94.21 encoding/json [2020-11-18T00:46:26.809Z] #44 102.8 text/template [2020-11-18T00:46:26.809Z] #44 ... [2020-11-18T00:46:26.809Z] [2020-11-18T00:46:26.809Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:26.809Z] #42 44.36 LINK images/built-in.o [2020-11-18T00:46:27.108Z] #42 44.54 GEN compel/include/asm [2020-11-18T00:46:27.108Z] #42 44.57 GEN compel/include/version.h [2020-11-18T00:46:27.108Z] #42 44.60 touch .config [2020-11-18T00:46:27.108Z] #42 44.66 GEN include/common/config.h [2020-11-18T00:46:27.157Z] #54 ... [2020-11-18T00:46:27.157Z] [2020-11-18T00:46:27.157Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:46:27.408Z] #42 44.76 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-18T00:46:27.408Z] #42 44.80 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-18T00:46:27.408Z] #42 44.83 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-11-18T00:46:27.408Z] #42 44.84 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-11-18T00:46:27.408Z] #42 44.87 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-11-18T00:46:27.408Z] #42 44.91 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-11-18T00:46:27.408Z] #42 44.93 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-11-18T00:46:27.408Z] #42 44.96 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-18T00:46:27.408Z] #42 44.96 DEP compel/plugins/std/infect.d [2020-11-18T00:46:27.418Z] #30 69.75 Checking out files: 77% (1181/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) [2020-11-18T00:46:27.418Z] #30 ... [2020-11-18T00:46:27.418Z] [2020-11-18T00:46:27.418Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:27.418Z] #32 60.22 sort [2020-11-18T00:46:27.418Z] #32 60.22 errors [2020-11-18T00:46:27.418Z] #32 60.96 strconv [2020-11-18T00:46:27.418Z] #32 62.42 io [2020-11-18T00:46:27.418Z] #32 63.90 internal/oserror [2020-11-18T00:46:27.418Z] #32 64.08 syscall [2020-11-18T00:46:27.418Z] #32 66.52 reflect [2020-11-18T00:46:27.682Z] #32 ... [2020-11-18T00:46:27.682Z] [2020-11-18T00:46:27.682Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:46:28.060Z] #42 45.30 DEP compel/plugins/std/string.d [2020-11-18T00:46:28.060Z] #42 45.48 DEP compel/plugins/std/log.d [2020-11-18T00:46:28.060Z] #42 45.61 DEP compel/plugins/std/fds.d [2020-11-18T00:46:28.207Z] #30 69.75 Checking out files: 77% (1181/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-18T00:46:28.207Z] #30 70.72 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-18T00:46:28.207Z] #30 ... [2020-11-18T00:46:28.207Z] [2020-11-18T00:46:28.207Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:28.207Z] #11 60.86 The following additional packages will be installed: [2020-11-18T00:46:28.207Z] #11 60.87 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-18T00:46:28.207Z] #11 60.87 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-18T00:46:28.207Z] #11 60.87 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-18T00:46:28.207Z] #11 60.87 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-18T00:46:28.207Z] #11 60.87 Suggested packages: [2020-11-18T00:46:28.207Z] #11 60.87 gcc-8-locales seccomp wine64 [2020-11-18T00:46:28.207Z] #11 63.16 The following NEW packages will be installed: [2020-11-18T00:46:28.207Z] #11 63.19 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-18T00:46:28.207Z] #11 63.19 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-18T00:46:28.207Z] #11 63.19 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-18T00:46:28.207Z] #11 63.19 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-18T00:46:28.207Z] #11 63.19 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-18T00:46:28.207Z] #11 63.22 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-18T00:46:28.207Z] #11 63.79 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:46:28.207Z] #11 63.79 Need to get 77.7 MB of archives. [2020-11-18T00:46:28.207Z] #11 63.79 After this operation, 487 MB of additional disk space will be used. [2020-11-18T00:46:28.207Z] #11 63.79 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-11-18T00:46:28.207Z] #11 64.07 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-11-18T00:46:28.207Z] #11 64.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-18T00:46:28.207Z] #11 64.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-11-18T00:46:28.207Z] #11 64.59 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-18T00:46:28.207Z] #11 64.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-18T00:46:28.207Z] #11 65.46 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-18T00:46:28.207Z] #11 66.00 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-18T00:46:28.207Z] #11 66.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-11-18T00:46:28.207Z] #11 70.75 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-11-18T00:46:28.360Z] #42 45.84 DEP compel/plugins/std/std.d [2020-11-18T00:46:28.468Z] #11 ... [2020-11-18T00:46:28.468Z] [2020-11-18T00:46:28.468Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:28.468Z] #40 62.72 The following additional packages will be installed: [2020-11-18T00:46:28.468Z] #40 62.72 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-18T00:46:28.468Z] #40 62.72 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-18T00:46:28.468Z] #40 62.80 Suggested packages: [2020-11-18T00:46:28.468Z] #40 62.81 manpages-dev python-setuptools [2020-11-18T00:46:28.468Z] #40 64.47 The following NEW packages will be installed: [2020-11-18T00:46:28.468Z] #40 64.48 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-18T00:46:28.468Z] #40 64.48 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-18T00:46:28.468Z] #40 64.48 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-18T00:46:28.468Z] #40 64.48 python-six zlib1g-dev [2020-11-18T00:46:28.468Z] #40 65.07 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:46:28.468Z] #40 65.07 Need to get 4095 kB of archives. [2020-11-18T00:46:28.468Z] #40 65.07 After this operation, 22.5 MB of additional disk space will be used. [2020-11-18T00:46:28.468Z] #40 65.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-18T00:46:28.468Z] #40 65.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-11-18T00:46:28.468Z] #40 65.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-11-18T00:46:28.468Z] #40 65.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-11-18T00:46:28.468Z] #40 65.12 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-18T00:46:28.468Z] #40 65.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-11-18T00:46:28.468Z] #40 65.15 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-11-18T00:46:28.468Z] #40 65.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-11-18T00:46:28.468Z] #40 65.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-18T00:46:28.468Z] #40 65.41 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-18T00:46:28.469Z] #40 65.43 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-18T00:46:28.469Z] #40 65.59 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-18T00:46:28.469Z] #40 65.65 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-11-18T00:46:28.469Z] #40 65.66 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-11-18T00:46:28.469Z] #40 65.66 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-18T00:46:28.469Z] #40 65.70 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-18T00:46:28.469Z] #40 65.70 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-18T00:46:28.469Z] #40 67.32 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:46:28.469Z] #40 67.64 Fetched 4095 kB in 1s (4050 kB/s) [2020-11-18T00:46:28.469Z] #40 67.93 Selecting previously unselected package libcap-dev:amd64. [2020-11-18T00:46:28.469Z] #40 67.93 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-18T00:46:28.469Z] #40 68.04 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-18T00:46:28.469Z] #40 68.05 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-18T00:46:28.469Z] #40 68.41 Selecting previously unselected package libnet1:amd64. [2020-11-18T00:46:28.469Z] #40 68.41 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-18T00:46:28.469Z] #40 68.42 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-18T00:46:28.469Z] #40 68.64 Selecting previously unselected package libnet1-dev. [2020-11-18T00:46:28.469Z] #40 68.65 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-18T00:46:28.469Z] #40 68.65 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-18T00:46:28.469Z] #40 68.99 Selecting previously unselected package libnl-3-200:amd64. [2020-11-18T00:46:28.469Z] #40 68.99 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-18T00:46:28.469Z] #40 69.03 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-18T00:46:28.469Z] #40 69.33 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-18T00:46:28.469Z] #40 69.34 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-18T00:46:28.469Z] #40 69.38 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-18T00:46:28.469Z] #40 69.79 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-18T00:46:28.469Z] #40 69.80 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-18T00:46:28.469Z] #40 69.81 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-18T00:46:28.469Z] #40 69.98 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-18T00:46:28.469Z] #40 69.99 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-18T00:46:28.469Z] #40 70.00 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-18T00:46:28.469Z] #40 70.11 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-18T00:46:28.469Z] #40 70.11 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-18T00:46:28.469Z] #40 70.12 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-18T00:46:28.469Z] #40 70.43 Selecting previously unselected package libprotobuf17:amd64. [2020-11-18T00:46:28.469Z] #40 70.43 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:28.469Z] #40 70.44 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:28.666Z] #42 45.97 DEP compel/plugins/shmem/shmem.d [2020-11-18T00:46:28.666Z] #42 46.14 DEP compel/plugins/fds/fds.d [2020-11-18T00:46:28.788Z] #47 ... [2020-11-18T00:46:28.789Z] [2020-11-18T00:46:28.789Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:46:28.967Z] #42 46.30 CC compel/plugins/std/std.o [2020-11-18T00:46:28.992Z] #40 71.52 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-18T00:46:28.993Z] #40 71.53 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:28.993Z] #40 71.55 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:29.046Z] #34 39.24 Reading package lists... [2020-11-18T00:46:29.046Z] #34 ... [2020-11-18T00:46:29.046Z] [2020-11-18T00:46:29.046Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:29.255Z] #40 71.83 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-18T00:46:29.255Z] #40 71.87 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:29.255Z] #40 71.88 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:29.266Z] #42 46.61 CC compel/plugins/std/fds.o [2020-11-18T00:46:29.517Z] #40 ... [2020-11-18T00:46:29.518Z] [2020-11-18T00:46:29.518Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:46:29.518Z] #30 71.92 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-18T00:46:29.564Z] #42 47.06 CC compel/plugins/std/log.o [2020-11-18T00:46:30.616Z] #42 48.00 CC compel/plugins/std/string.o [2020-11-18T00:46:30.911Z] #30 ... [2020-11-18T00:46:30.911Z] [2020-11-18T00:46:30.911Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:30.911Z] #43 63.55 github.com/LK4D4/vndr/godl/singleflight [2020-11-18T00:46:30.911Z] #43 63.60 io [2020-11-18T00:46:30.911Z] #43 64.13 strconv [2020-11-18T00:46:30.911Z] #43 65.64 bytes [2020-11-18T00:46:30.911Z] #43 69.35 bufio [2020-11-18T00:46:30.911Z] #43 69.56 reflect [2020-11-18T00:46:30.911Z] #43 72.23 syscall [2020-11-18T00:46:30.911Z] #43 ... [2020-11-18T00:46:30.911Z] [2020-11-18T00:46:30.911Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:30.911Z] #49 73.63 reflect [2020-11-18T00:46:30.911Z] #49 73.66 syscall [2020-11-18T00:46:31.264Z] #42 48.56 CC compel/plugins/std/infect.o [2020-11-18T00:46:31.562Z] #42 ... [2020-11-18T00:46:31.562Z] [2020-11-18T00:46:31.562Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:31.562Z] #12 105.2 Selecting previously unselected package libapparmor1:ppc64el. [2020-11-18T00:46:31.562Z] #12 105.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 105.2 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-11-18T00:46:31.562Z] #12 105.2 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-11-18T00:46:31.562Z] #12 105.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 105.3 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-18T00:46:31.562Z] #12 105.4 Selecting previously unselected package libbtrfs0. [2020-11-18T00:46:31.562Z] #12 105.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 105.4 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-18T00:46:31.562Z] #12 105.5 Selecting previously unselected package libbtrfs-dev. [2020-11-18T00:46:31.562Z] #12 105.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 105.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:46:31.562Z] #12 105.6 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-11-18T00:46:31.562Z] #12 105.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 105.6 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-18T00:46:31.562Z] #12 105.7 Selecting previously unselected package libudev-dev:ppc64el. [2020-11-18T00:46:31.562Z] #12 105.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 105.8 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-18T00:46:31.562Z] #12 105.9 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-11-18T00:46:31.562Z] #12 105.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 105.9 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-11-18T00:46:31.562Z] #12 106.3 Selecting previously unselected package libpcre16-3:ppc64el. [2020-11-18T00:46:31.562Z] #12 106.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 106.3 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-18T00:46:31.562Z] #12 106.5 Selecting previously unselected package libpcre32-3:ppc64el. [2020-11-18T00:46:31.562Z] #12 106.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 106.5 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-18T00:46:31.562Z] #12 106.8 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-11-18T00:46:31.562Z] #12 106.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 106.8 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-18T00:46:31.562Z] #12 106.9 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-11-18T00:46:31.562Z] #12 106.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 106.9 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-18T00:46:31.562Z] #12 107.3 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-11-18T00:46:31.562Z] #12 107.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 107.3 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-18T00:46:31.562Z] #12 107.6 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-11-18T00:46:31.562Z] #12 107.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 107.6 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-18T00:46:31.562Z] #12 107.7 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-11-18T00:46:31.562Z] #12 107.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 107.7 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-18T00:46:31.562Z] #12 107.8 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-11-18T00:46:31.562Z] #12 107.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-18T00:46:31.562Z] #12 107.8 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-18T00:46:31.562Z] #12 108.2 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-18T00:46:31.562Z] #12 108.2 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-18T00:46:31.562Z] #12 108.2 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-11-18T00:46:31.562Z] #12 108.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-18T00:46:31.562Z] #12 108.2 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-18T00:46:31.562Z] #12 108.2 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-11-18T00:46:31.562Z] #12 108.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:46:31.562Z] #12 108.3 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-18T00:46:31.562Z] #12 108.3 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-18T00:46:31.562Z] #12 108.3 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-18T00:46:31.562Z] #12 108.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-18T00:46:31.562Z] #12 108.3 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:46:31.562Z] #12 108.3 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-18T00:46:31.562Z] #12 108.4 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-18T00:46:31.562Z] #12 108.4 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-18T00:46:31.562Z] #12 108.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-18T00:46:31.562Z] #12 108.4 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-18T00:46:31.562Z] #12 108.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:46:31.562Z] #12 108.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-18T00:46:31.562Z] #12 108.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-18T00:46:31.562Z] #12 108.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:46:31.562Z] #12 108.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-18T00:46:31.562Z] #12 108.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-18T00:46:31.562Z] #12 108.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-18T00:46:31.562Z] #12 108.5 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-18T00:46:31.562Z] #12 108.5 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-18T00:46:31.562Z] #12 108.5 Setting up dmsetup (2:1.02.155-3) ... [2020-11-18T00:46:31.562Z] #12 108.5 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-18T00:46:31.562Z] #12 108.5 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-18T00:46:31.562Z] #12 108.5 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:46:31.562Z] #12 DONE 108.8s [2020-11-18T00:46:31.562Z] [2020-11-18T00:46:31.562Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:31.562Z] #42 49.03 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-11-18T00:46:31.562Z] #42 49.08 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-11-18T00:46:31.562Z] #42 49.13 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-11-18T00:46:31.562Z] #42 49.17 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-11-18T00:46:31.583Z] #11 46.76 Reading package lists... [2020-11-18T00:46:31.583Z] #11 ... [2020-11-18T00:46:31.583Z] [2020-11-18T00:46:31.583Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:31.583Z] #43 42.00 vendor/golang.org/x/crypto/curve25519 [2020-11-18T00:46:31.840Z] #43 ... [2020-11-18T00:46:31.840Z] [2020-11-18T00:46:31.840Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:31.840Z] #47 50.45 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-18T00:46:31.866Z] #42 49.24 AR compel/plugins/std.lib.a [2020-11-18T00:46:31.866Z] #42 49.39 CC compel/plugins/fds/fds.o [2020-11-18T00:46:32.164Z] #42 ... [2020-11-18T00:46:32.164Z] [2020-11-18T00:46:32.164Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-18T00:46:32.164Z] #13 DONE 0.6s [2020-11-18T00:46:32.164Z] [2020-11-18T00:46:32.164Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:32.164Z] #42 49.66 AR compel/plugins/fds.lib.a [2020-11-18T00:46:32.301Z] #49 ... [2020-11-18T00:46:32.301Z] [2020-11-18T00:46:32.301Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:32.301Z] #47 64.89 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:46:32.301Z] #47 64.89 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:46:32.301Z] #47 64.96 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:46:32.301Z] #47 ... [2020-11-18T00:46:32.301Z] [2020-11-18T00:46:32.301Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:32.301Z] #11 74.18 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-18T00:46:32.301Z] #11 74.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-18T00:46:32.301Z] #11 74.20 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-18T00:46:32.301Z] #11 74.20 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-18T00:46:32.301Z] #11 74.20 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-11-18T00:46:32.301Z] #11 74.21 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-18T00:46:32.301Z] #11 74.21 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-18T00:46:32.301Z] #11 74.27 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-18T00:46:32.301Z] #11 74.32 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-18T00:46:32.301Z] #11 74.36 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-18T00:46:32.301Z] #11 74.39 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-18T00:46:32.301Z] #11 74.49 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-18T00:46:32.301Z] #11 74.53 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-11-18T00:46:32.301Z] #11 74.54 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-18T00:46:32.301Z] #11 74.55 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-18T00:46:32.465Z] #42 49.75 HOSTDEP compel/src/lib/log-host.d [2020-11-18T00:46:32.465Z] #42 ... [2020-11-18T00:46:32.465Z] [2020-11-18T00:46:32.465Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-18T00:46:32.465Z] #14 DONE 0.4s [2020-11-18T00:46:32.465Z] [2020-11-18T00:46:32.465Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:32.465Z] #42 49.85 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-18T00:46:32.465Z] #42 50.03 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-11-18T00:46:32.760Z] ok github.com/docker/docker/api/server/httputils 0.023s coverage: 14.7% of statements [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-18T00:46:32.760Z] ok github.com/docker/docker/api/server/middleware 0.036s coverage: 37.7% of statements [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-18T00:46:32.760Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2020-11-18T00:46:32.760Z] ok github.com/docker/docker/api/types/filters 0.028s coverage: 92.2% of statements [2020-11-18T00:46:32.760Z] ok github.com/docker/docker/api/server/router/swarm 0.041s coverage: 5.7% of statements [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-18T00:46:32.760Z] ok github.com/docker/docker/api/types/versions 0.020s coverage: 75.0% of statements [2020-11-18T00:46:32.760Z] ok github.com/docker/docker/api/types/time 0.018s coverage: 100.0% of statements [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/builder [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-18T00:46:32.760Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-18T00:46:32.763Z] #42 ... [2020-11-18T00:46:32.763Z] [2020-11-18T00:46:32.763Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-18T00:46:32.763Z] #15 0.216 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-18T00:46:32.763Z] #15 DONE 0.3s [2020-11-18T00:46:32.763Z] [2020-11-18T00:46:32.763Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:32.763Z] #42 50.16 HOSTDEP compel/src/main-host.d [2020-11-18T00:46:32.763Z] #42 50.32 DEP compel/src/lib/ptrace.d [2020-11-18T00:46:33.063Z] #42 50.49 DEP compel/src/lib/infect.d [2020-11-18T00:46:33.063Z] #42 ... [2020-11-18T00:46:33.063Z] [2020-11-18T00:46:33.063Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-18T00:46:33.063Z] #16 DONE 0.4s [2020-11-18T00:46:33.364Z] [2020-11-18T00:46:33.364Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:33.364Z] #42 50.61 DEP compel/src/lib/infect-util.d [2020-11-18T00:46:33.364Z] #42 50.75 DEP compel/src/lib/infect-rpc.d [2020-11-18T00:46:33.364Z] #42 50.87 DEP compel/arch/ppc64/src/lib/infect.d [2020-11-18T00:46:33.364Z] #42 ... [2020-11-18T00:46:33.364Z] [2020-11-18T00:46:33.364Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-18T00:46:33.364Z] #17 DONE 0.4s [2020-11-18T00:46:33.664Z] [2020-11-18T00:46:33.664Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:33.664Z] #52 0.441 + RM_GOPATH=0 [2020-11-18T00:46:33.664Z] #52 0.441 + TMP_GOPATH= [2020-11-18T00:46:33.664Z] #52 0.441 + : /build [2020-11-18T00:46:33.664Z] #52 0.442 + '[' -z '' ']' [2020-11-18T00:46:33.664Z] #52 0.444 ++ mktemp -d [2020-11-18T00:46:33.664Z] #52 0.453 + export GOPATH=/tmp/tmp.5o0HFW2Y1Z [2020-11-18T00:46:33.664Z] #52 0.453 + GOPATH=/tmp/tmp.5o0HFW2Y1Z [2020-11-18T00:46:33.664Z] #52 0.454 + RM_GOPATH=1 [2020-11-18T00:46:33.664Z] #52 0.454 + case "$(go env GOARCH)" in [2020-11-18T00:46:33.664Z] #52 0.455 ++ go env GOARCH [2020-11-18T00:46:33.664Z] #52 0.470 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:46:33.664Z] #52 0.470 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:46:33.664Z] #52 0.473 ++ dirname /tmp/install/install.sh [2020-11-18T00:46:33.664Z] #52 0.478 + dir=/tmp/install [2020-11-18T00:46:33.664Z] #52 0.479 + bin=runc [2020-11-18T00:46:33.664Z] #52 0.481 + shift [2020-11-18T00:46:33.664Z] #52 0.481 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-18T00:46:33.664Z] #52 0.482 + . /tmp/install/runc.installer [2020-11-18T00:46:33.664Z] #52 0.485 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-18T00:46:33.664Z] #52 0.486 + install_runc [2020-11-18T00:46:33.664Z] #52 0.489 + uname -r [2020-11-18T00:46:33.664Z] #52 0.491 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-18T00:46:33.664Z] #52 0.517 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-18T00:46:33.664Z] #52 0.518 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-18T00:46:33.664Z] #52 0.519 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-18T00:46:33.664Z] #52 0.520 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5o0HFW2Y1Z/src/github.com/opencontainers/runc [2020-11-18T00:46:33.664Z] #52 0.542 Cloning into '/tmp/tmp.5o0HFW2Y1Z/src/github.com/opencontainers/runc'... [2020-11-18T00:46:33.693Z] #11 76.33 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:46:33.959Z] #11 76.69 Fetched 77.7 MB in 11s (6995 kB/s) [2020-11-18T00:46:33.969Z] #52 ... [2020-11-18T00:46:33.969Z] [2020-11-18T00:46:33.969Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2020-11-18T00:46:33.969Z] #18 DONE 0.3s [2020-11-18T00:46:33.969Z] [2020-11-18T00:46:33.969Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:33.969Z] #42 51.03 DEP compel/arch/ppc64/src/lib/cpu.d [2020-11-18T00:46:33.969Z] #42 51.14 DEP compel/src/lib/log.d [2020-11-18T00:46:33.969Z] #42 51.22 DEP compel/src/main.d [2020-11-18T00:46:33.969Z] #42 51.33 DEP compel/src/lib/handle-elf.d [2020-11-18T00:46:33.969Z] #42 51.47 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-11-18T00:46:33.969Z] #42 51.58 CC compel/src/lib/log.o [2020-11-18T00:46:34.223Z] #11 ... [2020-11-18T00:46:34.223Z] [2020-11-18T00:46:34.223Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:46:34.223Z] #34 66.81 Selecting previously unselected package libxml2:amd64. [2020-11-18T00:46:34.223Z] #34 66.83 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-18T00:46:34.223Z] #34 66.86 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-18T00:46:34.223Z] #34 68.20 Selecting previously unselected package libarchive13:amd64. [2020-11-18T00:46:34.223Z] #34 68.21 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-18T00:46:34.223Z] #34 68.24 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-18T00:46:34.223Z] #34 68.92 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-18T00:46:34.223Z] #34 68.95 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-18T00:46:34.223Z] #34 68.96 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-18T00:46:34.223Z] #34 69.45 Selecting previously unselected package librhash0:amd64. [2020-11-18T00:46:34.223Z] #34 69.45 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-18T00:46:34.223Z] #34 69.45 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-18T00:46:34.223Z] #34 69.83 Selecting previously unselected package libuv1:amd64. [2020-11-18T00:46:34.223Z] #34 69.88 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-18T00:46:34.223Z] #34 69.88 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-18T00:46:34.223Z] #34 70.07 Selecting previously unselected package cmake. [2020-11-18T00:46:34.223Z] #34 70.08 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-18T00:46:34.223Z] #34 70.12 Unpacking cmake (3.13.4-1) ... [2020-11-18T00:46:34.223Z] #34 75.79 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-18T00:46:34.223Z] #34 75.79 Setting up xxd (2:8.1.0875-5) ... [2020-11-18T00:46:34.223Z] #34 75.79 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-18T00:46:34.223Z] #34 75.79 Setting up vim-common (2:8.1.0875-5) ... [2020-11-18T00:46:34.223Z] #34 75.86 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-18T00:46:34.223Z] #34 75.89 Setting up cmake-data (3.13.4-1) ... [2020-11-18T00:46:34.223Z] #34 75.98 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-18T00:46:34.223Z] #34 76.04 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-18T00:46:34.223Z] #34 76.12 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-18T00:46:34.223Z] #34 76.21 Setting up cmake (3.13.4-1) ... [2020-11-18T00:46:34.223Z] #34 76.23 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:46:34.223Z] #34 76.31 Processing triggers for mime-support (3.62) ... [2020-11-18T00:46:34.223Z] #34 ... [2020-11-18T00:46:34.223Z] [2020-11-18T00:46:34.223Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:34.223Z] #11 76.98 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-18T00:46:34.267Z] #42 51.82 CC compel/arch/ppc64/src/lib/cpu.o [2020-11-18T00:46:34.487Z] #11 76.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-18T00:46:34.487Z] #11 77.05 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-18T00:46:34.487Z] #11 77.09 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-18T00:46:34.487Z] #11 ... [2020-11-18T00:46:34.487Z] [2020-11-18T00:46:34.487Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:46:34.487Z] #34 DONE 77.1s [2020-11-18T00:46:34.566Z] #42 52.11 CC compel/arch/ppc64/src/lib/infect.o [2020-11-18T00:46:34.749Z] [2020-11-18T00:46:34.749Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:34.749Z] #40 74.63 Selecting previously unselected package libprotoc17:amd64. [2020-11-18T00:46:34.749Z] #40 74.63 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:34.749Z] #40 74.64 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:34.749Z] #40 75.88 Selecting previously unselected package protobuf-c-compiler. [2020-11-18T00:46:34.749Z] #40 75.88 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-18T00:46:34.749Z] #40 75.90 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-18T00:46:34.749Z] #40 76.28 Selecting previously unselected package protobuf-compiler. [2020-11-18T00:46:34.749Z] #40 76.28 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:34.749Z] #40 76.34 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-18T00:46:34.749Z] #40 76.76 Selecting previously unselected package python-pkg-resources. [2020-11-18T00:46:34.749Z] #40 76.77 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-18T00:46:34.749Z] #40 76.82 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-18T00:46:34.749Z] #40 77.13 Selecting previously unselected package python-six. [2020-11-18T00:46:34.749Z] #40 77.21 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-18T00:46:34.749Z] #40 77.23 Unpacking python-six (1.12.0-1) ... [2020-11-18T00:46:35.031Z] #40 77.45 Selecting previously unselected package python-protobuf. [2020-11-18T00:46:35.031Z] #40 77.47 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:35.031Z] #40 77.48 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-18T00:46:35.133Z] #47 ... [2020-11-18T00:46:35.133Z] [2020-11-18T00:46:35.133Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:35.133Z] #40 44.87 Reading package lists... [2020-11-18T00:46:35.133Z] #40 ... [2020-11-18T00:46:35.133Z] [2020-11-18T00:46:35.133Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:35.133Z] #47 55.06 go: extracting golang.org/x/text v0.3.2 [2020-11-18T00:46:35.172Z] Fetching without tags [2020-11-18T00:46:35.321Z] ok github.com/docker/docker/cli/debug 0.016s coverage: 100.0% of statements [2020-11-18T00:46:35.648Z] #42 53.18 CC compel/src/lib/infect-rpc.o [2020-11-18T00:46:34.873Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:46:34.923Z] > git config --add remote.origin.fetch +refs/pull/41620/head:refs/remotes/origin/PR-41620 # timeout=10 [2020-11-18T00:46:34.965Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:46:35.080Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-18T00:46:35.203Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-18T00:46:35.204Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:46:35.205Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41620/head:refs/remotes/origin/PR-41620 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T00:46:35.901Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit f4aafedc4857082caf04b017d372af095365ad1b [2020-11-18T00:46:35.979Z] #40 78.41 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-18T00:46:36.295Z] #42 53.62 CC compel/src/lib/infect-util.o [2020-11-18T00:46:36.593Z] #42 53.99 CC compel/src/lib/infect.o [2020-11-18T00:46:36.725Z] ok github.com/docker/docker/builder/remotecontext 0.322s coverage: 13.7% of statements [2020-11-18T00:46:37.243Z] #42 ... [2020-11-18T00:46:37.243Z] [2020-11-18T00:46:37.243Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:37.243Z] #44 104.6 go/parser [2020-11-18T00:46:37.243Z] #44 108.1 encoding/xml [2020-11-18T00:46:37.243Z] #44 ... [2020-11-18T00:46:37.243Z] [2020-11-18T00:46:37.243Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:46:37.243Z] #19 0.652 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:46:37.243Z] #19 0.720 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:46:37.243Z] #19 0.780 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:46:37.243Z] #19 1.902 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-18T00:46:37.243Z] #19 3.410 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-18T00:46:37.669Z] ok github.com/docker/docker/builder/dockerfile 0.971s coverage: 48.3% of statements [2020-11-18T00:46:37.669Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-18T00:46:38.243Z] ok github.com/docker/docker/builder/remotecontext/git 4.285s coverage: 86.3% of statements [2020-11-18T00:46:38.243Z] ? github.com/docker/docker/cli [no test files] [2020-11-18T00:46:38.243Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-18T00:46:36.006Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:46:36.055Z] > git checkout -f f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:46:38.806Z] #19 4.568 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-18T00:46:39.295Z] #40 ... [2020-11-18T00:46:39.295Z] [2020-11-18T00:46:39.295Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:39.295Z] #11 81.67 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-18T00:46:39.295Z] #11 81.67 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-18T00:46:39.295Z] #11 81.68 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-18T00:46:39.475Z] Merge succeeded, producing a1a8eab4a93692fb7ce1cf8e0c3bc1f7a8c87e50 [2020-11-18T00:46:39.475Z] Checking out Revision a1a8eab4a93692fb7ce1cf8e0c3bc1f7a8c87e50 (PR-41620) [2020-11-18T00:46:39.868Z] #19 ... [2020-11-18T00:46:39.868Z] [2020-11-18T00:46:39.868Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:39.868Z] #42 57.05 CC compel/src/lib/ptrace.o [2020-11-18T00:46:40.168Z] #42 57.53 AR compel/libcompel.a [2020-11-18T00:46:40.168Z] #42 57.67 HOSTCC compel/src/main-host.o [2020-11-18T00:46:40.388Z] #47 ... [2020-11-18T00:46:40.388Z] [2020-11-18T00:46:40.388Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:46:40.388Z] #34 50.05 Building dependency tree... [2020-11-18T00:46:40.388Z] #34 55.66 The following additional packages will be installed: [2020-11-18T00:46:40.388Z] #34 55.69 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-18T00:46:40.388Z] #34 55.71 Suggested packages: [2020-11-18T00:46:40.388Z] #34 55.74 cmake-doc ninja-build lrzip [2020-11-18T00:46:40.388Z] #34 55.74 Recommended packages: [2020-11-18T00:46:40.388Z] #34 55.74 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-18T00:46:40.388Z] #34 57.45 The following NEW packages will be installed: [2020-11-18T00:46:40.388Z] #34 57.46 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-18T00:46:40.388Z] #34 57.47 vim-common xxd [2020-11-18T00:46:40.388Z] #34 57.97 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:46:40.388Z] #34 57.97 Need to get 14.9 MB of archives. [2020-11-18T00:46:40.388Z] #34 57.97 After this operation, 61.8 MB of additional disk space will be used. [2020-11-18T00:46:40.388Z] #34 57.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-18T00:46:40.388Z] #34 57.98 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-18T00:46:40.388Z] #34 58.01 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-18T00:46:40.388Z] #34 58.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-18T00:46:40.388Z] #34 59.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-18T00:46:40.388Z] #34 59.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-18T00:46:40.388Z] #34 59.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-18T00:46:40.388Z] #34 59.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-18T00:46:40.388Z] #34 59.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-18T00:46:40.388Z] #34 59.23 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-18T00:46:40.467Z] #42 58.04 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-11-18T00:46:40.766Z] #42 58.19 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-18T00:46:41.414Z] #42 58.66 HOSTCC compel/src/lib/log-host.o [2020-11-18T00:46:41.502Z] #34 ... [2020-11-18T00:46:41.502Z] [2020-11-18T00:46:41.502Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:41.502Z] #43 61.43 internal/reflectlite [2020-11-18T00:46:41.502Z] #43 61.60 sync [2020-11-18T00:46:38.611Z] > git remote # timeout=10 [2020-11-18T00:46:38.685Z] > git config --get remote.origin.url # timeout=10 [2020-11-18T00:46:38.732Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-18T00:46:38.734Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-18T00:46:39.366Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-11-18T00:46:39.506Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:46:39.548Z] > git checkout -f a1a8eab4a93692fb7ce1cf8e0c3bc1f7a8c87e50 # timeout=10 [2020-11-18T00:46:41.713Z] #42 58.98 HOSTLINK compel/compel-host-bin [2020-11-18T00:46:41.713Z] #42 59.11 DEP soccr/soccr.d [2020-11-18T00:46:41.764Z] #43 ... [2020-11-18T00:46:41.764Z] [2020-11-18T00:46:41.764Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:41.764Z] #62 DONE 62.1s [2020-11-18T00:46:41.764Z] [2020-11-18T00:46:41.764Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:46:41.764Z] #34 61.85 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:46:42.012Z] #42 59.36 CC soccr/soccr.o [2020-11-18T00:46:42.012Z] #42 ... [2020-11-18T00:46:42.012Z] [2020-11-18T00:46:42.012Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:42.012Z] #50 109.3 golang.org/x/crypto/ssh/terminal [2020-11-18T00:46:42.012Z] #50 113.7 mvdan.cc/sh/v3/cmd/shfmt [2020-11-18T00:46:42.012Z] #50 ... [2020-11-18T00:46:42.012Z] [2020-11-18T00:46:42.012Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:42.012Z] #44 116.0 math/big [2020-11-18T00:46:42.012Z] #44 117.4 go/doc [2020-11-18T00:46:42.048Z] #34 62.27 Fetched 14.9 MB in 2s (6720 kB/s) [2020-11-18T00:46:42.048Z] #34 62.48 Selecting previously unselected package xxd. [2020-11-18T00:46:42.313Z] #34 62.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-18T00:46:42.313Z] #34 62.70 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-18T00:46:42.313Z] #34 62.77 Unpacking xxd (2:8.1.0875-5) ... [2020-11-18T00:46:42.316Z] #44 ... [2020-11-18T00:46:42.316Z] [2020-11-18T00:46:42.316Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:42.316Z] #50 DONE 119.7s [2020-11-18T00:46:42.464Z] ok github.com/docker/docker/client 0.417s coverage: 75.4% of statements [2020-11-18T00:46:42.615Z] [2020-11-18T00:46:42.615Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:42.877Z] #34 63.24 Selecting previously unselected package vim-common. [2020-11-18T00:46:42.877Z] #34 63.24 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-18T00:46:43.141Z] #34 63.39 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-18T00:46:43.280Z] #48 ... [2020-11-18T00:46:43.280Z] [2020-11-18T00:46:43.280Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:43.518Z] #11 ... [2020-11-18T00:46:43.518Z] [2020-11-18T00:46:43.519Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:43.519Z] #32 75.63 time [2020-11-18T00:46:43.519Z] #32 85.65 internal/poll [2020-11-18T00:46:43.519Z] #32 ... [2020-11-18T00:46:43.519Z] [2020-11-18T00:46:43.519Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:43.519Z] #35 1.316 + RM_GOPATH=0 [2020-11-18T00:46:43.519Z] #35 1.316 + TMP_GOPATH= [2020-11-18T00:46:43.519Z] #35 1.316 + : /build [2020-11-18T00:46:43.519Z] #35 1.316 + '[' -z '' ']' [2020-11-18T00:46:43.519Z] #35 1.316 ++ mktemp -d [2020-11-18T00:46:43.519Z] #35 1.316 + export GOPATH=/tmp/tmp.2NFiURXSof [2020-11-18T00:46:43.519Z] #35 1.316 + GOPATH=/tmp/tmp.2NFiURXSof [2020-11-18T00:46:43.519Z] #35 1.316 + RM_GOPATH=1 [2020-11-18T00:46:43.519Z] #35 1.316 + case "$(go env GOARCH)" in [2020-11-18T00:46:43.519Z] #35 1.316 ++ go env GOARCH [2020-11-18T00:46:43.519Z] #35 1.459 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:46:43.519Z] #35 1.459 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:46:43.519Z] #35 1.459 ++ dirname /tmp/install/install.sh [2020-11-18T00:46:43.519Z] #35 1.459 + dir=/tmp/install [2020-11-18T00:46:43.519Z] #35 1.459 + bin=tini [2020-11-18T00:46:43.519Z] #35 1.459 + shift [2020-11-18T00:46:43.519Z] #35 1.459 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-18T00:46:43.519Z] #35 1.459 + . /tmp/install/tini.installer [2020-11-18T00:46:43.519Z] #35 1.459 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:46:43.519Z] #35 1.459 + install_tini [2020-11-18T00:46:43.519Z] #35 1.459 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-18T00:46:43.519Z] #35 1.459 + git clone https://github.com/krallin/tini.git /tmp/tmp.2NFiURXSof/tini [2020-11-18T00:46:43.519Z] #35 1.459 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:46:43.519Z] #35 1.466 Cloning into '/tmp/tmp.2NFiURXSof/tini'... [2020-11-18T00:46:43.519Z] #35 2.856 + cd /tmp/tmp.2NFiURXSof/tini [2020-11-18T00:46:43.519Z] #35 2.857 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:46:43.519Z] #35 2.904 + cmake . [2020-11-18T00:46:43.519Z] #35 4.073 -- The C compiler identification is GNU 8.3.0 [2020-11-18T00:46:43.519Z] #35 4.180 -- Check for working C compiler: /usr/bin/cc [2020-11-18T00:46:43.519Z] #35 5.223 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-18T00:46:43.519Z] #35 5.235 -- Detecting C compiler ABI info [2020-11-18T00:46:43.519Z] #35 6.215 -- Detecting C compiler ABI info - done [2020-11-18T00:46:43.519Z] #35 6.256 -- Detecting C compile features [2020-11-18T00:46:43.519Z] #35 ... [2020-11-18T00:46:43.519Z] [2020-11-18T00:46:43.519Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:43.519Z] #40 86.18 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:43.519Z] #40 86.19 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-18T00:46:43.519Z] #40 86.22 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-18T00:46:43.519Z] #40 86.24 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-18T00:46:43.519Z] #40 86.25 Setting up python-six (1.12.0-1) ... [2020-11-18T00:46:43.765Z] #34 64.10 Selecting previously unselected package cmake-data. [2020-11-18T00:46:43.765Z] #34 64.10 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-18T00:46:43.765Z] #34 64.14 Unpacking cmake-data (3.13.4-1) ... [2020-11-18T00:46:43.882Z] #52 11.98 Checking out files: 82% (943/1148) Checking out files: 83% (953/1148) Checking out files: 84% (965/1148) Checking out files: 85% (976/1148) Checking out files: 86% (988/1148) Checking out files: 87% (999/1148) Checking out files: 88% (1011/1148) Checking out files: 89% (1022/1148) Checking out files: 90% (1034/1148) Checking out files: 91% (1045/1148) Checking out files: 92% (1057/1148) Checking out files: 93% (1068/1148) Checking out files: 94% (1080/1148) Checking out files: 95% (1091/1148) Checking out files: 96% (1103/1148) Checking out files: 97% (1114/1148) Checking out files: 98% (1126/1148) Checking out files: 99% (1137/1148) Checking out files: 100% (1148/1148) Checking out files: 100% (1148/1148), done. [2020-11-18T00:46:43.882Z] #52 12.35 + cd /tmp/tmp.5o0HFW2Y1Z/src/github.com/opencontainers/runc [2020-11-18T00:46:43.882Z] #52 12.35 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-18T00:46:44.022Z] #34 ... [2020-11-18T00:46:44.022Z] [2020-11-18T00:46:44.022Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:46:44.022Z] #53 44.28 Reading package lists... [2020-11-18T00:46:44.022Z] #53 54.88 Building dependency tree... [2020-11-18T00:46:44.022Z] #53 60.44 The following additional packages will be installed: [2020-11-18T00:46:44.022Z] #53 60.44 libbtrfs0 [2020-11-18T00:46:44.022Z] #53 60.84 The following NEW packages will be installed: [2020-11-18T00:46:44.022Z] #53 60.89 libbtrfs-dev libbtrfs0 [2020-11-18T00:46:44.022Z] #53 61.65 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:46:44.022Z] #53 61.65 Need to get 119 kB of archives. [2020-11-18T00:46:44.022Z] #53 61.65 After this operation, 387 kB of additional disk space will be used. [2020-11-18T00:46:44.022Z] #53 61.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-18T00:46:44.022Z] #53 61.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-18T00:46:44.022Z] #53 63.54 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:46:44.022Z] #53 64.04 Fetched 119 kB in 0s (292 kB/s) [2020-11-18T00:46:44.022Z] #53 64.36 Selecting previously unselected package libbtrfs0. [2020-11-18T00:46:44.279Z] #53 64.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-11-18T00:46:44.279Z] #53 64.49 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-18T00:46:44.279Z] #53 64.53 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-18T00:46:44.279Z] #53 ... [2020-11-18T00:46:44.279Z] [2020-11-18T00:46:44.279Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:44.279Z] #47 63.24 go: finding github.com/fatih/color v1.7.0 [2020-11-18T00:46:44.279Z] #47 63.31 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-18T00:46:44.279Z] #47 63.38 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-18T00:46:44.279Z] #47 63.43 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-18T00:46:44.279Z] #47 63.47 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-18T00:46:44.279Z] #47 63.59 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-18T00:46:44.279Z] #47 63.61 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-18T00:46:44.279Z] #47 63.76 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-18T00:46:44.279Z] #47 63.76 go: finding github.com/pkg/errors v0.8.1 [2020-11-18T00:46:44.279Z] #47 63.81 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-18T00:46:44.279Z] #47 63.84 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-18T00:46:44.279Z] #47 63.87 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-18T00:46:44.279Z] #47 63.88 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-18T00:46:44.279Z] #47 63.89 go: finding github.com/stretchr/testify v1.4.0 [2020-11-18T00:46:44.279Z] #47 63.93 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-18T00:46:44.279Z] #47 63.95 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-18T00:46:44.279Z] #47 63.99 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-18T00:46:44.279Z] #47 64.01 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-18T00:46:44.279Z] #47 64.04 go: finding github.com/stretchr/objx v0.2.0 [2020-11-18T00:46:44.279Z] #47 64.13 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-18T00:46:44.279Z] #47 64.16 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-18T00:46:44.279Z] #47 64.16 go: finding github.com/spf13/viper v1.6.1 [2020-11-18T00:46:44.279Z] #47 64.44 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-18T00:46:44.279Z] #47 64.65 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-18T00:46:44.279Z] #47 64.65 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-18T00:46:44.468Z] #40 ... [2020-11-18T00:46:44.468Z] [2020-11-18T00:46:44.468Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:44.468Z] #45 DONE 87.1s [2020-11-18T00:46:44.468Z] [2020-11-18T00:46:44.468Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:44.468Z] #11 86.68 Selecting previously unselected package binutils-mingw-w64. [2020-11-18T00:46:44.468Z] #11 86.68 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-18T00:46:44.468Z] #11 86.75 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-18T00:46:44.468Z] #11 87.14 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-18T00:46:44.468Z] #11 87.14 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-18T00:46:44.468Z] #11 87.15 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-18T00:46:44.531Z] #52 13.08 + '[' -z '' ']' [2020-11-18T00:46:44.531Z] #52 13.08 + target=static [2020-11-18T00:46:44.531Z] #52 13.08 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-18T00:46:44.542Z] #47 64.73 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-18T00:46:44.542Z] #47 64.74 go: finding github.com/spf13/cobra v0.0.5 [2020-11-18T00:46:44.542Z] #47 64.81 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-18T00:46:44.542Z] #47 64.94 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-18T00:46:44.542Z] #47 64.94 go: finding github.com/gobwas/glob v0.2.3 [2020-11-18T00:46:44.798Z] #47 65.04 go: finding github.com/spf13/pflag v1.0.5 [2020-11-18T00:46:44.798Z] #47 ... [2020-11-18T00:46:44.798Z] [2020-11-18T00:46:44.798Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:44.798Z] #40 44.87 Reading package lists... [2020-11-18T00:46:44.798Z] #40 55.63 Building dependency tree... [2020-11-18T00:46:44.798Z] #40 61.24 The following additional packages will be installed: [2020-11-18T00:46:44.798Z] #40 61.24 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-18T00:46:44.798Z] #40 61.24 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-18T00:46:44.798Z] #40 61.25 Suggested packages: [2020-11-18T00:46:44.798Z] #40 61.26 manpages-dev python-setuptools [2020-11-18T00:46:44.798Z] #40 63.84 The following NEW packages will be installed: [2020-11-18T00:46:44.798Z] #40 63.84 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-18T00:46:44.798Z] #40 63.84 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-18T00:46:44.798Z] #40 63.84 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-18T00:46:44.798Z] #40 63.86 python-six zlib1g-dev [2020-11-18T00:46:44.798Z] #40 64.52 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:46:44.798Z] #40 64.52 Need to get 4095 kB of archives. [2020-11-18T00:46:44.798Z] #40 64.52 After this operation, 22.5 MB of additional disk space will be used. [2020-11-18T00:46:44.798Z] #40 64.52 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-18T00:46:44.798Z] #40 64.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-18T00:46:44.798Z] #40 64.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-11-18T00:46:44.798Z] #40 64.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-18T00:46:44.798Z] #40 64.56 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-18T00:46:44.798Z] #40 64.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-18T00:46:44.798Z] #40 64.57 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-11-18T00:46:44.798Z] #40 64.57 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-11-18T00:46:44.798Z] #40 64.59 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-18T00:46:44.798Z] #40 64.68 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-18T00:46:44.798Z] #40 64.72 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-18T00:46:44.798Z] #40 64.84 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-18T00:46:44.798Z] #40 64.94 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-11-18T00:46:44.798Z] #40 64.95 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-11-18T00:46:44.798Z] #40 64.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-18T00:46:44.798Z] #40 64.99 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-18T00:46:44.798Z] #40 64.99 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-18T00:46:44.798Z] #40 ... [2020-11-18T00:46:44.798Z] [2020-11-18T00:46:44.798Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:44.798Z] #47 65.15 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-18T00:46:44.798Z] #47 65.17 go: finding github.com/magiconair/properties v1.8.1 [2020-11-18T00:46:44.798Z] #47 65.18 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-18T00:46:44.830Z] #52 13.51 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-18T00:46:44.993Z] #11 87.43 Selecting previously unselected package dmsetup. [2020-11-18T00:46:44.993Z] #11 87.44 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-18T00:46:44.993Z] #11 87.48 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-18T00:46:45.054Z] #47 ... [2020-11-18T00:46:45.054Z] [2020-11-18T00:46:45.054Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-18T00:46:45.054Z] #53 64.66 Selecting previously unselected package libbtrfs-dev. [2020-11-18T00:46:45.054Z] #53 64.68 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-18T00:46:45.054Z] #53 64.70 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:46:45.054Z] #53 64.99 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-18T00:46:45.054Z] #53 65.01 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:46:45.054Z] #53 65.03 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:46:45.054Z] #53 DONE 65.5s [2020-11-18T00:46:45.054Z] [2020-11-18T00:46:45.054Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:45.054Z] #47 65.45 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-18T00:46:45.054Z] #47 65.48 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-18T00:46:45.054Z] #47 65.52 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-18T00:46:45.255Z] #11 87.95 Selecting previously unselected package mingw-w64-common. [2020-11-18T00:46:45.311Z] #47 65.60 go: finding github.com/spf13/afero v1.1.2 [2020-11-18T00:46:45.311Z] #47 65.80 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-18T00:46:45.311Z] #47 65.80 go: finding github.com/spf13/cast v1.3.0 [2020-11-18T00:46:45.518Z] #11 88.00 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-18T00:46:45.518Z] #11 88.03 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-18T00:46:45.568Z] #47 65.81 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-18T00:46:45.568Z] #47 65.82 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-18T00:46:45.568Z] #47 65.90 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-18T00:46:45.568Z] #47 65.95 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-18T00:46:45.568Z] #47 65.97 go: finding golang.org/x/text v0.3.2 [2020-11-18T00:46:45.568Z] #47 66.03 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-18T00:46:45.827Z] #47 66.03 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-18T00:46:45.827Z] #47 66.08 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-18T00:46:45.827Z] #47 66.19 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-18T00:46:45.827Z] #47 66.23 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-18T00:46:45.827Z] #47 66.25 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-18T00:46:45.827Z] #47 66.28 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-18T00:46:46.084Z] #47 66.30 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-18T00:46:46.084Z] #47 66.32 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-18T00:46:46.084Z] #47 66.34 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-18T00:46:46.084Z] #47 66.36 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-18T00:46:46.084Z] #47 66.37 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-18T00:46:46.084Z] #47 66.39 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-18T00:46:46.084Z] #47 66.46 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-18T00:46:46.084Z] #47 66.46 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-18T00:46:46.340Z] #47 66.57 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-18T00:46:46.340Z] #47 66.79 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-18T00:46:46.597Z] #47 66.79 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-18T00:46:46.597Z] #47 66.86 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-18T00:46:46.597Z] #47 66.93 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-18T00:46:46.597Z] #47 67.03 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-18T00:46:46.853Z] #47 67.04 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-18T00:46:46.853Z] #47 67.10 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-18T00:46:46.853Z] #47 67.15 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-18T00:46:46.853Z] #47 ... [2020-11-18T00:46:46.853Z] [2020-11-18T00:46:46.853Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:46.853Z] #11 46.76 Reading package lists... [2020-11-18T00:46:46.853Z] #11 57.48 Building dependency tree... [2020-11-18T00:46:46.853Z] #11 62.92 The following additional packages will be installed: [2020-11-18T00:46:46.853Z] #11 62.92 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-18T00:46:46.853Z] #11 62.92 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-18T00:46:46.853Z] #11 62.92 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-18T00:46:46.853Z] #11 62.97 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-18T00:46:46.853Z] #11 63.02 Suggested packages: [2020-11-18T00:46:46.853Z] #11 63.02 gcc-8-locales seccomp wine64 [2020-11-18T00:46:46.853Z] #11 65.09 The following NEW packages will be installed: [2020-11-18T00:46:46.853Z] #11 65.12 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-18T00:46:46.854Z] #11 65.12 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-18T00:46:46.854Z] #11 65.12 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-18T00:46:46.854Z] #11 65.12 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-18T00:46:46.854Z] #11 65.13 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-18T00:46:46.854Z] #11 65.15 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-18T00:46:46.854Z] #11 65.83 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:46:46.854Z] #11 65.83 Need to get 77.7 MB of archives. [2020-11-18T00:46:46.854Z] #11 65.83 After this operation, 487 MB of additional disk space will be used. [2020-11-18T00:46:46.854Z] #11 65.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-11-18T00:46:46.854Z] #11 66.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-11-18T00:46:46.854Z] #11 66.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-18T00:46:46.854Z] #11 66.70 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-11-18T00:46:46.854Z] #11 66.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-18T00:46:46.854Z] #11 66.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-18T00:46:46.854Z] #11 ... [2020-11-18T00:46:46.854Z] [2020-11-18T00:46:46.854Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:46.854Z] #54 1.475 + RM_GOPATH=0 [2020-11-18T00:46:46.854Z] #54 1.475 + TMP_GOPATH= [2020-11-18T00:46:46.854Z] #54 1.475 + : /build [2020-11-18T00:46:46.854Z] #54 1.475 + '[' -z '' ']' [2020-11-18T00:46:46.854Z] #54 1.475 ++ mktemp -d [2020-11-18T00:46:46.854Z] #54 1.475 + export GOPATH=/tmp/tmp.zamWSPgo8Z [2020-11-18T00:46:46.854Z] #54 1.475 + GOPATH=/tmp/tmp.zamWSPgo8Z [2020-11-18T00:46:46.854Z] #54 1.475 + RM_GOPATH=1 [2020-11-18T00:46:46.854Z] #54 1.475 + case "$(go env GOARCH)" in [2020-11-18T00:46:46.854Z] #54 1.475 ++ go env GOARCH [2020-11-18T00:46:46.854Z] #54 1.546 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:46:46.854Z] #54 1.546 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:46:46.854Z] #54 1.546 ++ dirname /tmp/install/install.sh [2020-11-18T00:46:46.854Z] #54 1.573 + dir=/tmp/install [2020-11-18T00:46:46.854Z] #54 1.573 + bin=containerd [2020-11-18T00:46:46.854Z] #54 1.573 + shift [2020-11-18T00:46:46.854Z] #54 1.573 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-18T00:46:46.854Z] #54 1.573 + . /tmp/install/containerd.installer [2020-11-18T00:46:46.854Z] #54 1.573 ++ set -e [2020-11-18T00:46:46.854Z] #54 1.573 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:46:46.854Z] #54 1.573 + install_containerd [2020-11-18T00:46:46.854Z] #54 1.573 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-18T00:46:46.854Z] #54 1.573 + git clone https://github.com/containerd/containerd.git /tmp/tmp.zamWSPgo8Z/src/github.com/containerd/containerd [2020-11-18T00:46:46.854Z] #54 1.573 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:46:46.854Z] #54 1.625 Cloning into '/tmp/tmp.zamWSPgo8Z/src/github.com/containerd/containerd'... [2020-11-18T00:46:48.748Z] #54 ... [2020-11-18T00:46:48.748Z] [2020-11-18T00:46:48.748Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:48.748Z] #32 58.87 sync [2020-11-18T00:46:48.748Z] #32 58.87 internal/reflectlite [2020-11-18T00:46:48.748Z] #32 63.45 sort [2020-11-18T00:46:48.748Z] #32 63.45 errors [2020-11-18T00:46:48.748Z] #32 64.45 strconv [2020-11-18T00:46:48.748Z] #32 65.40 io [2020-11-18T00:46:48.748Z] #32 68.02 internal/oserror [2020-11-18T00:46:48.748Z] #32 68.24 syscall [2020-11-18T00:46:48.748Z] #32 ... [2020-11-18T00:46:48.748Z] [2020-11-18T00:46:48.748Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:46:48.748Z] #34 68.85 Selecting previously unselected package libicu63:amd64. [2020-11-18T00:46:48.748Z] #34 68.91 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-18T00:46:48.748Z] #34 68.95 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-18T00:46:50.825Z] #11 ... [2020-11-18T00:46:50.825Z] [2020-11-18T00:46:50.825Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:50.825Z] #40 93.16 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-18T00:46:50.825Z] #40 93.27 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-18T00:46:50.825Z] #40 93.43 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:51.184Z] #40 93.71 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-18T00:46:51.184Z] #40 93.75 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:51.448Z] #40 93.81 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-18T00:46:51.448Z] #40 93.86 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-18T00:46:51.710Z] [2020-11-18T00:46:51.710Z] #40 ... [2020-11-18T00:46:51.710Z] [2020-11-18T00:46:51.710Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:51.710Z] #35 10.58 -- Detecting C compile features - done [2020-11-18T00:46:51.710Z] #35 10.65 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-18T00:46:51.710Z] #35 11.26 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-18T00:46:51.710Z] #35 11.62 -- Configuring done [2020-11-18T00:46:51.710Z] #35 11.62 -- Generating done [2020-11-18T00:46:51.710Z] #35 11.69 -- Build files have been written to: /tmp/tmp.2NFiURXSof/tini [2020-11-18T00:46:51.710Z] #35 11.72 + make tini-static [2020-11-18T00:46:51.710Z] #35 12.46 Scanning dependencies of target tini-static [2020-11-18T00:46:51.710Z] #35 12.68 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-18T00:46:51.710Z] #35 15.18 [100%] Linking C executable tini-static [2020-11-18T00:46:51.710Z] #35 16.04 [100%] Built target tini-static [2020-11-18T00:46:51.710Z] #35 16.13 + mkdir -p /build [2020-11-18T00:46:51.710Z] #35 16.14 + cp tini-static /build/docker-init [2020-11-18T00:46:51.710Z] #35 DONE 17.0s [2020-11-18T00:46:51.710Z] [2020-11-18T00:46:51.710Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:51.710Z] #40 94.24 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:51.710Z] #40 94.27 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-18T00:46:51.710Z] #40 94.33 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-18T00:46:52.367Z] #40 ... [2020-11-18T00:46:52.367Z] [2020-11-18T00:46:52.367Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:52.367Z] #43 84.86 time [2020-11-18T00:46:52.367Z] #43 92.19 strings [2020-11-18T00:46:52.367Z] #43 93.49 os [2020-11-18T00:46:52.367Z] #43 ... [2020-11-18T00:46:52.367Z] [2020-11-18T00:46:52.367Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:52.367Z] #32 88.57 internal/fmtsort [2020-11-18T00:46:52.367Z] #32 88.94 internal/syscall/execenv [2020-11-18T00:46:52.367Z] #32 89.39 internal/syscall/unix [2020-11-18T00:46:52.367Z] #32 89.84 os [2020-11-18T00:46:52.367Z] #32 89.87 strings [2020-11-18T00:46:52.367Z] #32 94.39 path [2020-11-18T00:46:52.367Z] #32 94.79 fmt [2020-11-18T00:46:53.368Z] #32 ... [2020-11-18T00:46:53.368Z] [2020-11-18T00:46:53.368Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:53.368Z] #43 95.84 regexp/syntax [2020-11-18T00:46:53.399Z] #52 ... [2020-11-18T00:46:53.399Z] [2020-11-18T00:46:53.399Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:53.399Z] #42 62.28 AR soccr/libsoccr.a [2020-11-18T00:46:53.399Z] #42 62.32 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-18T00:46:53.399Z] #42 62.72 DEP criu/arch/ppc64/sigframe.d [2020-11-18T00:46:53.399Z] #42 62.91 DEP criu/arch/ppc64/crtools.d [2020-11-18T00:46:53.399Z] #42 63.12 DEP criu/arch/ppc64/cpu.d [2020-11-18T00:46:53.399Z] #42 63.39 CC criu/arch/ppc64/cpu.o [2020-11-18T00:46:53.399Z] #42 64.04 CC criu/arch/ppc64/crtools.o [2020-11-18T00:46:53.399Z] #42 65.06 CC criu/arch/ppc64/sigframe.o [2020-11-18T00:46:53.399Z] #42 65.34 LINK criu/arch/ppc64/crtools.built-in.o [2020-11-18T00:46:53.399Z] #42 65.42 DEP criu/pie/util-vdso.d [2020-11-18T00:46:53.399Z] #42 65.63 DEP criu/pie/util.d [2020-11-18T00:46:53.399Z] #42 65.82 CC criu/pie/util.o [2020-11-18T00:46:53.399Z] #42 66.16 CC criu/pie/util-vdso.o [2020-11-18T00:46:53.399Z] #42 66.94 AR criu/pie/pie.lib.a [2020-11-18T00:46:53.399Z] #42 67.03 DEP criu/pie/restorer.d [2020-11-18T00:46:53.399Z] #42 67.32 DEP criu/arch/ppc64/vdso-trampoline.d [2020-11-18T00:46:53.399Z] #42 67.34 DEP criu/arch/ppc64/restorer.d [2020-11-18T00:46:53.399Z] #42 67.55 DEP criu/arch/ppc64/vdso-pie.d [2020-11-18T00:46:53.399Z] #42 67.70 DEP criu/pie/parasite-vdso.d [2020-11-18T00:46:53.399Z] #42 67.89 DEP criu/pie/parasite.d [2020-11-18T00:46:53.399Z] #42 68.15 CC criu/pie/parasite.o [2020-11-18T00:46:53.399Z] #42 69.70 LINK criu/pie/parasite.built-in.o [2020-11-18T00:46:53.399Z] #42 69.71 GEN criu/pie/parasite-blob.h [2020-11-18T00:46:53.399Z] #42 69.78 CC criu/pie/parasite-vdso.o [2020-11-18T00:46:53.399Z] #42 70.58 CC criu/arch/ppc64/vdso-pie.o [2020-11-18T00:46:53.699Z] #42 71.02 CC criu/arch/ppc64/restorer.o [2020-11-18T00:46:53.999Z] #42 71.49 CC criu/arch/ppc64/vdso-trampoline.o [2020-11-18T00:46:53.999Z] #42 71.52 CC criu/pie/restorer.o [2020-11-18T00:46:54.007Z] #34 ... [2020-11-18T00:46:54.007Z] [2020-11-18T00:46:54.007Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:46:54.007Z] #30 71.87 Checking out files: 78% (1190/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-11-18T00:46:54.007Z] #30 73.50 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-18T00:46:54.007Z] #30 73.66 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-18T00:46:54.333Z] #43 ... [2020-11-18T00:46:54.333Z] [2020-11-18T00:46:54.333Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:54.333Z] #49 86.81 context [2020-11-18T00:46:54.333Z] #49 87.92 internal/poll [2020-11-18T00:46:54.333Z] #49 91.61 os [2020-11-18T00:46:54.333Z] #49 94.75 encoding/binary [2020-11-18T00:46:54.333Z] #49 ... [2020-11-18T00:46:54.333Z] [2020-11-18T00:46:54.333Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:54.333Z] #32 96.05 path/filepath [2020-11-18T00:46:54.571Z] #30 ... [2020-11-18T00:46:54.572Z] [2020-11-18T00:46:54.572Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:54.572Z] #43 64.92 github.com/LK4D4/vndr/godl/singleflight [2020-11-18T00:46:54.572Z] #43 65.62 math/rand [2020-11-18T00:46:54.572Z] #43 67.16 internal/singleflight [2020-11-18T00:46:54.572Z] #43 68.05 strconv [2020-11-18T00:46:54.572Z] #43 68.05 bytes [2020-11-18T00:46:54.572Z] #43 71.56 bufio [2020-11-18T00:46:54.572Z] #43 73.49 reflect [2020-11-18T00:46:54.572Z] #43 74.15 syscall [2020-11-18T00:46:54.675Z] Commit message: "Merge commit '131bf7e685fe604b7ff939e82c9d7adeedc9cc85' into HEAD" [2020-11-18T00:46:54.829Z] #43 ... [2020-11-18T00:46:54.829Z] [2020-11-18T00:46:54.829Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:46:54.829Z] #49 75.17 syscall [2020-11-18T00:46:54.829Z] #49 75.23 reflect [2020-11-18T00:46:54.706Z] > git rev-list --no-walk f4aafedc4857082caf04b017d372af095365ad1b # timeout=10 [2020-11-18T00:46:55.539Z] #42 ... [2020-11-18T00:46:55.539Z] [2020-11-18T00:46:55.539Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:46:55.539Z] #19 11.77 Fetched 8176 kB in 11s (729 kB/s) [2020-11-18T00:46:55.539Z] #19 11.77 Reading package lists... [2020-11-18T00:46:55.539Z] #19 16.28 Reading package lists... [2020-11-18T00:46:55.539Z] #19 20.52 Building dependency tree... [2020-11-18T00:46:55.539Z] #19 21.81 libcap2-bin is already the newest version (1:2.25-2). [2020-11-18T00:46:55.539Z] #19 21.81 The following additional packages will be installed: [2020-11-18T00:46:55.539Z] #19 21.82 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-18T00:46:55.839Z] #19 ... [2020-11-18T00:46:55.839Z] [2020-11-18T00:46:55.839Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:55.839Z] #57 125.1 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-18T00:46:55.839Z] #57 125.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-18T00:46:55.839Z] #57 DONE 133.2s [2020-11-18T00:46:55.839Z] [2020-11-18T00:46:55.839Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:46:55.839Z] #19 21.82 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-18T00:46:55.839Z] #19 21.82 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-18T00:46:55.839Z] #19 21.82 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-18T00:46:55.840Z] #19 21.82 python3.7 python3.7-minimal vim-runtime xxd [2020-11-18T00:46:55.840Z] #19 21.82 Suggested packages: [2020-11-18T00:46:55.840Z] #19 21.82 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-18T00:46:55.840Z] #19 21.82 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-18T00:46:55.840Z] #19 21.82 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-18T00:46:55.840Z] #19 21.82 Recommended packages: [2020-11-18T00:46:55.840Z] #19 21.82 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-18T00:46:55.840Z] #19 21.82 python3-keyrings.alt python3-xdg unzip [2020-11-18T00:46:55.840Z] #19 ... [2020-11-18T00:46:55.840Z] [2020-11-18T00:46:55.840Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-18T00:46:55.840Z] #58 DONE 0.1s [2020-11-18T00:46:55.840Z] [2020-11-18T00:46:55.840Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-18T00:46:55.840Z] #59 DONE 0.1s [2020-11-18T00:46:55.840Z] [2020-11-18T00:46:55.840Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:46:55.840Z] #44 124.8 vendor/golang.org/x/text/unicode/norm [2020-11-18T00:46:55.840Z] #44 127.4 github.com/LK4D4/vndr/build [2020-11-18T00:46:56.258Z] #32 98.60 io/ioutil [2020-11-18T00:46:56.724Z] #49 ... [2020-11-18T00:46:56.724Z] [2020-11-18T00:46:56.724Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:56.724Z] #40 67.00 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:46:56.724Z] #40 67.34 Fetched 4095 kB in 1s (5020 kB/s) [2020-11-18T00:46:56.724Z] #40 67.55 Selecting previously unselected package libcap-dev:amd64. [2020-11-18T00:46:56.724Z] #40 67.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-18T00:46:56.724Z] #40 67.74 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 67.75 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-18T00:46:56.724Z] #40 68.09 Selecting previously unselected package libnet1:amd64. [2020-11-18T00:46:56.724Z] #40 68.09 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 68.16 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-18T00:46:56.724Z] #40 68.32 Selecting previously unselected package libnet1-dev. [2020-11-18T00:46:56.724Z] #40 68.32 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 68.33 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-18T00:46:56.724Z] #40 68.85 Selecting previously unselected package libnl-3-200:amd64. [2020-11-18T00:46:56.724Z] #40 68.85 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 68.87 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-18T00:46:56.724Z] #40 69.12 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-18T00:46:56.724Z] #40 69.14 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 69.16 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-18T00:46:56.724Z] #40 69.62 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-18T00:46:56.724Z] #40 69.65 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 69.66 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-18T00:46:56.724Z] #40 70.01 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-18T00:46:56.724Z] #40 70.03 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 70.03 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-18T00:46:56.724Z] #40 70.15 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-18T00:46:56.724Z] #40 70.19 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 70.21 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-18T00:46:56.724Z] #40 70.64 Selecting previously unselected package libprotobuf17:amd64. [2020-11-18T00:46:56.724Z] #40 70.67 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 70.68 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:56.724Z] #40 71.69 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-18T00:46:56.724Z] #40 71.70 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 71.71 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:56.724Z] #40 72.06 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-18T00:46:56.724Z] #40 72.06 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 72.08 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:56.724Z] #40 74.54 Selecting previously unselected package libprotoc17:amd64. [2020-11-18T00:46:56.724Z] #40 74.57 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 74.60 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-18T00:46:56.724Z] #40 75.98 Selecting previously unselected package protobuf-c-compiler. [2020-11-18T00:46:56.724Z] #40 76.00 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 76.01 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-18T00:46:56.724Z] #40 76.31 Selecting previously unselected package protobuf-compiler. [2020-11-18T00:46:56.724Z] #40 76.32 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:56.724Z] #40 76.33 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-18T00:46:56.724Z] #40 76.66 Selecting previously unselected package python-pkg-resources. [2020-11-18T00:46:56.724Z] #40 76.66 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-18T00:46:56.724Z] #40 76.69 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-18T00:46:56.724Z] #40 77.21 Selecting previously unselected package python-six. [2020-11-18T00:46:56.980Z] #40 77.25 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-18T00:46:56.980Z] #40 77.26 Unpacking python-six (1.12.0-1) ... [2020-11-18T00:46:56.980Z] #40 ... [2020-11-18T00:46:56.980Z] [2020-11-18T00:46:56.981Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:46:56.981Z] #47 67.33 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-18T00:46:56.981Z] #47 67.47 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-18T00:46:56.981Z] #47 67.48 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-18T00:46:56.981Z] #47 67.54 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-18T00:46:56.981Z] #47 67.71 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-18T00:46:57.203Z] #32 99.83 text/tabwriter [2020-11-18T00:46:57.237Z] #47 ... [2020-11-18T00:46:57.237Z] [2020-11-18T00:46:57.237Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:46:57.237Z] #11 67.44 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-18T00:46:57.237Z] #11 68.01 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-18T00:46:57.237Z] #11 68.07 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-11-18T00:46:57.237Z] #11 72.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-11-18T00:46:57.237Z] #11 76.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-18T00:46:57.237Z] #11 76.54 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-18T00:46:57.237Z] #11 76.58 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-18T00:46:57.237Z] #11 76.59 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-18T00:46:57.237Z] #11 76.60 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-11-18T00:46:57.237Z] #11 76.62 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-18T00:46:57.237Z] #11 76.63 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-18T00:46:57.237Z] #11 76.69 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-18T00:46:57.237Z] #11 76.74 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-18T00:46:57.237Z] #11 76.79 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-18T00:46:57.237Z] #11 76.82 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-18T00:46:57.237Z] #11 76.94 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-18T00:46:57.237Z] #11 76.94 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-11-18T00:46:57.237Z] #11 76.97 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-18T00:46:57.237Z] #11 76.98 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-18T00:46:57.237Z] #11 ... [2020-11-18T00:46:57.237Z] [2020-11-18T00:46:57.237Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:46:57.237Z] #40 77.52 Selecting previously unselected package python-protobuf. [2020-11-18T00:46:57.237Z] #40 77.54 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-18T00:46:57.237Z] #40 77.56 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-18T00:46:57.956Z] #44 ... [2020-11-18T00:46:57.956Z] [2020-11-18T00:46:57.956Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:46:57.956Z] #42 75.13 LINK criu/pie/restorer.built-in.o [2020-11-18T00:46:57.956Z] #42 75.15 GEN criu/pie/restorer-blob.h [2020-11-18T00:46:57.956Z] #42 75.25 DEP criu/vdso.d [2020-11-18T00:46:57.956Z] #42 75.41 DEP criu/uts_ns.d [2020-11-18T00:46:58.206Z] + docker version [2020-11-18T00:46:58.268Z] #42 75.61 DEP criu/util.d [2020-11-18T00:46:58.268Z] #42 75.88 DEP criu/uffd.d [2020-11-18T00:46:58.424Z] #40 78.56 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-18T00:46:58.566Z] #42 76.00 DEP criu/tun.d [2020-11-18T00:46:58.865Z] #42 76.15 DEP criu/tty.d [2020-11-18T00:46:58.865Z] #42 76.32 DEP criu/timerfd.d [2020-11-18T00:46:59.126Z] #32 101.6 github.com/BurntSushi/toml [2020-11-18T00:46:59.126Z] #32 101.7 flag [2020-11-18T00:46:59.165Z] #42 76.54 DEP criu/timens.d [2020-11-18T00:46:59.467Z] #42 76.71 DEP criu/sysfs_parse.d [2020-11-18T00:46:59.467Z] #42 76.96 DEP criu/sysctl.d [2020-11-18T00:46:59.768Z] #42 77.16 DEP criu/string.d [2020-11-18T00:46:59.768Z] #42 77.20 DEP criu/stats.d [2020-11-18T00:47:00.071Z] #42 77.35 DEP criu/sockets.d [2020-11-18T00:47:00.071Z] #42 77.56 DEP criu/sk-unix.d [2020-11-18T00:47:00.372Z] #42 77.80 DEP criu/sk-tcp.d [2020-11-18T00:47:00.674Z] #42 78.05 DEP criu/sk-queue.d [2020-11-18T00:47:00.947Z] #40 ... [2020-11-18T00:47:00.947Z] [2020-11-18T00:47:00.947Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:00.947Z] #32 70.71 reflect [2020-11-18T00:47:00.947Z] #32 79.50 time [2020-11-18T00:47:00.947Z] #32 ... [2020-11-18T00:47:00.947Z] [2020-11-18T00:47:00.947Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:47:00.947Z] #11 78.42 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:47:00.947Z] #11 78.69 Fetched 77.7 MB in 11s (6776 kB/s) [2020-11-18T00:47:00.947Z] #11 78.89 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-18T00:47:00.947Z] #11 78.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-18T00:47:00.947Z] #11 79.03 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-18T00:47:00.947Z] #11 79.05 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-18T00:47:00.978Z] #42 78.25 DEP criu/sk-packet.d [2020-11-18T00:47:00.978Z] #42 78.46 DEP criu/sk-netlink.d [2020-11-18T00:47:01.049Z] #32 ... [2020-11-18T00:47:01.049Z] [2020-11-18T00:47:01.049Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:47:01.049Z] #40 103.5 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-18T00:47:01.049Z] #40 103.5 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:47:01.278Z] #42 78.67 DEP criu/sk-inet.d [2020-11-18T00:47:01.584Z] #42 78.92 DEP criu/signalfd.d [2020-11-18T00:47:01.913Z] #42 79.12 DEP criu/sigframe.d [2020-11-18T00:47:01.913Z] #42 79.23 DEP criu/shmem.d [2020-11-18T00:47:01.913Z] #42 79.47 DEP criu/servicefd.d [2020-11-18T00:47:01.994Z] #40 DONE 104.6s [2020-11-18T00:47:01.994Z] [2020-11-18T00:47:01.994Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:02.227Z] #42 79.71 DEP criu/seize.d [2020-11-18T00:47:02.527Z] #42 79.87 DEP criu/seccomp.d [2020-11-18T00:47:02.527Z] #42 80.06 DEP criu/rst-malloc.d [2020-11-18T00:47:02.827Z] #42 80.16 DEP criu/rbtree.d [2020-11-18T00:47:02.827Z] #42 80.19 DEP criu/pstree.d [2020-11-18T00:47:02.827Z] #42 80.36 DEP criu/protobuf.d [2020-11-18T00:47:03.128Z] #42 80.55 GEN criu/protobuf-desc-gen.h [2020-11-18T00:47:03.469Z] #11 83.41 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-18T00:47:03.470Z] #11 83.42 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-18T00:47:03.470Z] #11 83.42 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-18T00:47:03.475Z] INFO [loader] Go packages loading at mode 575 (exports_file|name|types_sizes|compiled_files|files|imports|deps) took 1m57.643143144s [2020-11-18T00:47:03.475Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 457.179688ms [2020-11-18T00:47:04.191Z] #42 ... [2020-11-18T00:47:04.191Z] [2020-11-18T00:47:04.191Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:47:04.191Z] #19 24.96 The following NEW packages will be installed: [2020-11-18T00:47:04.191Z] #19 24.96 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-18T00:47:04.191Z] #19 24.96 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-18T00:47:04.191Z] #19 24.96 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-18T00:47:04.191Z] #19 24.96 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-18T00:47:04.191Z] #19 24.97 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-18T00:47:04.191Z] #19 24.97 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-18T00:47:04.191Z] #19 24.97 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-18T00:47:04.191Z] #19 24.97 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-18T00:47:04.191Z] #19 24.97 xz-utils zip [2020-11-18T00:47:04.191Z] #19 25.08 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:47:04.191Z] #19 25.08 Need to get 29.2 MB of archives. [2020-11-18T00:47:04.191Z] #19 25.08 After this operation, 134 MB of additional disk space will be used. [2020-11-18T00:47:04.191Z] #19 25.08 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-11-18T00:47:04.191Z] #19 25.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2020-11-18T00:47:04.191Z] #19 25.31 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2020-11-18T00:47:04.191Z] #19 25.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-11-18T00:47:04.191Z] #19 25.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-11-18T00:47:04.191Z] #19 25.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2020-11-18T00:47:04.191Z] #19 25.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-11-18T00:47:04.191Z] #19 25.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-11-18T00:47:04.191Z] #19 25.75 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-11-18T00:47:04.191Z] #19 25.75 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-11-18T00:47:04.191Z] #19 25.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-11-18T00:47:04.191Z] #19 25.76 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-11-18T00:47:04.191Z] #19 25.77 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-11-18T00:47:04.191Z] #19 25.78 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-11-18T00:47:04.191Z] #19 25.78 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-11-18T00:47:04.191Z] #19 25.79 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-11-18T00:47:04.191Z] #19 25.83 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-18T00:47:04.191Z] #19 25.84 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-18T00:47:04.191Z] #19 25.85 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-11-18T00:47:04.191Z] #19 25.85 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-11-18T00:47:04.191Z] #19 25.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-11-18T00:47:04.191Z] #19 25.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-11-18T00:47:04.191Z] #19 25.93 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-11-18T00:47:04.191Z] #19 25.94 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-11-18T00:47:04.191Z] #19 25.95 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-11-18T00:47:04.191Z] #19 25.96 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-11-18T00:47:04.191Z] #19 25.97 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-11-18T00:47:04.191Z] #19 26.06 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-11-18T00:47:04.191Z] #19 26.11 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-18T00:47:04.191Z] #19 26.65 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-11-18T00:47:04.191Z] #19 26.65 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-11-18T00:47:04.191Z] #19 26.65 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-11-18T00:47:04.191Z] #19 26.66 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-11-18T00:47:04.191Z] #19 26.67 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-11-18T00:47:04.191Z] #19 26.69 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-11-18T00:47:04.191Z] #19 26.80 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-18T00:47:04.191Z] #19 26.80 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-11-18T00:47:04.191Z] #19 26.80 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-11-18T00:47:04.191Z] #19 26.82 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-18T00:47:04.191Z] #19 26.85 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-11-18T00:47:04.191Z] #19 26.87 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-18T00:47:04.191Z] #19 26.88 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-11-18T00:47:04.191Z] #19 26.94 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-11-18T00:47:04.191Z] #19 26.95 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-11-18T00:47:04.191Z] #19 26.97 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-18T00:47:04.191Z] #19 27.34 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-11-18T00:47:04.191Z] #19 27.42 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-11-18T00:47:04.191Z] #19 27.46 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-11-18T00:47:04.191Z] #19 28.27 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:47:04.191Z] #19 28.37 Fetched 29.2 MB in 2s (11.9 MB/s) [2020-11-18T00:47:04.191Z] #19 28.46 Selecting previously unselected package pigz. [2020-11-18T00:47:04.191Z] #19 28.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-11-18T00:47:04.191Z] #19 28.55 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-11-18T00:47:04.191Z] #19 28.56 Unpacking pigz (2.4-1) ... [2020-11-18T00:47:04.191Z] #19 28.69 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-11-18T00:47:04.191Z] #19 28.70 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-18T00:47:04.191Z] #19 28.70 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-18T00:47:04.191Z] #19 29.21 Selecting previously unselected package python3.7-minimal. [2020-11-18T00:47:04.191Z] #19 29.22 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-18T00:47:04.191Z] #19 29.24 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-18T00:47:04.191Z] #19 30.18 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-18T00:47:04.191Z] #19 30.20 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-18T00:47:04.547Z] #41 ... [2020-11-18T00:47:04.547Z] [2020-11-18T00:47:04.547Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:04.547Z] #49 97.26 fmt [2020-11-18T00:47:04.547Z] #49 98.00 encoding/base64 [2020-11-18T00:47:04.547Z] #49 99.48 golang.org/x/sys/unix [2020-11-18T00:47:04.547Z] #49 103.4 encoding/json [2020-11-18T00:47:04.809Z] #49 ... [2020-11-18T00:47:04.809Z] [2020-11-18T00:47:04.809Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:47:04.809Z] #11 97.84 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-18T00:47:04.809Z] #11 97.84 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-18T00:47:04.809Z] #11 97.85 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-18T00:47:04.809Z] #11 106.5 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-18T00:47:04.809Z] #11 106.5 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-18T00:47:04.809Z] #11 106.5 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:47:04.809Z] #11 106.9 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-18T00:47:04.809Z] #11 106.9 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-18T00:47:04.809Z] #11 106.9 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:47:04.838Z] #11 ... [2020-11-18T00:47:04.838Z] [2020-11-18T00:47:04.838Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:47:04.838Z] #34 81.23 Selecting previously unselected package libxml2:amd64. [2020-11-18T00:47:04.838Z] #34 81.24 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-18T00:47:04.838Z] #34 81.24 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-18T00:47:04.838Z] #34 82.33 Selecting previously unselected package libarchive13:amd64. [2020-11-18T00:47:04.838Z] #34 82.33 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-18T00:47:04.838Z] #34 82.38 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-18T00:47:04.838Z] #34 82.85 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-18T00:47:04.838Z] #34 82.86 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-18T00:47:04.838Z] #34 82.87 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-18T00:47:04.838Z] #34 83.09 Selecting previously unselected package librhash0:amd64. [2020-11-18T00:47:04.838Z] #34 83.10 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-18T00:47:04.838Z] #34 83.10 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-18T00:47:04.839Z] #34 83.42 Selecting previously unselected package libuv1:amd64. [2020-11-18T00:47:04.839Z] #34 83.43 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-18T00:47:04.839Z] #34 83.43 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-18T00:47:04.839Z] #34 83.71 Selecting previously unselected package cmake. [2020-11-18T00:47:04.839Z] #34 83.72 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-18T00:47:04.839Z] #34 83.72 Unpacking cmake (3.13.4-1) ... [2020-11-18T00:47:05.321Z] Client: Docker Engine - Enterprise [2020-11-18T00:47:05.321Z] Version: 19.03.12 [2020-11-18T00:47:05.321Z] API version: 1.40 [2020-11-18T00:47:05.321Z] Go version: go1.13.13 [2020-11-18T00:47:05.321Z] Git commit: 4306744 [2020-11-18T00:47:05.321Z] Built: 08/05/2020 19:27:53 [2020-11-18T00:47:05.321Z] OS/Arch: windows/amd64 [2020-11-18T00:47:05.321Z] Experimental: false [2020-11-18T00:47:05.321Z] [2020-11-18T00:47:05.321Z] Server: Docker Engine - Enterprise [2020-11-18T00:47:05.321Z] Engine: [2020-11-18T00:47:05.321Z] Version: 19.03.12 [2020-11-18T00:47:05.321Z] API version: 1.40 (minimum version 1.24) [2020-11-18T00:47:05.321Z] Go version: go1.13.13 [2020-11-18T00:47:05.321Z] Git commit: f295753ffd [2020-11-18T00:47:05.321Z] Built: 08/05/2020 19:26:41 [2020-11-18T00:47:05.321Z] OS/Arch: windows/amd64 [2020-11-18T00:47:05.321Z] Experimental: true [2020-11-18T00:47:05.387Z] #11 ... [2020-11-18T00:47:05.387Z] [2020-11-18T00:47:05.387Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:05.387Z] #41 3.361 Note: Building without setproctitle() and strlcpy() support. [2020-11-18T00:47:05.387Z] #41 3.362 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-18T00:47:05.387Z] #41 3.378 Note: Building without GnuTLS support [2020-11-18T00:47:05.387Z] #41 3.378 Makefile.config:39: Warn: you have no libnftables installed [2020-11-18T00:47:05.387Z] #41 3.378 Makefile.config:40: Warn: Building without nftables support [Pipeline] sh [2020-11-18T00:47:06.211Z] #34 ... [2020-11-18T00:47:06.211Z] [2020-11-18T00:47:06.211Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:47:06.211Z] #40 86.48 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-18T00:47:06.211Z] #40 86.49 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-18T00:47:06.211Z] #40 86.53 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-18T00:47:06.211Z] #40 86.55 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-18T00:47:06.211Z] #40 86.56 Setting up python-six (1.12.0-1) ... [2020-11-18T00:47:06.775Z] #41 ... [2020-11-18T00:47:06.775Z] [2020-11-18T00:47:06.775Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:06.775Z] #43 99.47 fmt [2020-11-18T00:47:06.775Z] #43 103.1 regexp [2020-11-18T00:47:06.775Z] #43 105.5 go/token [2020-11-18T00:47:06.775Z] #43 106.6 go/scanner [2020-11-18T00:47:06.775Z] #43 108.5 go/ast [2020-11-18T00:47:06.775Z] #43 108.6 internal/lazyregexp [2020-11-18T00:47:06.775Z] #43 109.1 net/url [2020-11-18T00:47:06.876Z] + docker info [2020-11-18T00:47:06.979Z] #19 33.07 Selecting previously unselected package python3-minimal. [2020-11-18T00:47:06.979Z] #19 33.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2020-11-18T00:47:06.979Z] #19 33.13 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-11-18T00:47:06.979Z] #19 33.14 Unpacking python3-minimal (3.7.3-1) ... [2020-11-18T00:47:06.979Z] #19 33.24 Selecting previously unselected package libmpdec2:ppc64el. [2020-11-18T00:47:06.979Z] #19 33.24 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-11-18T00:47:06.979Z] #19 33.27 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-11-18T00:47:07.277Z] #19 33.47 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-11-18T00:47:07.277Z] #19 33.47 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-18T00:47:07.277Z] #19 33.47 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-18T00:47:08.164Z] #43 ... [2020-11-18T00:47:08.164Z] [2020-11-18T00:47:08.164Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:08.164Z] #41 6.238 fatal: not a git repository (or any of the parent directories): .git [2020-11-18T00:47:08.358Z] #19 34.53 Selecting previously unselected package python3.7. [2020-11-18T00:47:08.358Z] #19 34.54 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-18T00:47:08.358Z] #19 34.54 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-18T00:47:08.358Z] #19 34.67 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-11-18T00:47:08.426Z] #41 6.455 GEN .gitid [2020-11-18T00:47:08.426Z] #41 6.534 GEN criu/include/version.h [2020-11-18T00:47:08.658Z] #19 34.67 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-11-18T00:47:08.658Z] #19 34.69 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-18T00:47:08.658Z] #19 34.78 Setting up python3-minimal (3.7.3-1) ... [2020-11-18T00:47:08.687Z] #41 6.614 GEN include/common/asm [2020-11-18T00:47:08.958Z] #19 ... [2020-11-18T00:47:08.958Z] [2020-11-18T00:47:08.958Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:08.958Z] #44 136.5 vendor/golang.org/x/net/http2/hpack [2020-11-18T00:47:08.958Z] #44 138.1 vendor/golang.org/x/net/idna [2020-11-18T00:47:08.958Z] #44 138.6 mime [2020-11-18T00:47:08.958Z] #44 142.1 net/http/internal [2020-11-18T00:47:08.958Z] #44 145.8 net/textproto [2020-11-18T00:47:08.958Z] #44 145.8 vendor/golang.org/x/net/http/httpproxy [2020-11-18T00:47:08.958Z] #44 145.8 crypto/x509 [2020-11-18T00:47:09.069Z] ok github.com/docker/docker/cmd/dockerd 0.171s coverage: 29.1% of statements [2020-11-18T00:47:09.069Z] ok github.com/docker/docker/container 0.152s coverage: 34.7% of statements [2020-11-18T00:47:09.069Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-18T00:47:09.069Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-18T00:47:09.069Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-18T00:47:09.069Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-18T00:47:09.069Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.099s coverage: 65.3% of statements [2020-11-18T00:47:09.258Z] #44 ... [2020-11-18T00:47:09.258Z] [2020-11-18T00:47:09.258Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:09.258Z] #42 82.69 DEP criu/protobuf-desc.d [2020-11-18T00:47:09.258Z] #42 82.91 DEP criu/proc_parse.d [2020-11-18T00:47:09.258Z] #42 83.11 DEP criu/plugin.d [2020-11-18T00:47:09.258Z] #42 83.21 DEP criu/pipes.d [2020-11-18T00:47:09.258Z] #42 83.41 DEP criu/pie-util.d [2020-11-18T00:47:09.258Z] #42 83.53 DEP criu/pie-util-vdso.d [2020-11-18T00:47:09.258Z] #42 83.64 DEP criu/path.d [2020-11-18T00:47:09.258Z] #42 83.82 DEP criu/parasite-syscall.d [2020-11-18T00:47:09.258Z] #42 84.04 DEP criu/pagemap.d [2020-11-18T00:47:09.258Z] #42 84.29 DEP criu/pagemap-cache.d [2020-11-18T00:47:09.258Z] #42 84.45 DEP criu/page-xfer.d [2020-11-18T00:47:09.258Z] #42 84.61 DEP criu/page-pipe.d [2020-11-18T00:47:09.258Z] #42 84.73 DEP criu/netfilter.d [2020-11-18T00:47:09.258Z] #42 84.88 DEP criu/net.d [2020-11-18T00:47:09.258Z] #42 85.13 DEP criu/namespaces.d [2020-11-18T00:47:09.258Z] #42 85.32 DEP criu/mount.d [2020-11-18T00:47:09.258Z] #42 85.59 DEP criu/memfd.d [2020-11-18T00:47:09.258Z] #42 85.78 DEP criu/mem.d [2020-11-18T00:47:09.258Z] #42 86.01 DEP criu/lsm.d [2020-11-18T00:47:09.258Z] #42 86.22 DEP criu/log.d [2020-11-18T00:47:09.258Z] #42 86.39 DEP criu/libnetlink.d [2020-11-18T00:47:09.258Z] #42 86.55 DEP criu/kerndat.d [2020-11-18T00:47:09.258Z] #42 86.81 DEP criu/kcmp-ids.d [2020-11-18T00:47:09.514Z] #40 ... [2020-11-18T00:47:09.515Z] [2020-11-18T00:47:09.515Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:47:09.515Z] #45 DONE 89.5s [2020-11-18T00:47:09.515Z] [2020-11-18T00:47:09.515Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:47:09.515Z] #11 88.47 Selecting previously unselected package binutils-mingw-w64. [2020-11-18T00:47:09.515Z] #11 88.47 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-18T00:47:09.515Z] #11 88.50 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-18T00:47:09.515Z] #11 89.50 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-18T00:47:09.515Z] #11 89.55 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-18T00:47:09.515Z] #11 89.61 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-18T00:47:09.557Z] #42 86.93 DEP criu/irmap.d [2020-11-18T00:47:09.773Z] #11 89.98 Selecting previously unselected package dmsetup. [2020-11-18T00:47:09.773Z] #11 89.99 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-18T00:47:09.773Z] #11 90.01 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-18T00:47:09.858Z] #42 87.11 DEP criu/ipc_ns.d [2020-11-18T00:47:09.858Z] #42 87.32 DEP criu/image.d [2020-11-18T00:47:09.858Z] #42 87.47 DEP criu/image-desc.d [2020-11-18T00:47:10.031Z] #11 90.44 Selecting previously unselected package mingw-w64-common. [2020-11-18T00:47:10.031Z] #11 90.48 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-18T00:47:10.031Z] #11 90.48 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-18T00:47:10.158Z] #42 87.60 DEP criu/fsnotify.d [2020-11-18T00:47:10.290Z] #11 ... [2020-11-18T00:47:10.290Z] [2020-11-18T00:47:10.290Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-18T00:47:10.290Z] #34 89.78 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-18T00:47:10.290Z] #34 89.81 Setting up xxd (2:8.1.0875-5) ... [2020-11-18T00:47:10.290Z] #34 89.82 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-18T00:47:10.290Z] #34 89.87 Setting up vim-common (2:8.1.0875-5) ... [2020-11-18T00:47:10.290Z] #34 89.91 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-18T00:47:10.290Z] #34 89.92 Setting up cmake-data (3.13.4-1) ... [2020-11-18T00:47:10.290Z] #34 89.95 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-18T00:47:10.290Z] #34 89.96 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-18T00:47:10.290Z] #34 89.97 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-18T00:47:10.290Z] #34 90.00 Setting up cmake (3.13.4-1) ... [2020-11-18T00:47:10.290Z] #34 90.01 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:47:10.290Z] #34 90.08 Processing triggers for mime-support (3.62) ... [2020-11-18T00:47:10.290Z] #34 DONE 90.6s [2020-11-18T00:47:10.290Z] [2020-11-18T00:47:10.290Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:10.458Z] #42 87.78 DEP criu/filesystems.d [2020-11-18T00:47:10.458Z] #42 87.96 DEP criu/files.d [2020-11-18T00:47:10.607Z] #41 8.809 PBCC images/timens.pb-c.c [2020-11-18T00:47:10.758Z] #42 88.18 DEP criu/files-reg.d [2020-11-18T00:47:10.759Z] #42 88.31 DEP criu/files-ext.d [2020-11-18T00:47:10.872Z] #41 8.846 DEP images/timens.pb-c.d [2020-11-18T00:47:10.872Z] #41 8.885 PBCC images/fown.pb-c.c [2020-11-18T00:47:10.872Z] #41 8.918 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-18T00:47:10.872Z] #41 9.051 PBCC images/opts.pb-c.c [2020-11-18T00:47:10.994Z] ok github.com/docker/docker/daemon/cluster/convert 0.021s coverage: 35.9% of statements [2020-11-18T00:47:11.058Z] #42 88.48 DEP criu/file-lock.d [2020-11-18T00:47:11.134Z] #41 ... [2020-11-18T00:47:11.134Z] [2020-11-18T00:47:11.134Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:11.134Z] #32 103.7 log [2020-11-18T00:47:11.134Z] #32 107.0 github.com/BurntSushi/toml/cmd/tomlv [2020-11-18T00:47:11.134Z] #32 DONE 113.7s [2020-11-18T00:47:11.134Z] [2020-11-18T00:47:11.134Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:11.134Z] #41 9.107 PBCC images/memfd.pb-c.c [2020-11-18T00:47:11.134Z] #41 9.258 DEP images/fown.pb-c.d [2020-11-18T00:47:11.134Z] #41 9.329 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-18T00:47:11.376Z] #42 88.65 DEP criu/file-ids.d [2020-11-18T00:47:11.376Z] #42 ... [2020-11-18T00:47:11.376Z] [2020-11-18T00:47:11.376Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:47:11.376Z] #19 35.97 Selecting previously unselected package python3. [2020-11-18T00:47:11.376Z] #19 35.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 ... 24022 files and directories currently installed.) [2020-11-18T00:47:11.376Z] #19 36.02 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-11-18T00:47:11.376Z] #19 36.04 Unpacking python3 (3.7.3-1) ... [2020-11-18T00:47:11.376Z] #19 36.23 Selecting previously unselected package libip4tc0:ppc64el. [2020-11-18T00:47:11.376Z] #19 36.24 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-11-18T00:47:11.376Z] #19 36.28 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-11-18T00:47:11.376Z] #19 36.39 Selecting previously unselected package libip6tc0:ppc64el. [2020-11-18T00:47:11.376Z] #19 36.40 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-11-18T00:47:11.376Z] #19 36.41 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-11-18T00:47:11.376Z] #19 36.52 Selecting previously unselected package libiptc0:ppc64el. [2020-11-18T00:47:11.376Z] #19 36.52 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-11-18T00:47:11.376Z] #19 36.53 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-11-18T00:47:11.376Z] #19 36.61 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-11-18T00:47:11.376Z] #19 36.62 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-11-18T00:47:11.376Z] #19 36.63 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-18T00:47:11.376Z] #19 36.71 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-11-18T00:47:11.376Z] #19 36.72 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-11-18T00:47:11.376Z] #19 36.73 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-18T00:47:11.376Z] #19 36.81 Selecting previously unselected package libnftnl11:ppc64el. [2020-11-18T00:47:11.376Z] #19 36.81 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-11-18T00:47:11.376Z] #19 36.81 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-11-18T00:47:11.376Z] #19 36.91 Selecting previously unselected package iptables. [2020-11-18T00:47:11.376Z] #19 36.92 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-11-18T00:47:11.376Z] #19 36.92 Unpacking iptables (1.8.2-4) ... [2020-11-18T00:47:11.376Z] #19 37.49 Selecting previously unselected package xxd. [2020-11-18T00:47:11.376Z] #19 37.50 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-18T00:47:11.376Z] #19 37.51 Unpacking xxd (2:8.1.0875-5) ... [2020-11-18T00:47:11.396Z] #41 9.406 DEP images/opts.pb-c.d [2020-11-18T00:47:11.658Z] #41 9.507 DEP images/memfd.pb-c.d [2020-11-18T00:47:11.658Z] #41 9.580 PBCC images/sit.pb-c.c [2020-11-18T00:47:11.658Z] #41 9.710 DEP images/sit.pb-c.d [2020-11-18T00:47:11.676Z] #19 37.63 Selecting previously unselected package vim-common. [2020-11-18T00:47:11.676Z] #19 37.63 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-18T00:47:11.676Z] #19 37.65 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-18T00:47:11.921Z] #41 9.833 PBCC images/macvlan.pb-c.c [2020-11-18T00:47:11.921Z] #41 9.853 DEP images/macvlan.pb-c.d [2020-11-18T00:47:11.921Z] #41 9.934 PBCC images/autofs.pb-c.c [2020-11-18T00:47:11.921Z] #41 10.00 DEP images/autofs.pb-c.d [2020-11-18T00:47:11.921Z] #41 10.03 PBCC images/sysctl.pb-c.c [2020-11-18T00:47:11.921Z] #41 10.05 DEP images/sysctl.pb-c.d [2020-11-18T00:47:11.976Z] #19 37.88 Selecting previously unselected package bash-completion. [2020-11-18T00:47:11.976Z] #19 37.90 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-18T00:47:12.183Z] #41 10.11 PBCC images/time.pb-c.c [2020-11-18T00:47:12.183Z] #41 10.14 DEP images/time.pb-c.d [2020-11-18T00:47:12.183Z] #41 10.19 PBCC images/binfmt-misc.pb-c.c [2020-11-18T00:47:12.183Z] #41 10.23 DEP images/binfmt-misc.pb-c.d [2020-11-18T00:47:12.183Z] #41 10.30 PBCC images/seccomp.pb-c.c [2020-11-18T00:47:12.191Z] #35 1.741 + RM_GOPATH=0 [2020-11-18T00:47:12.191Z] #35 1.741 + TMP_GOPATH= [2020-11-18T00:47:12.191Z] #35 1.741 + : /build [2020-11-18T00:47:12.191Z] #35 1.741 + '[' -z '' ']' [2020-11-18T00:47:12.191Z] #35 1.741 ++ mktemp -d [2020-11-18T00:47:12.191Z] #35 1.764 + export GOPATH=/tmp/tmp.SQTcFQdShI [2020-11-18T00:47:12.191Z] #35 1.764 + GOPATH=/tmp/tmp.SQTcFQdShI [2020-11-18T00:47:12.191Z] #35 1.764 + RM_GOPATH=1 [2020-11-18T00:47:12.191Z] #35 1.764 + case "$(go env GOARCH)" in [2020-11-18T00:47:12.191Z] #35 1.764 ++ go env GOARCH [2020-11-18T00:47:12.191Z] #35 1.821 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:47:12.191Z] #35 1.821 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:47:12.191Z] #35 1.821 ++ dirname /tmp/install/install.sh [2020-11-18T00:47:12.191Z] #35 1.831 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:47:12.191Z] #35 1.831 + dir=/tmp/install [2020-11-18T00:47:12.191Z] #35 1.831 + bin=tini [2020-11-18T00:47:12.191Z] #35 1.831 + shift [2020-11-18T00:47:12.191Z] #35 1.831 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-18T00:47:12.191Z] #35 1.831 + . /tmp/install/tini.installer [2020-11-18T00:47:12.191Z] #35 1.831 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:47:12.191Z] #35 1.831 + install_tini [2020-11-18T00:47:12.191Z] #35 1.831 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-18T00:47:12.191Z] #35 1.831 + git clone https://github.com/krallin/tini.git /tmp/tmp.SQTcFQdShI/tini [2020-11-18T00:47:12.191Z] #35 1.831 Cloning into '/tmp/tmp.SQTcFQdShI/tini'... [2020-11-18T00:47:12.467Z] #41 10.33 DEP images/seccomp.pb-c.d [2020-11-18T00:47:12.468Z] #41 10.40 PBCC images/userns.pb-c.c [2020-11-18T00:47:12.468Z] #41 10.54 DEP images/userns.pb-c.d [2020-11-18T00:47:12.735Z] #41 10.70 PBCC images/cgroup.pb-c.c [2020-11-18T00:47:12.735Z] #41 10.77 DEP images/cgroup.pb-c.d [2020-11-18T00:47:12.735Z] #41 10.85 PBCC images/ext-file.pb-c.c [2020-11-18T00:47:12.999Z] #41 10.92 DEP images/ext-file.pb-c.d [2020-11-18T00:47:12.999Z] #41 11.00 PBCC images/rpc.pb-c.c [2020-11-18T00:47:12.999Z] #41 11.03 DEP images/rpc.pb-c.d [2020-11-18T00:47:13.000Z] #41 11.13 PBCC images/siginfo.pb-c.c [2020-11-18T00:47:13.122Z] #35 2.997 + cd /tmp/tmp.SQTcFQdShI/tini [2020-11-18T00:47:13.261Z] #41 11.17 DEP images/siginfo.pb-c.d [2020-11-18T00:47:13.261Z] #41 11.20 PBCC images/pagemap.pb-c.c [2020-11-18T00:47:13.261Z] #41 11.29 DEP images/pagemap.pb-c.d [2020-11-18T00:47:13.261Z] #41 11.37 PBCC images/rlimit.pb-c.c [2020-11-18T00:47:13.261Z] #41 11.41 DEP images/rlimit.pb-c.d [2020-11-18T00:47:13.379Z] #35 2.998 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-18T00:47:13.379Z] #35 3.041 + cmake . [2020-11-18T00:47:13.523Z] #41 11.51 PBCC images/file-lock.pb-c.c [2020-11-18T00:47:13.523Z] #41 11.52 DEP images/file-lock.pb-c.d [2020-11-18T00:47:13.785Z] #41 11.69 PBCC images/tty.pb-c.c [2020-11-18T00:47:13.785Z] #41 11.81 DEP images/tty.pb-c.d [2020-11-18T00:47:13.785Z] #41 11.89 PBCC images/tun.pb-c.c [2020-11-18T00:47:13.785Z] #41 11.94 PBCC images/netdev.pb-c.c [2020-11-18T00:47:14.047Z] #41 12.11 DEP images/tun.pb-c.d [2020-11-18T00:47:14.047Z] #41 12.20 DEP images/netdev.pb-c.d [2020-11-18T00:47:14.309Z] #41 12.37 PBCC images/vma.pb-c.c [2020-11-18T00:47:14.312Z] ok github.com/docker/docker/daemon/cluster 0.115s coverage: 0.5% of statements [2020-11-18T00:47:14.572Z] #41 12.50 DEP images/vma.pb-c.d [2020-11-18T00:47:14.572Z] #41 12.59 PBCC images/creds.pb-c.c [2020-11-18T00:47:14.749Z] #35 4.118 -- The C compiler identification is GNU 8.3.0 [2020-11-18T00:47:14.749Z] #35 4.216 -- Check for working C compiler: /usr/bin/cc [2020-11-18T00:47:14.833Z] #41 12.74 DEP images/creds.pb-c.d [2020-11-18T00:47:14.834Z] #41 12.84 PBCC images/utsns.pb-c.c [2020-11-18T00:47:14.834Z] #41 12.92 DEP images/utsns.pb-c.d [2020-11-18T00:47:15.096Z] #41 12.99 PBCC images/ipc-desc.pb-c.c [2020-11-18T00:47:15.096Z] #41 13.11 PBCC images/ipc-sem.pb-c.c [2020-11-18T00:47:15.096Z] #41 13.14 DEP images/ipc-desc.pb-c.d [2020-11-18T00:47:15.359Z] #41 13.28 DEP images/ipc-sem.pb-c.d [2020-11-18T00:47:15.359Z] #41 13.38 PBCC images/ipc-msg.pb-c.c [2020-11-18T00:47:15.359Z] #41 13.44 DEP images/ipc-msg.pb-c.d [2020-11-18T00:47:15.548Z] #19 41.86 Unpacking bash-completion (1:2.8-6) ... [2020-11-18T00:47:15.621Z] #41 13.53 PBCC images/ipc-shm.pb-c.c [2020-11-18T00:47:15.621Z] #41 13.61 DEP images/ipc-shm.pb-c.d [2020-11-18T00:47:15.621Z] #41 13.74 PBCC images/ipc-var.pb-c.c [2020-11-18T00:47:15.649Z] INFO [runner/unused/goanalysis] analyzers took 26.313795599s with top 10 stages: buildssa: 22.58878802s, U1000: 3.725007579s [2020-11-18T00:47:15.697Z] #35 5.192 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-18T00:47:15.697Z] #35 5.192 -- Detecting C compiler ABI info [2020-11-18T00:47:15.697Z] #35 ... [2020-11-18T00:47:15.697Z] [2020-11-18T00:47:15.697Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:15.697Z] #43 86.14 time [2020-11-18T00:47:15.697Z] #43 93.97 internal/syscall/unix [2020-11-18T00:47:15.697Z] #43 94.46 os [2020-11-18T00:47:15.697Z] #43 95.19 strings [2020-11-18T00:47:15.883Z] #41 13.87 DEP images/ipc-var.pb-c.d [2020-11-18T00:47:15.883Z] #41 13.95 PBCC images/sk-opts.pb-c.c [2020-11-18T00:47:15.955Z] #43 ... [2020-11-18T00:47:15.955Z] [2020-11-18T00:47:15.955Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:47:15.955Z] #40 93.23 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-18T00:47:15.955Z] #40 93.28 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-18T00:47:15.955Z] #40 93.29 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-18T00:47:15.955Z] #40 93.30 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-18T00:47:15.955Z] #40 93.36 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-18T00:47:15.955Z] #40 93.39 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-18T00:47:15.955Z] #40 93.39 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-18T00:47:15.955Z] #40 93.40 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-18T00:47:15.955Z] #40 93.42 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-18T00:47:15.955Z] #40 93.43 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-18T00:47:16.145Z] #41 14.04 PBCC images/packet-sock.pb-c.c [2020-11-18T00:47:16.145Z] #41 14.24 DEP images/sk-opts.pb-c.d [2020-11-18T00:47:16.408Z] #41 14.37 DEP images/packet-sock.pb-c.d [2020-11-18T00:47:16.408Z] #41 14.44 PBCC images/sk-netlink.pb-c.c [2020-11-18T00:47:16.607Z] #19 42.49 Selecting previously unselected package bzip2. [2020-11-18T00:47:16.607Z] #19 42.50 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-11-18T00:47:16.607Z] #19 42.50 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-18T00:47:16.607Z] #19 42.63 Selecting previously unselected package xz-utils. [2020-11-18T00:47:16.607Z] #19 42.64 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-11-18T00:47:16.607Z] #19 42.66 Unpacking xz-utils (5.2.4-1) ... [2020-11-18T00:47:16.607Z] #19 42.83 Selecting previously unselected package apparmor. [2020-11-18T00:47:16.607Z] #19 42.85 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-11-18T00:47:16.670Z] #41 14.59 DEP images/sk-netlink.pb-c.d [2020-11-18T00:47:16.670Z] #41 14.63 PBCC images/sk-inet.pb-c.c [2020-11-18T00:47:16.670Z] #41 14.72 DEP images/sk-inet.pb-c.d [2020-11-18T00:47:16.871Z] ok github.com/docker/docker/daemon/discovery 0.022s coverage: 30.0% of statements [2020-11-18T00:47:16.907Z] #19 43.02 Unpacking apparmor (2.13.2-10) ... [2020-11-18T00:47:16.933Z] #41 14.83 PBCC images/sk-unix.pb-c.c [2020-11-18T00:47:16.933Z] #41 14.95 DEP images/sk-unix.pb-c.d [2020-11-18T00:47:16.933Z] #41 15.06 PBCC images/mm.pb-c.c [2020-11-18T00:47:17.135Z] ok github.com/docker/docker/daemon/config 0.128s coverage: 81.8% of statements [2020-11-18T00:47:17.195Z] #41 15.16 DEP images/mm.pb-c.d [2020-11-18T00:47:17.195Z] #41 15.21 PBCC images/timerfd.pb-c.c [2020-11-18T00:47:17.195Z] #41 15.25 DEP images/timerfd.pb-c.d [2020-11-18T00:47:17.195Z] #41 15.29 PBCC images/timer.pb-c.c [2020-11-18T00:47:17.195Z] #41 15.33 DEP images/timer.pb-c.d [2020-11-18T00:47:17.458Z] #41 15.43 PBCC images/sa.pb-c.c [2020-11-18T00:47:17.458Z] #41 15.53 DEP images/sa.pb-c.d [2020-11-18T00:47:17.458Z] #41 15.56 PBCC images/pipe-data.pb-c.c [2020-11-18T00:47:17.458Z] #41 15.58 DEP images/pipe-data.pb-c.d [2020-11-18T00:47:17.458Z] #41 15.63 PBCC images/mnt.pb-c.c [2020-11-18T00:47:17.559Z] #19 43.70 Selecting previously unselected package aufs-tools. [2020-11-18T00:47:17.559Z] #19 43.72 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-11-18T00:47:17.559Z] #19 43.73 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-18T00:47:17.720Z] #41 15.67 DEP images/mnt.pb-c.d [2020-11-18T00:47:17.720Z] #41 15.70 PBCC images/sk-packet.pb-c.c [2020-11-18T00:47:17.720Z] #41 15.72 DEP images/sk-packet.pb-c.d [2020-11-18T00:47:17.720Z] #41 15.77 PBCC images/tcp-stream.pb-c.c [2020-11-18T00:47:17.720Z] #41 15.87 DEP images/tcp-stream.pb-c.d [2020-11-18T00:47:17.720Z] #41 15.91 PBCC images/pipe.pb-c.c [2020-11-18T00:47:17.859Z] #19 43.92 Selecting previously unselected package libonig5:ppc64el. [2020-11-18T00:47:17.859Z] #19 43.92 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-11-18T00:47:17.859Z] #19 43.93 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-11-18T00:47:17.859Z] #19 44.12 Selecting previously unselected package libjq1:ppc64el. [2020-11-18T00:47:17.863Z] #40 ... [2020-11-18T00:47:17.863Z] [2020-11-18T00:47:17.863Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:17.863Z] #49 88.20 time [2020-11-18T00:47:17.863Z] #49 96.28 encoding/binary [2020-11-18T00:47:17.863Z] #49 97.15 context [2020-11-18T00:47:17.982Z] #41 16.00 DEP images/pipe.pb-c.d [2020-11-18T00:47:18.086Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2020-11-18T00:47:18.120Z] #49 ... [2020-11-18T00:47:18.120Z] [2020-11-18T00:47:18.120Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:18.120Z] #35 5.857 -- Detecting C compiler ABI info - done [2020-11-18T00:47:18.120Z] #35 5.867 -- Detecting C compile features [2020-11-18T00:47:18.168Z] #19 44.13 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-18T00:47:18.168Z] #19 44.15 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-18T00:47:18.168Z] #19 44.28 Selecting previously unselected package jq. [2020-11-18T00:47:18.168Z] #19 44.30 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-18T00:47:18.168Z] #19 44.31 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-18T00:47:18.244Z] #41 16.06 PBCC images/pstree.pb-c.c [2020-11-18T00:47:18.244Z] #41 16.09 DEP images/pstree.pb-c.d [2020-11-18T00:47:18.244Z] #41 16.21 PBCC images/fs.pb-c.c [2020-11-18T00:47:18.244Z] #41 16.27 DEP images/fs.pb-c.d [2020-11-18T00:47:18.244Z] #41 16.33 PBCC images/signalfd.pb-c.c [2020-11-18T00:47:18.467Z] #19 44.52 Selecting previously unselected package libaio1:ppc64el. [2020-11-18T00:47:18.467Z] #19 44.52 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-11-18T00:47:18.467Z] #19 44.54 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-11-18T00:47:18.467Z] #19 44.62 Selecting previously unselected package libgpm2:ppc64el. [2020-11-18T00:47:18.467Z] #19 44.64 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-11-18T00:47:18.467Z] #19 44.65 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-11-18T00:47:18.467Z] #19 44.76 Selecting previously unselected package libicu63:ppc64el. [2020-11-18T00:47:18.510Z] #41 16.39 DEP images/signalfd.pb-c.d [2020-11-18T00:47:18.510Z] #41 16.46 PBCC images/fh.pb-c.c [2020-11-18T00:47:18.510Z] #41 16.58 PBCC images/fsnotify.pb-c.c [2020-11-18T00:47:18.510Z] #41 16.69 DEP images/fh.pb-c.d [2020-11-18T00:47:18.766Z] #19 44.77 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-18T00:47:18.766Z] #19 44.77 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-18T00:47:18.766Z] #19 ... [2020-11-18T00:47:18.766Z] [2020-11-18T00:47:18.766Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:47:18.772Z] #41 16.80 DEP images/fsnotify.pb-c.d [2020-11-18T00:47:18.772Z] #41 16.88 PBCC images/eventpoll.pb-c.c [2020-11-18T00:47:18.772Z] #41 16.89 DEP images/eventpoll.pb-c.d [2020-11-18T00:47:19.034Z] #41 16.96 PBCC images/eventfd.pb-c.c [2020-11-18T00:47:19.034Z] #41 17.01 DEP images/eventfd.pb-c.d [2020-11-18T00:47:19.034Z] #41 17.08 PBCC images/remap-file-path.pb-c.c [2020-11-18T00:47:19.034Z] #41 17.12 DEP images/remap-file-path.pb-c.d [2020-11-18T00:47:19.034Z] #41 17.16 PBCC images/fifo.pb-c.c [2020-11-18T00:47:19.034Z] #41 17.18 DEP images/fifo.pb-c.d [2020-11-18T00:47:19.034Z] #41 ... [2020-11-18T00:47:19.034Z] [2020-11-18T00:47:19.034Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:19.034Z] #43 111.7 text/template/parse [2020-11-18T00:47:19.034Z] #43 115.6 go/parser [2020-11-18T00:47:19.034Z] #43 117.6 text/template [2020-11-18T00:47:19.034Z] #43 121.7 encoding/xml [2020-11-18T00:47:19.052Z] #35 ... [2020-11-18T00:47:19.052Z] [2020-11-18T00:47:19.052Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:19.052Z] #32 89.43 internal/poll [2020-11-18T00:47:19.052Z] #32 92.23 internal/fmtsort [2020-11-18T00:47:19.052Z] #32 93.40 internal/syscall/execenv [2020-11-18T00:47:19.052Z] #32 93.58 internal/syscall/unix [2020-11-18T00:47:19.052Z] #32 93.65 strings [2020-11-18T00:47:19.052Z] #32 94.10 os [2020-11-18T00:47:19.052Z] #32 97.81 path [2020-11-18T00:47:19.052Z] #32 98.67 text/tabwriter [2020-11-18T00:47:19.052Z] #32 99.45 fmt [2020-11-18T00:47:19.296Z] #43 ... [2020-11-18T00:47:19.296Z] [2020-11-18T00:47:19.296Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:19.296Z] #41 17.26 PBCC images/ghost-file.pb-c.c [2020-11-18T00:47:19.296Z] #41 17.37 DEP images/ghost-file.pb-c.d [2020-11-18T00:47:19.296Z] #41 17.44 PBCC images/regfile.pb-c.c [2020-11-18T00:47:19.308Z] #32 99.61 path/filepath [2020-11-18T00:47:19.309Z] #32 ... [2020-11-18T00:47:19.309Z] [2020-11-18T00:47:19.309Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:19.309Z] #49 98.69 os [2020-11-18T00:47:19.309Z] #49 99.17 encoding/base64 [2020-11-18T00:47:19.483Z] ok github.com/docker/docker/daemon/graphdriver 0.017s coverage: 2.2% of statements [2020-11-18T00:47:19.558Z] #41 17.54 DEP images/regfile.pb-c.d [2020-11-18T00:47:19.558Z] #41 17.60 PBCC images/ns.pb-c.c [2020-11-18T00:47:19.558Z] #41 17.63 DEP images/ns.pb-c.d [2020-11-18T00:47:19.558Z] #41 ... [2020-11-18T00:47:19.558Z] [2020-11-18T00:47:19.558Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:19.558Z] #49 112.3 github.com/pkg/diff [2020-11-18T00:47:19.558Z] #49 112.5 go/ast [2020-11-18T00:47:19.558Z] #49 114.3 golang.org/x/crypto/ssh/terminal [2020-11-18T00:47:19.558Z] #49 116.9 mvdan.cc/editorconfig [2020-11-18T00:47:19.558Z] #49 119.1 mvdan.cc/sh/v3/fileutil [2020-11-18T00:47:19.558Z] #49 119.4 mvdan.cc/sh/v3/syntax [2020-11-18T00:47:19.820Z] #49 ... [2020-11-18T00:47:19.820Z] [2020-11-18T00:47:19.820Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:19.820Z] #41 17.69 PBCC images/fdinfo.pb-c.c [2020-11-18T00:47:19.820Z] #41 17.87 DEP images/fdinfo.pb-c.d [2020-11-18T00:47:19.820Z] #41 17.99 PBCC images/core-aarch64.pb-c.c [2020-11-18T00:47:19.965Z] #23 156.1 Checking out files: 16% (1858/11025) Checking out files: 17% (1875/11025) Checking out files: 18% (1985/11025) Checking out files: 19% (2095/11025) Checking out files: 20% (2205/11025) Checking out files: 21% (2316/11025) Checking out files: 22% (2426/11025) Checking out files: 23% (2536/11025) Checking out files: 24% (2646/11025) Checking out files: 25% (2757/11025) Checking out files: 26% (2867/11025) Checking out files: 27% (2977/11025) Checking out files: 28% (3087/11025) Checking out files: 29% (3198/11025) Checking out files: 30% (3308/11025) Checking out files: 31% (3418/11025) Checking out files: 31% (3437/11025) Checking out files: 32% (3528/11025) Checking out files: 33% (3639/11025) Checking out files: 34% (3749/11025) Checking out files: 35% (3859/11025) Checking out files: 36% (3969/11025) [2020-11-18T00:47:19.965Z] #23 ... [2020-11-18T00:47:19.965Z] [2020-11-18T00:47:19.965Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:19.965Z] #44 147.5 mime/multipart [2020-11-18T00:47:19.965Z] #44 147.5 vendor/golang.org/x/net/http/httpguts [2020-11-18T00:47:19.965Z] #44 150.5 crypto/tls [2020-11-18T00:47:20.082Z] #41 18.06 PBCC images/core-arm.pb-c.c [2020-11-18T00:47:20.082Z] #41 18.12 PBCC images/core-ppc64.pb-c.c [2020-11-18T00:47:20.082Z] #41 18.18 PBCC images/core-s390.pb-c.c [2020-11-18T00:47:20.082Z] #41 18.26 PBCC images/core-x86.pb-c.c [2020-11-18T00:47:20.265Z] #44 ... [2020-11-18T00:47:20.265Z] [2020-11-18T00:47:20.265Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:47:20.344Z] #41 18.38 PBCC images/core.pb-c.c [2020-11-18T00:47:20.344Z] #41 18.47 PBCC images/inventory.pb-c.c [2020-11-18T00:47:20.605Z] #41 18.61 DEP images/core-aarch64.pb-c.d [2020-11-18T00:47:20.678Z] #49 100.9 golang.org/x/sys/unix [2020-11-18T00:47:20.867Z] #41 18.75 DEP images/core-arm.pb-c.d [2020-11-18T00:47:21.129Z] #41 18.99 DEP images/core-ppc64.pb-c.d [2020-11-18T00:47:21.129Z] #41 19.13 DEP images/core-s390.pb-c.d [2020-11-18T00:47:21.130Z] #41 19.21 DEP images/core-x86.pb-c.d [2020-11-18T00:47:21.130Z] #41 19.32 DEP images/core.pb-c.d [2020-11-18T00:47:21.392Z] #41 19.46 DEP images/inventory.pb-c.d [2020-11-18T00:47:21.472Z] #23 156.1 Checking out files: 16% (1858/11025) Checking out files: 17% (1875/11025) Checking out files: 18% (1985/11025) Checking out files: 19% (2095/11025) Checking out files: 20% (2205/11025) Checking out files: 21% (2316/11025) Checking out files: 22% (2426/11025) Checking out files: 23% (2536/11025) Checking out files: 24% (2646/11025) Checking out files: 25% (2757/11025) Checking out files: 26% (2867/11025) Checking out files: 27% (2977/11025) Checking out files: 28% (3087/11025) Checking out files: 29% (3198/11025) Checking out files: 30% (3308/11025) Checking out files: 31% (3418/11025) Checking out files: 31% (3437/11025) Checking out files: 32% (3528/11025) Checking out files: 33% (3639/11025) Checking out files: 34% (3749/11025) Checking out files: 35% (3859/11025) Checking out files: 36% (3969/11025) Checking out files: 37% (4080/11025) Checking out files: 38% (4190/11025) Checking out files: 39% (4300/11025) Checking out files: 40% (4410/11025) Checking out files: 41% (4521/11025) Checking out files: 42% (4631/11025) Checking out files: 43% (4741/11025) Checking out files: 44% (4851/11025) Checking out files: 45% (4962/11025) Checking out files: 46% (5072/11025) Checking out files: 47% (5182/11025) Checking out files: 48% (5292/11025) Checking out files: 48% (5336/11025) Checking out files: 49% (5403/11025) Checking out files: 50% (5513/11025) Checking out files: 51% (5623/11025) Checking out files: 52% (5733/11025) Checking out files: 53% (5844/11025) Checking out files: 54% (5954/11025) Checking out files: 55% (6064/11025) Checking out files: 56% (6174/11025) Checking out files: 57% (6285/11025) Checking out files: 58% (6395/11025) Checking out files: 59% (6505/11025) Checking out files: 60% (6615/11025) Checking out files: 61% (6726/11025) Checking out files: 62% (6836/11025) Checking out files: 63% (6946/11025) Checking out files: 64% (7056/11025) Checking out files: 65% (7167/11025) Checking out files: 66% (7277/11025) Checking out files: 67% (7387/11025) [2020-11-18T00:47:21.472Z] #23 ... [2020-11-18T00:47:21.472Z] [2020-11-18T00:47:21.472Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:21.472Z] #42 88.83 DEP criu/fifo.d [2020-11-18T00:47:21.472Z] #42 88.98 DEP criu/fdstore.d [2020-11-18T00:47:21.472Z] #42 89.13 DEP criu/fault-injection.d [2020-11-18T00:47:21.472Z] #42 89.20 DEP criu/external.d [2020-11-18T00:47:21.472Z] #42 89.37 DEP criu/eventpoll.d [2020-11-18T00:47:21.472Z] #42 89.54 DEP criu/eventfd.d [2020-11-18T00:47:21.472Z] #42 89.72 DEP criu/crtools.d [2020-11-18T00:47:21.473Z] #42 89.97 DEP criu/cr-service.d [2020-11-18T00:47:21.473Z] #42 90.18 DEP criu/cr-restore.d [2020-11-18T00:47:21.473Z] #42 90.50 DEP criu/cr-errno.d [2020-11-18T00:47:21.473Z] #42 90.52 DEP criu/cr-dump.d [2020-11-18T00:47:21.473Z] #42 90.77 DEP criu/cr-dedup.d [2020-11-18T00:47:21.473Z] #42 90.98 DEP criu/cr-check.d [2020-11-18T00:47:21.473Z] #42 91.22 DEP criu/config.d [2020-11-18T00:47:21.473Z] #42 91.46 DEP criu/clone-noasan.d [2020-11-18T00:47:21.473Z] #42 91.61 DEP criu/cgroup.d [2020-11-18T00:47:21.473Z] #42 91.81 DEP criu/cgroup-props.d [2020-11-18T00:47:21.473Z] #42 91.98 DEP criu/bitmap.d [2020-11-18T00:47:21.473Z] #42 92.00 DEP criu/bfd.d [2020-11-18T00:47:21.473Z] #42 92.17 DEP criu/autofs.d [2020-11-18T00:47:21.473Z] #42 92.36 DEP criu/aio.d [2020-11-18T00:47:21.473Z] #42 92.59 DEP criu/action-scripts.d [2020-11-18T00:47:21.473Z] #42 93.09 CC criu/action-scripts.o [2020-11-18T00:47:21.473Z] #42 93.89 CC criu/aio.o [2020-11-18T00:47:21.473Z] #42 94.67 CC criu/autofs.o [2020-11-18T00:47:21.473Z] #42 96.64 CC criu/bfd.o [2020-11-18T00:47:21.473Z] #42 97.43 CC criu/bitmap.o [2020-11-18T00:47:21.473Z] #42 97.68 CC criu/cgroup-props.o [2020-11-18T00:47:21.473Z] #42 98.91 CC criu/cgroup.o [2020-11-18T00:47:21.473Z] #42 ... [2020-11-18T00:47:21.473Z] [2020-11-18T00:47:21.473Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:47:21.655Z] #41 19.57 PBCC images/cpuinfo.pb-c.c [2020-11-18T00:47:21.655Z] #41 19.63 DEP images/cpuinfo.pb-c.d [2020-11-18T00:47:21.655Z] #41 19.67 PBCC images/stats.pb-c.c [2020-11-18T00:47:21.655Z] #41 19.70 DEP images/stats.pb-c.d [2020-11-18T00:47:21.758Z] Client: [2020-11-18T00:47:21.758Z] Debug Mode: false [2020-11-18T00:47:21.758Z] Plugins: [2020-11-18T00:47:21.758Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-18T00:47:21.758Z] [2020-11-18T00:47:21.758Z] Server: [2020-11-18T00:47:21.758Z] Containers: 0 [2020-11-18T00:47:21.758Z] Running: 0 [2020-11-18T00:47:21.758Z] Paused: 0 [2020-11-18T00:47:21.758Z] Stopped: 0 [2020-11-18T00:47:21.758Z] Images: 0 [2020-11-18T00:47:21.758Z] Server Version: 19.03.12 [2020-11-18T00:47:21.758Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-11-18T00:47:21.758Z] Windows: [2020-11-18T00:47:21.758Z] LCOW: [2020-11-18T00:47:21.758Z] Logging Driver: json-file [2020-11-18T00:47:21.758Z] Plugins: [2020-11-18T00:47:21.758Z] Volume: local [2020-11-18T00:47:21.758Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-18T00:47:21.758Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-18T00:47:21.758Z] Swarm: inactive [2020-11-18T00:47:21.758Z] Default Isolation: process [2020-11-18T00:47:21.758Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-18T00:47:21.758Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-18T00:47:21.758Z] OSType: windows [2020-11-18T00:47:21.758Z] Architecture: x86_64 [2020-11-18T00:47:21.758Z] CPUs: 4 [2020-11-18T00:47:21.758Z] Total Memory: 32GiB [2020-11-18T00:47:21.758Z] Name: azwin-2-923750 [2020-11-18T00:47:21.758Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-11-18T00:47:21.758Z] Docker Root Dir: D:\docker [2020-11-18T00:47:21.758Z] Debug Mode: false [2020-11-18T00:47:21.758Z] Registry: https://index.docker.io/v1/ [2020-11-18T00:47:21.758Z] Labels: [2020-11-18T00:47:21.758Z] Experimental: true [2020-11-18T00:47:21.758Z] Insecure Registries: [2020-11-18T00:47:21.758Z] 10.0.0.4:5000 [2020-11-18T00:47:21.758Z] 127.0.0.0/8 [2020-11-18T00:47:21.758Z] Registry Mirrors: [2020-11-18T00:47:21.758Z] http://10.0.0.4:5000/ [2020-11-18T00:47:21.758Z] Live Restore Enabled: false [2020-11-18T00:47:21.758Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-11-18T00:47:22.789Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.517s coverage: 14.1% of statements [2020-11-18T00:47:22.789Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.021s coverage: 2.9% of statements [2020-11-18T00:47:23.201Z] #49 ... [2020-11-18T00:47:23.201Z] [2020-11-18T00:47:23.201Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-18T00:47:23.201Z] #40 102.4 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-18T00:47:23.201Z] #40 102.4 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:47:23.201Z] #40 DONE 103.5s [2020-11-18T00:47:23.201Z] [2020-11-18T00:47:23.201Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:23.284Z] #23 156.1 Checking out files: 16% (1858/11025) Checking out files: 17% (1875/11025) Checking out files: 18% (1985/11025) Checking out files: 19% (2095/11025) Checking out files: 20% (2205/11025) Checking out files: 21% (2316/11025) Checking out files: 22% (2426/11025) Checking out files: 23% (2536/11025) Checking out files: 24% (2646/11025) Checking out files: 25% (2757/11025) Checking out files: 26% (2867/11025) Checking out files: 27% (2977/11025) Checking out files: 28% (3087/11025) Checking out files: 29% (3198/11025) Checking out files: 30% (3308/11025) Checking out files: 31% (3418/11025) Checking out files: 31% (3437/11025) Checking out files: 32% (3528/11025) Checking out files: 33% (3639/11025) Checking out files: 34% (3749/11025) Checking out files: 35% (3859/11025) Checking out files: 36% (3969/11025) Checking out files: 37% (4080/11025) Checking out files: 38% (4190/11025) Checking out files: 39% (4300/11025) Checking out files: 40% (4410/11025) Checking out files: 41% (4521/11025) Checking out files: 42% (4631/11025) Checking out files: 43% (4741/11025) Checking out files: 44% (4851/11025) Checking out files: 45% (4962/11025) Checking out files: 46% (5072/11025) Checking out files: 47% (5182/11025) Checking out files: 48% (5292/11025) Checking out files: 48% (5336/11025) Checking out files: 49% (5403/11025) Checking out files: 50% (5513/11025) Checking out files: 51% (5623/11025) Checking out files: 52% (5733/11025) Checking out files: 53% (5844/11025) Checking out files: 54% (5954/11025) Checking out files: 55% (6064/11025) Checking out files: 56% (6174/11025) Checking out files: 57% (6285/11025) Checking out files: 58% (6395/11025) Checking out files: 59% (6505/11025) Checking out files: 60% (6615/11025) Checking out files: 61% (6726/11025) Checking out files: 62% (6836/11025) Checking out files: 63% (6946/11025) Checking out files: 64% (7056/11025) Checking out files: 65% (7167/11025) Checking out files: 66% (7277/11025) Checking out files: 67% (7387/11025) Checking out files: 68% (7497/11025) Checking out files: 69% (7608/11025) Checking out files: 70% (7718/11025) Checking out files: 71% (7828/11025) Checking out files: 71% (7888/11025) Checking out files: 72% (7938/11025) Checking out files: 73% (8049/11025) Checking out files: 74% (8159/11025) Checking out files: 75% (8269/11025) Checking out files: 76% (8379/11025) Checking out files: 77% (8490/11025) Checking out files: 78% (8600/11025) Checking out files: 79% (8710/11025) Checking out files: 80% (8820/11025) Checking out files: 81% (8931/11025) Checking out files: 82% (9041/11025) Checking out files: 83% (9151/11025) Checking out files: 84% (9261/11025) Checking out files: 85% (9372/11025) Checking out files: 86% (9482/11025) Checking out files: 87% (9592/11025) Checking out files: 88% (9702/11025) Checking out files: 88% (9729/11025) Checking out files: 89% (9813/11025) Checking out files: 90% (9923/11025) Checking out files: 91% (10033/11025) Checking out files: 92% (10143/11025) Checking out files: 93% (10254/11025) Checking out files: 94% (10364/11025) Checking out files: 95% (10474/11025) Checking out files: 96% (10584/11025) Checking out files: 97% (10695/11025) Checking out files: 98% (10805/11025) Checking out files: 99% (10915/11025) Checking out files: 100% (11025/11025) Checking out files: 100% (11025/11025), done. [2020-11-18T00:47:23.583Z] #23 160.9 + cd /tmp/tmp.aoendh2WoA/tmp/docker-ce [2020-11-18T00:47:23.583Z] #23 160.9 + git checkout -q v17.06.2-ce [2020-11-18T00:47:23.736Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.623s coverage: 56.2% of statements [2020-11-18T00:47:25.724Z] #41 ... [2020-11-18T00:47:25.724Z] [2020-11-18T00:47:25.724Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:25.724Z] #35 9.647 -- Detecting C compile features - done [2020-11-18T00:47:25.724Z] #35 9.696 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-18T00:47:25.724Z] #35 10.43 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-18T00:47:25.724Z] #35 10.70 -- Configuring done [2020-11-18T00:47:25.724Z] #35 10.71 -- Generating done [2020-11-18T00:47:25.724Z] #35 10.71 -- Build files have been written to: /tmp/tmp.SQTcFQdShI/tini [2020-11-18T00:47:25.724Z] #35 10.72 + make tini-static [2020-11-18T00:47:25.724Z] #35 11.64 Scanning dependencies of target tini-static [2020-11-18T00:47:25.724Z] #35 11.85 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-18T00:47:25.724Z] #35 14.10 [100%] Linking C executable tini-static [2020-11-18T00:47:25.724Z] #35 14.76 [100%] Built target tini-static [2020-11-18T00:47:25.724Z] #35 14.92 + mkdir -p /build [2020-11-18T00:47:25.724Z] #35 14.93 + cp tini-static /build/docker-init [2020-11-18T00:47:25.724Z] #35 DONE 15.1s [2020-11-18T00:47:25.724Z] [2020-11-18T00:47:25.724Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:47:25.724Z] #11 99.91 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-18T00:47:25.724Z] #11 99.94 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-18T00:47:25.724Z] #11 99.95 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-18T00:47:25.871Z] #41 23.26 make[1]: Nothing to be done for 'all'. [2020-11-18T00:47:25.871Z] #41 ... [2020-11-18T00:47:25.871Z] [2020-11-18T00:47:25.871Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:47:25.872Z] #54 58.32 Checking out files: 34% (1173/3411) Checking out files: 35% (1194/3411) Checking out files: 36% (1228/3411) Checking out files: 37% (1263/3411) Checking out files: 38% (1297/3411) Checking out files: 39% (1331/3411) Checking out files: 40% (1365/3411) Checking out files: 41% (1399/3411) Checking out files: 42% (1433/3411) Checking out files: 43% (1467/3411) Checking out files: 44% (1501/3411) Checking out files: 45% (1535/3411) Checking out files: 46% (1570/3411) Checking out files: 47% (1604/3411) Checking out files: 48% (1638/3411) Checking out files: 49% (1672/3411) Checking out files: 50% (1706/3411) Checking out files: 51% (1740/3411) Checking out files: 52% (1774/3411) Checking out files: 53% (1808/3411) Checking out files: 54% (1842/3411) Checking out files: 55% (1877/3411) Checking out files: 56% (1911/3411) Checking out files: 57% (1945/3411) Checking out files: 58% (1979/3411) Checking out files: 59% (2013/3411) Checking out files: 60% (2047/3411) Checking out files: 61% (2081/3411) Checking out files: 62% (2115/3411) Checking out files: 63% (2149/3411) Checking out files: 64% (2184/3411) Checking out files: 64% (2205/3411) Checking out files: 65% (2218/3411) Checking out files: 66% (2252/3411) Checking out files: 67% (2286/3411) Checking out files: 68% (2320/3411) Checking out files: 69% (2354/3411) Checking out files: 70% (2388/3411) Checking out files: 71% (2422/3411) Checking out files: 72% (2456/3411) Checking out files: 73% (2491/3411) Checking out files: 74% (2525/3411) Checking out files: 75% (2559/3411) Checking out files: 76% (2593/3411) Checking out files: 77% (2627/3411) Checking out files: 78% (2661/3411) Checking out files: 79% (2695/3411) Checking out files: 80% (2729/3411) Checking out files: 81% (2763/3411) Checking out files: 82% (2798/3411) Checking out files: 83% (2832/3411) Checking out files: 84% (2866/3411) Checking out files: 85% (2900/3411) Checking out files: 86% (2934/3411) Checking out files: 87% (2968/3411) Checking out files: 88% (3002/3411) Checking out files: 89% (3036/3411) Checking out files: 89% (3065/3411) Checking out files: 90% (3070/3411) Checking out files: 91% (3105/3411) Checking out files: 92% (3139/3411) Checking out files: 93% (3173/3411) Checking out files: 94% (3207/3411) Checking out files: 95% (3241/3411) Checking out files: 96% (3275/3411) Checking out files: 97% (3309/3411) Checking out files: 98% (3343/3411) Checking out files: 99% (3377/3411) Checking out files: 100% (3411/3411) Checking out files: 100% (3411/3411), done. [2020-11-18T00:47:25.872Z] #54 60.89 + cd /tmp/tmp.BOTAPhxaN6/src/github.com/containerd/containerd [2020-11-18T00:47:25.872Z] #54 60.89 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:47:25.872Z] #54 62.49 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-18T00:47:25.872Z] #54 62.49 + BUILDTAGS='netgo osusergo static_build' [2020-11-18T00:47:25.872Z] #54 62.49 + export EXTRA_FLAGS=-buildmode=pie [2020-11-18T00:47:25.872Z] #54 62.49 + EXTRA_FLAGS=-buildmode=pie [2020-11-18T00:47:25.872Z] #54 62.49 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-18T00:47:25.872Z] #54 62.49 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-18T00:47:25.872Z] #54 62.49 + '[' '' = dynamic ']' [2020-11-18T00:47:25.872Z] #54 62.49 + make [2020-11-18T00:47:26.134Z] #54 64.18 + bin/ctr [2020-11-18T00:47:26.302Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.017s coverage: 1.8% of statements [2020-11-18T00:47:26.656Z] #11 ... [2020-11-18T00:47:26.656Z] [2020-11-18T00:47:26.656Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:26.656Z] #41 3.344 Note: Building without setproctitle() and strlcpy() support. [2020-11-18T00:47:26.656Z] #41 3.344 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-18T00:47:26.656Z] #41 3.369 Makefile.config:39: Warn: you have no libnftables installed [2020-11-18T00:47:26.656Z] #41 3.369 Makefile.config:40: Warn: Building without nftables support [2020-11-18T00:47:26.656Z] #41 3.369 Note: Building without GnuTLS support [2020-11-18T00:47:27.174Z] #23 ... [2020-11-18T00:47:27.174Z] [2020-11-18T00:47:27.174Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:27.174Z] #42 104.4 CC criu/clone-noasan.o [2020-11-18T00:47:27.474Z] #42 104.7 CC criu/config.o [2020-11-18T00:47:28.220Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.586s coverage: 45.9% of statements [2020-11-18T00:47:28.553Z] #41 ... [2020-11-18T00:47:28.553Z] [2020-11-18T00:47:28.553Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:28.553Z] #43 98.47 regexp/syntax [2020-11-18T00:47:28.553Z] #43 100.4 fmt [2020-11-18T00:47:28.553Z] #43 105.7 regexp [2020-11-18T00:47:28.553Z] #43 108.5 go/token [2020-11-18T00:47:28.553Z] #43 ... [2020-11-18T00:47:28.553Z] [2020-11-18T00:47:28.553Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:28.553Z] #32 101.6 io/ioutil [2020-11-18T00:47:28.553Z] #32 104.7 github.com/BurntSushi/toml [2020-11-18T00:47:28.553Z] #32 104.7 flag [2020-11-18T00:47:28.553Z] #32 108.1 log [2020-11-18T00:47:29.485Z] #32 ... [2020-11-18T00:47:29.485Z] [2020-11-18T00:47:29.485Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:29.485Z] #41 6.402 fatal: not a git repository (or any of the parent directories): .git [2020-11-18T00:47:29.607Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.865s coverage: 73.1% of statements [2020-11-18T00:47:29.742Z] #41 6.606 GEN .gitid [2020-11-18T00:47:29.742Z] #41 6.713 GEN criu/include/version.h [2020-11-18T00:47:29.868Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.002s coverage: 49.5% of statements [2020-11-18T00:47:29.999Z] #41 6.970 GEN include/common/asm [2020-11-18T00:47:31.064Z] #42 108.2 CC criu/cr-check.o [2020-11-18T00:47:31.064Z] #42 ... [2020-11-18T00:47:31.064Z] [2020-11-18T00:47:31.064Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:31.064Z] #44 158.3 net/http/httptrace [2020-11-18T00:47:31.064Z] #44 158.7 net/http [2020-11-18T00:47:31.064Z] #44 ... [2020-11-18T00:47:31.064Z] [2020-11-18T00:47:31.064Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:47:31.064Z] #19 48.73 Selecting previously unselected package libnet1:ppc64el. [2020-11-18T00:47:31.064Z] #19 48.74 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-18T00:47:31.064Z] #19 48.75 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-18T00:47:31.064Z] #19 48.82 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-18T00:47:31.064Z] #19 48.84 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-18T00:47:31.064Z] #19 48.84 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-18T00:47:31.064Z] #19 48.91 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-18T00:47:31.064Z] #19 48.93 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-18T00:47:31.064Z] #19 48.93 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-18T00:47:31.064Z] #19 49.02 Selecting previously unselected package libreadline5:ppc64el. [2020-11-18T00:47:31.064Z] #19 49.05 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-11-18T00:47:31.064Z] #19 49.06 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-18T00:47:31.064Z] #19 49.24 Selecting previously unselected package net-tools. [2020-11-18T00:47:31.064Z] #19 49.26 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-11-18T00:47:31.064Z] #19 49.27 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-18T00:47:31.064Z] #19 49.57 Selecting previously unselected package python-pip-whl. [2020-11-18T00:47:31.064Z] #19 49.58 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-18T00:47:31.064Z] #19 49.58 Unpacking python-pip-whl (18.1-5) ... [2020-11-18T00:47:31.064Z] #19 50.18 Selecting previously unselected package python3-lib2to3. [2020-11-18T00:47:31.064Z] #19 50.19 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-18T00:47:31.064Z] #19 50.19 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-18T00:47:31.064Z] #19 50.35 Selecting previously unselected package python3-distutils. [2020-11-18T00:47:31.064Z] #19 50.35 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-18T00:47:31.064Z] #19 50.36 Unpacking python3-distutils (3.7.3-1) ... [2020-11-18T00:47:31.064Z] #19 50.52 Selecting previously unselected package python3-pip. [2020-11-18T00:47:31.064Z] #19 50.53 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-18T00:47:31.064Z] #19 50.63 Unpacking python3-pip (18.1-5) ... [2020-11-18T00:47:31.064Z] #19 50.94 Selecting previously unselected package python3-pkg-resources. [2020-11-18T00:47:31.064Z] #19 50.95 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-18T00:47:31.064Z] #19 50.96 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-18T00:47:31.064Z] #19 51.14 Selecting previously unselected package python3-setuptools. [2020-11-18T00:47:31.064Z] #19 51.15 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-18T00:47:31.064Z] #19 51.15 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-18T00:47:31.064Z] #19 51.42 Selecting previously unselected package python3-wheel. [2020-11-18T00:47:31.064Z] #19 51.43 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-18T00:47:31.064Z] #19 51.45 Unpacking python3-wheel (0.32.3-2) ... [2020-11-18T00:47:31.064Z] #19 51.55 Selecting previously unselected package sudo. [2020-11-18T00:47:31.064Z] #19 51.56 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-11-18T00:47:31.064Z] #19 51.57 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-18T00:47:31.064Z] #19 52.16 Selecting previously unselected package thin-provisioning-tools. [2020-11-18T00:47:31.064Z] #19 52.17 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-11-18T00:47:31.064Z] #19 52.18 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-18T00:47:31.064Z] #19 52.46 Selecting previously unselected package uidmap. [2020-11-18T00:47:31.064Z] #19 52.47 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-11-18T00:47:31.064Z] #19 52.47 Unpacking uidmap (1:4.5-1.1) ... [2020-11-18T00:47:31.064Z] #19 52.63 Selecting previously unselected package vim-runtime. [2020-11-18T00:47:31.064Z] #19 52.64 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-18T00:47:31.064Z] #19 52.68 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-18T00:47:31.064Z] #19 52.73 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-18T00:47:31.064Z] #19 52.74 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-18T00:47:31.064Z] #19 56.68 Selecting previously unselected package vim. [2020-11-18T00:47:31.064Z] #19 56.69 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-18T00:47:31.064Z] #19 56.71 Unpacking vim (2:8.1.0875-5) ... [2020-11-18T00:47:31.064Z] #19 57.37 Selecting previously unselected package xfsprogs. [2020-11-18T00:47:31.363Z] #19 57.39 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-11-18T00:47:31.363Z] #19 57.39 Unpacking xfsprogs (4.20.0-1) ... [2020-11-18T00:47:31.806Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 58.0% of statements [2020-11-18T00:47:31.806Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.031s coverage: 3.0% of statements [2020-11-18T00:47:32.016Z] #19 58.02 Selecting previously unselected package zip. [2020-11-18T00:47:32.016Z] #19 58.02 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-11-18T00:47:32.016Z] #19 58.03 Unpacking zip (3.0-11+b1) ... [2020-11-18T00:47:32.016Z] #19 58.20 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-18T00:47:32.016Z] #19 58.21 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-18T00:47:32.016Z] #19 58.21 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-11-18T00:47:32.016Z] #19 58.21 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-18T00:47:32.016Z] #19 58.22 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-11-18T00:47:32.016Z] #19 58.22 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-11-18T00:47:32.016Z] #19 58.22 Setting up uidmap (1:4.5-1.1) ... [2020-11-18T00:47:32.016Z] #19 58.23 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-11-18T00:47:32.016Z] #19 58.24 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-18T00:47:32.016Z] #19 58.25 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-18T00:47:32.016Z] #19 58.26 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-18T00:47:32.016Z] #19 58.29 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-18T00:47:32.016Z] #19 58.29 Setting up xxd (2:8.1.0875-5) ... [2020-11-18T00:47:32.016Z] #19 58.30 Setting up zip (3.0-11+b1) ... [2020-11-18T00:47:32.016Z] #19 58.30 Setting up vim-common (2:8.1.0875-5) ... [2020-11-18T00:47:32.016Z] #19 58.33 Setting up bash-completion (1:2.8-6) ... [2020-11-18T00:47:32.068Z] ok github.com/docker/docker/daemon 12.357s coverage: 17.2% of statements [2020-11-18T00:47:32.068Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-18T00:47:32.068Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-18T00:47:32.068Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-18T00:47:32.068Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-18T00:47:32.068Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-18T00:47:32.330Z] ok github.com/docker/docker/daemon/links 0.012s coverage: 93.0% of statements [2020-11-18T00:47:32.732Z] #54 ... [2020-11-18T00:47:32.732Z] [2020-11-18T00:47:32.732Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:32.732Z] #43 124.9 go/doc [2020-11-18T00:47:32.732Z] #43 129.2 github.com/LK4D4/vndr/versioned [2020-11-18T00:47:32.732Z] #43 129.6 compress/flate [2020-11-18T00:47:32.732Z] #43 130.7 github.com/LK4D4/vndr/build [2020-11-18T00:47:32.732Z] #43 134.1 hash/crc32 [2020-11-18T00:47:32.732Z] #43 ... [2020-11-18T00:47:32.732Z] [2020-11-18T00:47:32.732Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:32.732Z] #41 26.85 CC images/stats.o [2020-11-18T00:47:32.732Z] #41 27.38 CC images/core.o [2020-11-18T00:47:32.732Z] #41 28.77 CC images/core-x86.o [2020-11-18T00:47:32.732Z] #41 29.68 CC images/core-arm.o [2020-11-18T00:47:32.732Z] #41 30.37 CC images/core-aarch64.o [2020-11-18T00:47:32.999Z] #41 31.11 CC images/core-ppc64.o [2020-11-18T00:47:33.273Z] #41 9.860 PBCC images/timens.pb-c.c [2020-11-18T00:47:33.273Z] #41 9.883 DEP images/timens.pb-c.d [2020-11-18T00:47:33.273Z] #41 10.05 PBCC images/fown.pb-c.c [2020-11-18T00:47:33.273Z] #41 10.09 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-18T00:47:33.273Z] #41 10.21 PBCC images/opts.pb-c.c [2020-11-18T00:47:33.273Z] #41 10.28 PBCC images/memfd.pb-c.c [2020-11-18T00:47:33.273Z] #41 10.32 DEP images/fown.pb-c.d [2020-11-18T00:47:33.532Z] #41 10.37 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-18T00:47:33.532Z] #41 10.46 DEP images/opts.pb-c.d [2020-11-18T00:47:33.568Z] #19 ... [2020-11-18T00:47:33.568Z] [2020-11-18T00:47:33.568Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:33.568Z] #42 110.9 CC criu/cr-dedup.o [2020-11-18T00:47:33.791Z] #41 10.61 DEP images/memfd.pb-c.d [2020-11-18T00:47:33.791Z] #41 10.72 PBCC images/sit.pb-c.c [2020-11-18T00:47:33.868Z] #42 111.4 CC criu/cr-dump.o [2020-11-18T00:47:33.947Z] #41 31.80 CC images/core-s390.o [2020-11-18T00:47:34.049Z] #41 10.76 DEP images/sit.pb-c.d [2020-11-18T00:47:34.049Z] #41 10.87 PBCC images/macvlan.pb-c.c [2020-11-18T00:47:34.049Z] #41 10.94 DEP images/macvlan.pb-c.d [2020-11-18T00:47:34.049Z] #41 10.99 PBCC images/autofs.pb-c.c [2020-11-18T00:47:34.049Z] #41 ... [2020-11-18T00:47:34.049Z] [2020-11-18T00:47:34.049Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:34.049Z] #49 104.4 fmt [2020-11-18T00:47:34.049Z] #49 111.4 encoding/json [2020-11-18T00:47:34.313Z] #49 ... [2020-11-18T00:47:34.313Z] [2020-11-18T00:47:34.313Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:34.313Z] #41 11.00 DEP images/autofs.pb-c.d [2020-11-18T00:47:34.313Z] #41 11.01 PBCC images/sysctl.pb-c.c [2020-11-18T00:47:34.313Z] #41 11.01 DEP images/sysctl.pb-c.d [2020-11-18T00:47:34.313Z] #41 11.02 PBCC images/time.pb-c.c [2020-11-18T00:47:34.313Z] #41 11.03 DEP images/time.pb-c.d [2020-11-18T00:47:34.313Z] #41 11.04 PBCC images/binfmt-misc.pb-c.c [2020-11-18T00:47:34.313Z] #41 11.04 DEP images/binfmt-misc.pb-c.d [2020-11-18T00:47:34.313Z] #41 11.05 PBCC images/seccomp.pb-c.c [2020-11-18T00:47:34.313Z] #41 11.12 DEP images/seccomp.pb-c.d [2020-11-18T00:47:34.313Z] #41 11.24 PBCC images/userns.pb-c.c [2020-11-18T00:47:34.522Z] #41 ... [2020-11-18T00:47:34.522Z] [2020-11-18T00:47:34.522Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:34.522Z] #49 128.1 mvdan.cc/sh/v3/cmd/shfmt [2020-11-18T00:47:34.522Z] #49 DONE 137.3s [2020-11-18T00:47:34.522Z] [2020-11-18T00:47:34.522Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:34.522Z] #43 135.8 compress/gzip [2020-11-18T00:47:34.522Z] #43 135.8 net [2020-11-18T00:47:34.522Z] #43 136.5 vendor/golang.org/x/text/transform [2020-11-18T00:47:34.576Z] #41 11.29 DEP images/userns.pb-c.d [2020-11-18T00:47:34.576Z] #41 11.33 PBCC images/cgroup.pb-c.c [2020-11-18T00:47:34.576Z] #41 11.38 DEP images/cgroup.pb-c.d [2020-11-18T00:47:34.576Z] #41 11.48 PBCC images/ext-file.pb-c.c [2020-11-18T00:47:34.576Z] #41 11.52 DEP images/ext-file.pb-c.d [2020-11-18T00:47:34.785Z] #43 137.5 vendor/golang.org/x/text/unicode/bidi [2020-11-18T00:47:34.834Z] #41 11.61 PBCC images/rpc.pb-c.c [2020-11-18T00:47:34.834Z] #41 11.67 DEP images/rpc.pb-c.d [2020-11-18T00:47:34.834Z] #41 11.70 PBCC images/siginfo.pb-c.c [2020-11-18T00:47:34.834Z] #41 11.76 DEP images/siginfo.pb-c.d [2020-11-18T00:47:34.886Z] ok github.com/docker/docker/daemon/logger 0.256s coverage: 41.0% of statements [2020-11-18T00:47:35.092Z] #41 11.85 PBCC images/pagemap.pb-c.c [2020-11-18T00:47:35.092Z] #41 11.95 DEP images/pagemap.pb-c.d [2020-11-18T00:47:35.092Z] #41 12.07 PBCC images/rlimit.pb-c.c [2020-11-18T00:47:35.150Z] ok github.com/docker/docker/daemon/images 0.048s coverage: 6.5% of statements [2020-11-18T00:47:35.356Z] #41 12.12 DEP images/rlimit.pb-c.d [2020-11-18T00:47:35.356Z] #41 12.18 PBCC images/file-lock.pb-c.c [2020-11-18T00:47:35.356Z] #41 12.21 DEP images/file-lock.pb-c.d [2020-11-18T00:47:35.356Z] #41 12.26 PBCC images/tty.pb-c.c [2020-11-18T00:47:35.412Z] ok github.com/docker/docker/daemon/logger/awslogs 0.259s coverage: 77.8% of statements [2020-11-18T00:47:35.612Z] #41 12.33 DEP images/tty.pb-c.d [2020-11-18T00:47:35.612Z] #41 12.38 PBCC images/tun.pb-c.c [2020-11-18T00:47:35.612Z] #41 12.46 PBCC images/netdev.pb-c.c [2020-11-18T00:47:35.612Z] #41 12.61 DEP images/tun.pb-c.d [2020-11-18T00:47:35.869Z] #41 12.72 DEP images/netdev.pb-c.d [2020-11-18T00:47:35.869Z] #41 12.81 PBCC images/vma.pb-c.c [2020-11-18T00:47:35.988Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.082s coverage: 57.7% of statements [2020-11-18T00:47:35.988Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-18T00:47:35.988Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-18T00:47:35.988Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-18T00:47:35.988Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-18T00:47:35.988Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-18T00:47:35.988Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-18T00:47:36.130Z] #41 12.89 DEP images/vma.pb-c.d [2020-11-18T00:47:36.130Z] #41 12.94 PBCC images/creds.pb-c.c [2020-11-18T00:47:36.130Z] #41 12.98 DEP images/creds.pb-c.d [2020-11-18T00:47:36.130Z] #41 13.06 PBCC images/utsns.pb-c.c [2020-11-18T00:47:36.252Z] ok github.com/docker/docker/daemon/logger/gelf 0.017s coverage: 67.0% of statements [2020-11-18T00:47:36.388Z] #41 ... [2020-11-18T00:47:36.388Z] [2020-11-18T00:47:36.388Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:36.388Z] #32 111.5 github.com/BurntSushi/toml/cmd/tomlv [2020-11-18T00:47:36.388Z] #32 DONE 116.7s [2020-11-18T00:47:36.388Z] [2020-11-18T00:47:36.388Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:36.388Z] #41 13.15 DEP images/utsns.pb-c.d [2020-11-18T00:47:36.388Z] #41 13.23 PBCC images/ipc-desc.pb-c.c [2020-11-18T00:47:36.388Z] #41 13.25 PBCC images/ipc-sem.pb-c.c [2020-11-18T00:47:36.388Z] #41 13.32 DEP images/ipc-desc.pb-c.d [2020-11-18T00:47:36.646Z] #41 13.45 DEP images/ipc-sem.pb-c.d [2020-11-18T00:47:36.646Z] #41 13.52 PBCC images/ipc-msg.pb-c.c [2020-11-18T00:47:36.646Z] #41 13.63 DEP images/ipc-msg.pb-c.d [2020-11-18T00:47:36.833Z] ok github.com/docker/docker/daemon/logger/journald 0.014s coverage: 23.9% of statements [2020-11-18T00:47:36.904Z] #41 13.67 PBCC images/ipc-shm.pb-c.c [2020-11-18T00:47:36.904Z] #41 13.76 DEP images/ipc-shm.pb-c.d [2020-11-18T00:47:36.904Z] #41 13.83 PBCC images/ipc-var.pb-c.c [2020-11-18T00:47:36.904Z] #41 13.88 DEP images/ipc-var.pb-c.d [2020-11-18T00:47:37.096Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.031s coverage: 87.2% of statements [2020-11-18T00:47:37.096Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.029s coverage: 61.6% of statements [2020-11-18T00:47:37.161Z] #41 13.98 PBCC images/sk-opts.pb-c.c [2020-11-18T00:47:37.161Z] #41 14.02 PBCC images/packet-sock.pb-c.c [2020-11-18T00:47:37.161Z] #41 14.12 DEP images/sk-opts.pb-c.d [2020-11-18T00:47:37.342Z] #43 140.2 vendor/golang.org/x/text/secure/bidirule [2020-11-18T00:47:37.418Z] #41 14.22 DEP images/packet-sock.pb-c.d [2020-11-18T00:47:37.418Z] #41 14.28 PBCC images/sk-netlink.pb-c.c [2020-11-18T00:47:37.418Z] #41 14.42 DEP images/sk-netlink.pb-c.d [2020-11-18T00:47:37.441Z] #42 ... [2020-11-18T00:47:37.441Z] [2020-11-18T00:47:37.441Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:47:37.441Z] #23 164.7 + mkdir -p /tmp/tmp.aoendh2WoA/src/github.com/docker [2020-11-18T00:47:37.441Z] #23 164.7 + mv components/cli /tmp/tmp.aoendh2WoA/src/github.com/docker/cli [2020-11-18T00:47:37.441Z] #23 164.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-18T00:47:37.441Z] #23 ... [2020-11-18T00:47:37.441Z] [2020-11-18T00:47:37.441Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:47:37.441Z] #19 62.92 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-11-18T00:47:37.441Z] #19 62.92 Setting up xz-utils (5.2.4-1) ... [2020-11-18T00:47:37.441Z] #19 62.95 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-18T00:47:37.441Z] #19 62.98 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-18T00:47:37.441Z] #19 63.08 invoke-rc.d: could not determine current runlevel [2020-11-18T00:47:37.441Z] #19 63.10 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-18T00:47:37.441Z] #19 63.12 Setting up pigz (2.4-1) ... [2020-11-18T00:47:37.441Z] #19 63.14 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-18T00:47:37.441Z] #19 63.15 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-18T00:47:37.441Z] #19 63.16 Setting up python-pip-whl (18.1-5) ... [2020-11-18T00:47:37.441Z] #19 63.16 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-11-18T00:47:37.441Z] #19 63.16 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-18T00:47:37.675Z] #41 14.51 PBCC images/sk-inet.pb-c.c [2020-11-18T00:47:37.675Z] #41 14.66 DEP images/sk-inet.pb-c.d [2020-11-18T00:47:37.741Z] #19 63.72 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-11-18T00:47:37.741Z] #19 63.73 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-11-18T00:47:37.741Z] #19 63.73 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-18T00:47:37.741Z] #19 63.74 Setting up vim (2:8.1.0875-5) ... [2020-11-18T00:47:37.741Z] #19 63.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-18T00:47:37.741Z] #19 63.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-18T00:47:37.741Z] #19 63.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-18T00:47:37.741Z] #19 63.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-18T00:47:37.741Z] #19 63.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-18T00:47:37.741Z] #19 63.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-18T00:47:37.741Z] #19 63.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-18T00:47:37.741Z] #19 63.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-18T00:47:37.741Z] #19 63.85 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-18T00:47:37.741Z] #19 63.85 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-18T00:47:37.741Z] #19 63.86 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-18T00:47:37.741Z] #19 63.87 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-18T00:47:37.741Z] #19 63.87 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-18T00:47:37.741Z] #19 63.88 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-18T00:47:37.917Z] #43 140.6 vendor/golang.org/x/text/unicode/norm [2020-11-18T00:47:37.932Z] #41 14.80 PBCC images/sk-unix.pb-c.c [2020-11-18T00:47:37.932Z] #41 14.86 DEP images/sk-unix.pb-c.d [2020-11-18T00:47:38.188Z] #41 14.95 PBCC images/mm.pb-c.c [2020-11-18T00:47:38.188Z] #41 15.06 DEP images/mm.pb-c.d [2020-11-18T00:47:38.188Z] #41 15.09 PBCC images/timerfd.pb-c.c [2020-11-18T00:47:38.188Z] #41 15.16 DEP images/timerfd.pb-c.d [2020-11-18T00:47:38.445Z] #41 15.31 PBCC images/timer.pb-c.c [2020-11-18T00:47:38.445Z] #41 15.33 DEP images/timer.pb-c.d [2020-11-18T00:47:38.490Z] ok github.com/docker/docker/daemon/logger/local 0.048s coverage: 75.2% of statements [2020-11-18T00:47:38.491Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-18T00:47:38.754Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.036s coverage: 33.3% of statements [2020-11-18T00:47:38.768Z] #41 15.47 PBCC images/sa.pb-c.c [2020-11-18T00:47:38.768Z] #41 15.51 DEP images/sa.pb-c.d [2020-11-18T00:47:38.768Z] #41 15.63 PBCC images/pipe-data.pb-c.c [2020-11-18T00:47:38.768Z] #41 15.68 DEP images/pipe-data.pb-c.d [2020-11-18T00:47:39.029Z] #41 15.78 PBCC images/mnt.pb-c.c [2020-11-18T00:47:39.029Z] #41 15.97 DEP images/mnt.pb-c.d [2020-11-18T00:47:39.029Z] #41 16.03 PBCC images/sk-packet.pb-c.c [2020-11-18T00:47:39.287Z] #41 16.07 DEP images/sk-packet.pb-c.d [2020-11-18T00:47:39.287Z] #41 16.21 PBCC images/tcp-stream.pb-c.c [2020-11-18T00:47:39.287Z] #41 16.28 DEP images/tcp-stream.pb-c.d [2020-11-18T00:47:39.331Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.072s coverage: 55.1% of statements [2020-11-18T00:47:39.556Z] #41 16.35 PBCC images/pipe.pb-c.c [2020-11-18T00:47:39.556Z] #41 16.41 DEP images/pipe.pb-c.d [2020-11-18T00:47:39.593Z] ok github.com/docker/docker/daemon/logger/templates 0.011s coverage: 8.3% of statements [2020-11-18T00:47:39.826Z] #41 16.51 PBCC images/pstree.pb-c.c [2020-11-18T00:47:39.826Z] #41 16.53 DEP images/pstree.pb-c.d [2020-11-18T00:47:39.826Z] #41 ... [2020-11-18T00:47:39.826Z] [2020-11-18T00:47:39.826Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:47:39.826Z] #11 110.0 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-18T00:47:39.826Z] #11 110.0 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-18T00:47:39.826Z] #11 110.0 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:47:39.826Z] #11 110.4 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-18T00:47:39.826Z] #11 110.4 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-18T00:47:39.826Z] #11 110.4 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:47:39.826Z] #11 ... [2020-11-18T00:47:39.826Z] [2020-11-18T00:47:39.826Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:39.826Z] #43 110.0 go/scanner [2020-11-18T00:47:39.826Z] #43 111.9 internal/lazyregexp [2020-11-18T00:47:39.826Z] #43 111.9 go/ast [2020-11-18T00:47:39.826Z] #43 112.4 net/url [2020-11-18T00:47:39.826Z] #43 114.9 text/template/parse [2020-11-18T00:47:39.841Z] #43 ... [2020-11-18T00:47:39.841Z] [2020-11-18T00:47:39.841Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:39.841Z] #41 32.78 CC images/cpuinfo.o [2020-11-18T00:47:39.841Z] #41 33.61 CC images/inventory.o [2020-11-18T00:47:39.841Z] #41 34.12 CC images/fdinfo.o [2020-11-18T00:47:39.841Z] #41 34.67 CC images/fown.o [2020-11-18T00:47:39.841Z] #41 34.95 CC images/ns.o [2020-11-18T00:47:39.841Z] #41 35.24 CC images/regfile.o [2020-11-18T00:47:39.841Z] #41 35.48 CC images/ghost-file.o [2020-11-18T00:47:39.841Z] #41 35.87 CC images/fifo.o [2020-11-18T00:47:39.841Z] #41 36.17 CC images/remap-file-path.o [2020-11-18T00:47:39.841Z] #41 36.44 CC images/eventfd.o [2020-11-18T00:47:39.841Z] #41 36.71 CC images/eventpoll.o [2020-11-18T00:47:39.841Z] #41 37.11 CC images/fh.o [2020-11-18T00:47:39.841Z] #41 37.52 CC images/fsnotify.o [2020-11-18T00:47:40.092Z] #43 ... [2020-11-18T00:47:40.092Z] [2020-11-18T00:47:40.092Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:40.092Z] #41 16.73 PBCC images/fs.pb-c.c [2020-11-18T00:47:40.092Z] #41 16.81 DEP images/fs.pb-c.d [2020-11-18T00:47:40.092Z] #41 17.05 PBCC images/signalfd.pb-c.c [2020-11-18T00:47:40.105Z] #41 ... [2020-11-18T00:47:40.105Z] [2020-11-18T00:47:40.105Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:47:40.105Z] #11 142.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-18T00:47:40.105Z] #11 142.8 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-18T00:47:40.169Z] ok github.com/docker/docker/daemon/logger/syslog 0.018s coverage: 46.8% of statements [2020-11-18T00:47:40.361Z] #41 17.22 DEP images/signalfd.pb-c.d [2020-11-18T00:47:40.361Z] #41 17.27 PBCC images/fh.pb-c.c [2020-11-18T00:47:40.361Z] #41 17.31 PBCC images/fsnotify.pb-c.c [2020-11-18T00:47:40.367Z] #11 142.8 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:47:40.620Z] #41 17.33 DEP images/fh.pb-c.d [2020-11-18T00:47:40.620Z] #41 17.39 DEP images/fsnotify.pb-c.d [2020-11-18T00:47:40.620Z] #41 17.47 PBCC images/eventpoll.pb-c.c [2020-11-18T00:47:40.620Z] #41 17.55 DEP images/eventpoll.pb-c.d [2020-11-18T00:47:40.744Z] ok github.com/docker/docker/daemon/network 0.031s coverage: 63.8% of statements [2020-11-18T00:47:40.876Z] #41 17.61 PBCC images/eventfd.pb-c.c [2020-11-18T00:47:40.876Z] #41 17.76 DEP images/eventfd.pb-c.d [2020-11-18T00:47:40.876Z] #41 17.83 PBCC images/remap-file-path.pb-c.c [2020-11-18T00:47:40.876Z] #41 17.90 DEP images/remap-file-path.pb-c.d [2020-11-18T00:47:41.132Z] #41 17.99 PBCC images/fifo.pb-c.c [2020-11-18T00:47:41.132Z] #41 18.04 DEP images/fifo.pb-c.d [2020-11-18T00:47:41.132Z] #41 18.14 PBCC images/ghost-file.pb-c.c [2020-11-18T00:47:41.132Z] #41 18.16 DEP images/ghost-file.pb-c.d [2020-11-18T00:47:41.389Z] #41 18.25 PBCC images/regfile.pb-c.c [2020-11-18T00:47:41.645Z] #41 18.34 DEP images/regfile.pb-c.d [2020-11-18T00:47:41.645Z] #41 18.50 PBCC images/ns.pb-c.c [2020-11-18T00:47:41.645Z] #41 18.55 DEP images/ns.pb-c.d [2020-11-18T00:47:41.692Z] ok github.com/docker/docker/daemon/logger/splunk 1.895s coverage: 82.5% of statements [2020-11-18T00:47:41.692Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-18T00:47:41.692Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-18T00:47:41.902Z] #41 18.62 PBCC images/fdinfo.pb-c.c [2020-11-18T00:47:41.902Z] #41 18.75 DEP images/fdinfo.pb-c.d [2020-11-18T00:47:41.902Z] #41 18.84 PBCC images/core-aarch64.pb-c.c [2020-11-18T00:47:41.902Z] #41 18.88 PBCC images/core-arm.pb-c.c [2020-11-18T00:47:41.956Z] ok github.com/docker/docker/distribution/metadata 0.123s coverage: 48.2% of statements [2020-11-18T00:47:42.158Z] #41 18.97 PBCC images/core-ppc64.pb-c.c [2020-11-18T00:47:42.158Z] #41 19.03 PBCC images/core-s390.pb-c.c [2020-11-18T00:47:42.158Z] #41 19.15 PBCC images/core-x86.pb-c.c [2020-11-18T00:47:42.278Z] #19 67.88 Setting up iptables (1.8.2-4) ... [2020-11-18T00:47:42.278Z] #19 67.93 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-18T00:47:42.278Z] #19 67.94 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-18T00:47:42.278Z] #19 67.95 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-18T00:47:42.278Z] #19 67.96 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-18T00:47:42.278Z] #19 67.98 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-18T00:47:42.278Z] #19 67.99 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-18T00:47:42.278Z] #19 67.99 Setting up python3 (3.7.3-1) ... [2020-11-18T00:47:42.278Z] #19 68.50 Setting up python3-wheel (0.32.3-2) ... [2020-11-18T00:47:42.415Z] #41 19.22 PBCC images/core.pb-c.c [2020-11-18T00:47:42.415Z] #41 19.31 PBCC images/inventory.pb-c.c [2020-11-18T00:47:42.415Z] #41 19.39 DEP images/core-aarch64.pb-c.d [2020-11-18T00:47:42.672Z] #41 19.46 DEP images/core-arm.pb-c.d [2020-11-18T00:47:42.672Z] #41 19.48 DEP images/core-ppc64.pb-c.d [2020-11-18T00:47:42.672Z] #41 19.54 DEP images/core-s390.pb-c.d [2020-11-18T00:47:42.928Z] #41 19.63 DEP images/core-x86.pb-c.d [2020-11-18T00:47:42.928Z] #41 19.68 DEP images/core.pb-c.d [2020-11-18T00:47:42.928Z] #41 19.73 DEP images/inventory.pb-c.d [2020-11-18T00:47:42.928Z] #41 19.81 PBCC images/cpuinfo.pb-c.c [2020-11-18T00:47:42.928Z] #41 19.85 DEP images/cpuinfo.pb-c.d [2020-11-18T00:47:43.185Z] #41 19.89 PBCC images/stats.pb-c.c [2020-11-18T00:47:43.185Z] #41 19.92 DEP images/stats.pb-c.d [2020-11-18T00:47:43.816Z] #19 69.70 Setting up apparmor (2.13.2-10) ... [2020-11-18T00:47:43.881Z] ok github.com/docker/docker/errdefs 0.014s coverage: 49.4% of statements [2020-11-18T00:47:43.881Z] ok github.com/docker/docker/distribution 0.296s coverage: 25.6% of statements [2020-11-18T00:47:43.881Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-18T00:47:44.144Z] ok github.com/docker/docker/image 0.043s coverage: 86.4% of statements [2020-11-18T00:47:44.719Z] ok github.com/docker/docker/image/cache 0.052s coverage: 19.2% of statements [2020-11-18T00:47:44.981Z] ok github.com/docker/docker/distribution/xfer 1.751s coverage: 85.6% of statements [2020-11-18T00:47:44.981Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-18T00:47:44.981Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-18T00:47:44.981Z] ok github.com/docker/docker/image/v1 0.053s coverage: 25.0% of statements [2020-11-18T00:47:44.981Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-18T00:47:45.080Z] #41 ... [2020-11-18T00:47:45.080Z] [2020-11-18T00:47:45.080Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:47:45.080Z] #49 115.1 github.com/pkg/diff [2020-11-18T00:47:45.080Z] #49 117.5 go/ast [2020-11-18T00:47:45.080Z] #49 121.1 golang.org/x/crypto/ssh/terminal [2020-11-18T00:47:45.080Z] #49 123.0 mvdan.cc/editorconfig [2020-11-18T00:47:45.080Z] #49 124.5 mvdan.cc/sh/v3/fileutil [2020-11-18T00:47:45.080Z] #49 124.6 mvdan.cc/sh/v3/syntax [2020-11-18T00:47:45.080Z] #49 ... [2020-11-18T00:47:45.080Z] [2020-11-18T00:47:45.080Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:47:45.356Z] #19 ... [2020-11-18T00:47:45.357Z] [2020-11-18T00:47:45.357Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:45.357Z] #44 172.7 github.com/LK4D4/vndr/godl [2020-11-18T00:47:45.357Z] #44 173.4 github.com/LK4D4/vndr [2020-11-18T00:47:45.357Z] #44 ... [2020-11-18T00:47:45.357Z] [2020-11-18T00:47:45.357Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:45.357Z] #42 115.0 CC criu/cr-errno.o [2020-11-18T00:47:45.357Z] #42 115.2 CC criu/cr-restore.o [2020-11-18T00:47:45.357Z] #42 122.6 CC criu/cr-service.o [2020-11-18T00:47:45.556Z] ok github.com/docker/docker/libcontainerd/queue 0.031s coverage: 100.0% of statements [2020-11-18T00:47:45.660Z] #42 ... [2020-11-18T00:47:45.660Z] [2020-11-18T00:47:45.661Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:47:45.661Z] #19 71.77 Setting up xfsprogs (4.20.0-1) ... [2020-11-18T00:47:45.661Z] #19 71.78 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-18T00:47:46.105Z] #54 58.50 Checking out files: 30% (1044/3411) Checking out files: 31% (1058/3411) Checking out files: 32% (1092/3411) Checking out files: 33% (1126/3411) Checking out files: 34% (1160/3411) Checking out files: 35% (1194/3411) Checking out files: 36% (1228/3411) Checking out files: 37% (1263/3411) Checking out files: 38% (1297/3411) Checking out files: 39% (1331/3411) Checking out files: 40% (1365/3411) Checking out files: 41% (1399/3411) Checking out files: 42% (1433/3411) Checking out files: 43% (1467/3411) Checking out files: 44% (1501/3411) Checking out files: 45% (1535/3411) Checking out files: 46% (1570/3411) Checking out files: 47% (1604/3411) Checking out files: 48% (1638/3411) Checking out files: 49% (1672/3411) Checking out files: 50% (1706/3411) Checking out files: 51% (1740/3411) Checking out files: 52% (1774/3411) Checking out files: 53% (1808/3411) Checking out files: 54% (1842/3411) Checking out files: 55% (1877/3411) Checking out files: 56% (1911/3411) Checking out files: 57% (1945/3411) Checking out files: 58% (1979/3411) Checking out files: 59% (2013/3411) Checking out files: 60% (2047/3411) Checking out files: 61% (2081/3411) Checking out files: 62% (2115/3411) Checking out files: 63% (2149/3411) Checking out files: 64% (2184/3411) Checking out files: 65% (2218/3411) Checking out files: 66% (2252/3411) Checking out files: 67% (2286/3411) Checking out files: 68% (2320/3411) Checking out files: 69% (2354/3411) Checking out files: 70% (2388/3411) Checking out files: 71% (2422/3411) Checking out files: 72% (2456/3411) Checking out files: 73% (2491/3411) Checking out files: 74% (2525/3411) Checking out files: 75% (2559/3411) Checking out files: 75% (2567/3411) Checking out files: 76% (2593/3411) Checking out files: 77% (2627/3411) Checking out files: 78% (2661/3411) Checking out files: 79% (2695/3411) Checking out files: 80% (2729/3411) Checking out files: 81% (2763/3411) Checking out files: 82% (2798/3411) Checking out files: 83% (2832/3411) Checking out files: 84% (2866/3411) Checking out files: 85% (2900/3411) Checking out files: 86% (2934/3411) Checking out files: 87% (2968/3411) Checking out files: 88% (3002/3411) Checking out files: 89% (3036/3411) Checking out files: 90% (3070/3411) Checking out files: 91% (3105/3411) Checking out files: 91% (3129/3411) Checking out files: 92% (3139/3411) Checking out files: 93% (3173/3411) Checking out files: 94% (3207/3411) Checking out files: 95% (3241/3411) Checking out files: 96% (3275/3411) Checking out files: 97% (3309/3411) Checking out files: 98% (3343/3411) Checking out files: 99% (3377/3411) Checking out files: 100% (3411/3411) Checking out files: 100% (3411/3411), done. [2020-11-18T00:47:46.314Z] #19 72.36 Setting up python3-pkg-resources (40.8.0-1) ...#19 ... [2020-11-18T00:47:46.314Z] [2020-11-18T00:47:46.314Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:46.314Z] #44 DONE 183.7s [2020-11-18T00:47:46.314Z] [2020-11-18T00:47:46.314Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:47:46.314Z] #19 72.36 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-18T00:47:46.361Z] #54 61.11 + cd /tmp/tmp.zamWSPgo8Z/src/github.com/containerd/containerd [2020-11-18T00:47:46.361Z] #54 61.11 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-18T00:47:46.505Z] ok github.com/docker/docker/opts 0.054s coverage: 67.1% of statements [2020-11-18T00:47:46.505Z] ok github.com/docker/docker/pkg/aaparser 0.012s coverage: 52.9% of statements [2020-11-18T00:47:46.505Z] ok github.com/docker/docker/oci 0.032s coverage: 8.2% of statements [2020-11-18T00:47:46.967Z] #11 ... [2020-11-18T00:47:46.967Z] [2020-11-18T00:47:46.967Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:46.967Z] #41 38.33 CC images/signalfd.o [2020-11-18T00:47:46.967Z] #41 38.56 CC images/fs.o [2020-11-18T00:47:46.967Z] #41 38.79 CC images/pstree.o [2020-11-18T00:47:46.967Z] #41 39.15 CC images/pipe.o [2020-11-18T00:47:46.967Z] #41 39.48 CC images/tcp-stream.o [2020-11-18T00:47:46.967Z] #41 39.75 CC images/sk-packet.o [2020-11-18T00:47:46.967Z] #41 40.10 CC images/mnt.o [2020-11-18T00:47:46.967Z] #41 40.35 CC images/pipe-data.o [2020-11-18T00:47:46.967Z] #41 40.62 CC images/sa.o [2020-11-18T00:47:46.967Z] #41 40.98 CC images/timer.o [2020-11-18T00:47:46.967Z] #41 41.51 CC images/timerfd.o [2020-11-18T00:47:46.967Z] #41 41.73 CC images/mm.o [2020-11-18T00:47:46.967Z] #41 42.10 CC images/sk-opts.o [2020-11-18T00:47:46.967Z] #41 42.44 CC images/sk-unix.o [2020-11-18T00:47:46.967Z] #41 42.92 CC images/sk-inet.o [2020-11-18T00:47:46.967Z] #41 43.45 CC images/tun.o [2020-11-18T00:47:46.967Z] #41 43.85 CC images/sk-netlink.o [2020-11-18T00:47:46.967Z] #41 44.26 CC images/packet-sock.o [2020-11-18T00:47:46.967Z] #41 44.94 CC images/ipc-var.o [2020-11-18T00:47:47.230Z] #41 45.33 CC images/ipc-desc.o [2020-11-18T00:47:47.680Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-11-18T00:47:47.680Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-9c4fa314\powershellScript.ps1'; exit $LASTEXITCODE; [2020-11-18T00:47:47.680Z] ---------------------------------------------------------------------------- [2020-11-18T00:47:47.680Z] [2020-11-18T00:47:47.680Z] INFO: executeCI.ps1 starting at Wed Nov 18 00:47:46 CUT 2020 [2020-11-18T00:47:47.680Z] [2020-11-18T00:47:47.680Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-11-18T00:47:47.680Z] INFO: Running git version 2.24.1.windows.2 [2020-11-18T00:47:47.680Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-11-18T00:47:47.680Z] INFO: Environment variables: [2020-11-18T00:47:47.680Z] [2020-11-18T00:47:47.680Z] Name Value [2020-11-18T00:47:47.680Z] ---- ----- [2020-11-18T00:47:47.680Z] ALLUSERSPROFILE C:\ProgramData [2020-11-18T00:47:47.680Z] amd64 true [2020-11-18T00:47:47.680Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-11-18T00:47:47.680Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-11-18T00:47:47.680Z] arm64 true [2020-11-18T00:47:47.680Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-11-18T00:47:47.680Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-11-18T00:47:47.680Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-11-18T00:47:47.680Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2020-11-18T00:47:47.680Z] BRANCH_NAME PR-41620 [2020-11-18T00:47:47.680Z] BUILD_DISPLAY_NAME #6 [2020-11-18T00:47:47.680Z] BUILD_ID 6 [2020-11-18T00:47:47.680Z] BUILD_NUMBER 6 [2020-11-18T00:47:47.681Z] BUILD_TAG jenkins-moby-PR-41620-6 [2020-11-18T00:47:47.681Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41620/6/ [2020-11-18T00:47:47.681Z] CHANGE_AUTHOR thaJeztah [2020-11-18T00:47:47.681Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-11-18T00:47:47.681Z] CHANGE_BRANCH tighten_perms [2020-11-18T00:47:47.681Z] CHANGE_FORK thaJeztah/docker [2020-11-18T00:47:47.681Z] CHANGE_ID 41620 [2020-11-18T00:47:47.681Z] CHANGE_TARGET master [2020-11-18T00:47:47.681Z] CHANGE_TITLE container: make hostconfig.json non-world-readable (0600) [2020-11-18T00:47:47.681Z] CHANGE_URL https://github.com/moby/moby/pull/41620 [2020-11-18T00:47:47.681Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-18T00:47:47.681Z] CommonProgramFiles C:\Program Files\Common Files [2020-11-18T00:47:47.681Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-11-18T00:47:47.681Z] CommonProgramW6432 C:\Program Files\Common Files [2020-11-18T00:47:47.681Z] COMPUTERNAME azwin-2-923750 [2020-11-18T00:47:47.681Z] ComSpec C:\windows\system32\cmd.exe [2020-11-18T00:47:47.681Z] ConfigSequenceNumber 0 [2020-11-18T00:47:47.681Z] dco true [2020-11-18T00:47:47.681Z] DOCKER_BUILDKIT 0 [2020-11-18T00:47:47.681Z] DOCKER_DUT_DEBUG 1 [2020-11-18T00:47:47.681Z] DOCKER_EXPERIMENTAL 1 [2020-11-18T00:47:47.681Z] DOCKER_GRAPHDRIVER overlay2 [2020-11-18T00:47:47.681Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-11-18T00:47:47.681Z] EXECUTOR_NUMBER 0 [2020-11-18T00:47:47.681Z] FQDN azwin-2-923750.westus.cloudapp.azure.com [2020-11-18T00:47:47.681Z] GIT_BRANCH PR-41620 [2020-11-18T00:47:47.681Z] GIT_COMMIT bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 [2020-11-18T00:47:47.681Z] GIT_PREVIOUS_COMMIT f4aafedc4857082caf04b017d372af095365ad1b [2020-11-18T00:47:47.681Z] GIT_URL https://github.com/moby/moby.git [2020-11-18T00:47:47.681Z] HUDSON_COOKIE cc14bb2a-4150-43f4-a680-75e3e6f3c040 [2020-11-18T00:47:47.681Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-11-18T00:47:47.681Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-11-18T00:47:47.681Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-11-18T00:47:47.681Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64 [2020-11-18T00:47:47.681Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-11-18T00:47:47.681Z] JENKINS_NODE_COOKIE 6c144b14-cac9-4720-a98a-b5b3a7f8427c [2020-11-18T00:47:47.681Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-11-18T00:47:47.681Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-11-18T00:47:47.681Z] JOB_BASE_NAME PR-41620 [2020-11-18T00:47:47.681Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41620/display/redirect [2020-11-18T00:47:47.681Z] JOB_NAME moby/PR-41620 [2020-11-18T00:47:47.681Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41620/ [2020-11-18T00:47:47.681Z] library.jps.version master [2020-11-18T00:47:47.681Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-11-18T00:47:47.681Z] NODE_LABELS amd64 azure azwin-2-923750 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-11-18T00:47:47.681Z] NODE_NAME azwin-2-923750 [2020-11-18T00:47:47.681Z] NUMBER_OF_PROCESSORS 4 [2020-11-18T00:47:47.681Z] OS Windows_NT [2020-11-18T00:47:47.681Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-11-18T00:47:47.681Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-11-18T00:47:47.681Z] ppc64le true [2020-11-18T00:47:47.681Z] PROCESSOR_ARCHITECTURE AMD64 [2020-11-18T00:47:47.681Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-11-18T00:47:47.681Z] PROCESSOR_LEVEL 6 [2020-11-18T00:47:47.681Z] PROCESSOR_REVISION 5504 [2020-11-18T00:47:47.681Z] ProgramData C:\ProgramData [2020-11-18T00:47:47.681Z] ProgramFiles C:\Program Files [2020-11-18T00:47:47.681Z] ProgramFiles(x86) C:\Program Files (x86) [2020-11-18T00:47:47.681Z] ProgramW6432 C:\Program Files [2020-11-18T00:47:47.681Z] PROMPT $P$G [2020-11-18T00:47:47.681Z] PSExecutionPolicyPreference Bypass [2020-11-18T00:47:47.681Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-11-18T00:47:47.681Z] PUBLIC C:\Users\Public [2020-11-18T00:47:47.681Z] rootless true [2020-11-18T00:47:47.681Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41620/6/display/redirect?page=changes [2020-11-18T00:47:47.681Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41620/6/display/redirect [2020-11-18T00:47:47.681Z] s390x false [2020-11-18T00:47:47.681Z] SKIP_VALIDATION_TESTS 1 [2020-11-18T00:47:47.681Z] SOURCES_DRIVE d [2020-11-18T00:47:47.681Z] SOURCES_SUBDIR gopath [2020-11-18T00:47:47.681Z] STAGE_NAME Run tests [2020-11-18T00:47:47.681Z] SystemDrive C: [2020-11-18T00:47:47.681Z] SystemRoot C:\windows [2020-11-18T00:47:47.681Z] TEMP C:\windows\TEMP [2020-11-18T00:47:47.681Z] TESTDEBUG 0 [2020-11-18T00:47:47.681Z] TESTRUN_DRIVE d [2020-11-18T00:47:47.681Z] TESTRUN_SUBDIR CI [2020-11-18T00:47:47.681Z] TIMEOUT 120m [2020-11-18T00:47:47.681Z] TMP C:\windows\TEMP [2020-11-18T00:47:47.681Z] unit_validate true [2020-11-18T00:47:47.681Z] USERDOMAIN WORKGROUP [2020-11-18T00:47:47.681Z] USERNAME azwin-2-923750$ [2020-11-18T00:47:47.681Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-11-18T00:47:47.681Z] validate_force false [2020-11-18T00:47:47.681Z] windir C:\windows [2020-11-18T00:47:47.681Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-11-18T00:47:47.681Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-11-18T00:47:47.681Z] windowsRS1 false [2020-11-18T00:47:47.681Z] windowsRS5 true [2020-11-18T00:47:47.681Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-11-18T00:47:47.681Z] [2020-11-18T00:47:47.681Z] [2020-11-18T00:47:47.681Z] [2020-11-18T00:47:47.804Z] #41 45.69 CC images/ipc-shm.o [2020-11-18T00:47:47.857Z] #19 74.12 Setting up python3-distutils (3.7.3-1) ... [2020-11-18T00:47:47.899Z] ok github.com/docker/docker/pkg/broadcaster 0.040s coverage: 100.0% of statements [2020-11-18T00:47:48.254Z] #54 62.78 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-18T00:47:48.254Z] #54 62.78 + BUILDTAGS='netgo osusergo static_build' [2020-11-18T00:47:48.254Z] #54 62.78 + export EXTRA_FLAGS=-buildmode=pie [2020-11-18T00:47:48.254Z] #54 62.78 + EXTRA_FLAGS=-buildmode=pie [2020-11-18T00:47:48.254Z] #54 62.78 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-18T00:47:48.254Z] #54 62.78 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-18T00:47:48.254Z] #54 62.78 + '[' '' = dynamic ']' [2020-11-18T00:47:48.254Z] #54 62.78 + make [2020-11-18T00:47:48.379Z] #41 46.16 CC images/ipc-msg.o [2020-11-18T00:47:48.474Z] ok github.com/docker/docker/pkg/capabilities 0.011s coverage: 87.5% of statements [2020-11-18T00:47:48.507Z] #19 74.84 Setting up python3-setuptools (40.8.0-1) ... [2020-11-18T00:47:48.953Z] #41 46.90 CC images/ipc-sem.o [2020-11-18T00:47:49.047Z] ok github.com/docker/docker/pkg/authorization 0.773s coverage: 68.3% of statements [2020-11-18T00:47:49.215Z] #41 47.25 CC images/utsns.o [2020-11-18T00:47:49.232Z] INFO: Sources under d:\gopath\... [2020-11-18T00:47:49.232Z] INFO: Test run under d:\CI\... [2020-11-18T00:47:49.232Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-11-18T00:47:49.232Z] INFO: docker/docker repository was found [2020-11-18T00:47:49.232Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-11-18T00:47:49.621Z] ok github.com/docker/docker/pkg/directory 0.015s coverage: 80.0% of statements [2020-11-18T00:47:49.622Z] #54 64.23 + bin/ctr [2020-11-18T00:47:49.694Z] ltsc2019: Pulling from windows/servercore [2020-11-18T00:47:49.850Z] #41 47.72 CC images/creds.o [2020-11-18T00:47:50.051Z] #19 76.14 Setting up python3-pip (18.1-5) ... [2020-11-18T00:47:50.120Z] #41 47.95 CC images/vma.o [2020-11-18T00:47:50.120Z] #41 48.21 CC images/netdev.o [2020-11-18T00:47:50.158Z] 4612f6d0b889: Pulling fs layer [2020-11-18T00:47:50.158Z] 680bbdbacf1b: Pulling fs layer [2020-11-18T00:47:50.186Z] #54 ... [2020-11-18T00:47:50.186Z] [2020-11-18T00:47:50.186Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:50.186Z] #43 120.5 go/parser [2020-11-18T00:47:50.186Z] #43 121.6 text/template [2020-11-18T00:47:50.186Z] #43 125.3 encoding/xml [2020-11-18T00:47:50.186Z] #43 129.3 go/doc [2020-11-18T00:47:50.195Z] ok github.com/docker/docker/pkg/archive 1.221s coverage: 76.9% of statements [2020-11-18T00:47:50.442Z] #43 ... [2020-11-18T00:47:50.442Z] [2020-11-18T00:47:50.442Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:50.442Z] #41 22.59 make[1]: Nothing to be done for 'all'. [2020-11-18T00:47:50.442Z] #41 25.76 CC images/stats.o [2020-11-18T00:47:50.442Z] #41 26.43 CC images/core.o [2020-11-18T00:47:50.458Z] ok github.com/docker/docker/pkg/discovery 0.016s coverage: 58.3% of statements [2020-11-18T00:47:50.696Z] #41 48.64 CC images/tty.o [2020-11-18T00:47:50.699Z] #41 27.57 CC images/core-x86.o [2020-11-18T00:47:50.720Z] ok github.com/docker/docker/pkg/discovery/file 0.015s coverage: 97.6% of statements [2020-11-18T00:47:51.294Z] ok github.com/docker/docker/pkg/discovery/memory 0.013s coverage: 92.3% of statements [2020-11-18T00:47:51.341Z] #41 49.24 CC images/file-lock.o [2020-11-18T00:47:51.341Z] #41 49.48 CC images/rlimit.o [2020-11-18T00:47:51.592Z] #19 77.48 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:47:51.592Z] #19 77.51 Processing triggers for mime-support (3.62) ... [2020-11-18T00:47:51.592Z] #19 DONE 77.7s [2020-11-18T00:47:51.592Z] [2020-11-18T00:47:51.592Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-18T00:47:51.630Z] #41 28.57 CC images/core-arm.o [2020-11-18T00:47:51.867Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements [2020-11-18T00:47:51.894Z] #20 0.368 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-18T00:47:51.894Z] #20 0.372 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-18T00:47:51.894Z] #20 0.375 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-18T00:47:51.894Z] #20 DONE 0.5s [2020-11-18T00:47:51.894Z] [2020-11-18T00:47:51.894Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:51.894Z] #42 125.7 CC criu/crtools.o [2020-11-18T00:47:51.894Z] #42 126.5 CC criu/eventfd.o [2020-11-18T00:47:51.894Z] #42 127.0 CC criu/eventpoll.o [2020-11-18T00:47:51.894Z] #42 128.0 CC criu/external.o [2020-11-18T00:47:51.894Z] #42 128.4 CC criu/fault-injection.o [2020-11-18T00:47:51.894Z] #42 128.6 CC criu/fdstore.o [2020-11-18T00:47:51.894Z] #42 129.4 CC criu/fifo.o [2020-11-18T00:47:51.918Z] #41 49.79 CC images/pagemap.o [2020-11-18T00:47:51.919Z] #41 50.12 CC images/siginfo.o [2020-11-18T00:47:52.188Z] #41 ... [2020-11-18T00:47:52.188Z] [2020-11-18T00:47:52.188Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:47:52.188Z] #56 154.8 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-18T00:47:52.188Z] #56 154.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-18T00:47:52.440Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-11-18T00:47:52.553Z] #42 129.9 CC criu/file-ids.o [2020-11-18T00:47:52.560Z] #41 29.27 CC images/core-aarch64.o [2020-11-18T00:47:52.857Z] #42 130.3 CC criu/file-lock.o [2020-11-18T00:47:53.012Z] ok github.com/docker/docker/pkg/chrootarchive 3.507s coverage: 43.2% of statements [2020-11-18T00:47:53.123Z] #41 30.00 CC images/core-ppc64.o [2020-11-18T00:47:53.137Z] #56 ... [2020-11-18T00:47:53.137Z] [2020-11-18T00:47:53.137Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:53.137Z] #43 145.9 vendor/golang.org/x/net/idna [2020-11-18T00:47:53.137Z] #43 149.4 vendor/golang.org/x/net/http2/hpack [2020-11-18T00:47:53.137Z] #43 151.5 mime [2020-11-18T00:47:53.137Z] #43 153.8 mime/quotedprintable [2020-11-18T00:47:53.137Z] #43 154.2 net/http/internal [2020-11-18T00:47:53.400Z] #43 ... [2020-11-18T00:47:53.400Z] [2020-11-18T00:47:53.400Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:53.400Z] #41 50.48 CC images/rpc.o [2020-11-18T00:47:53.585Z] ok github.com/docker/docker/pkg/filenotify 0.627s coverage: 67.0% of statements [2020-11-18T00:47:53.585Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2020-11-18T00:47:53.686Z] #41 ... [2020-11-18T00:47:53.686Z] [2020-11-18T00:47:53.686Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:47:53.686Z] #43 133.8 github.com/LK4D4/vndr/versioned [2020-11-18T00:47:53.686Z] #43 134.0 compress/flate [2020-11-18T00:47:53.974Z] #41 51.82 CC images/ext-file.o [2020-11-18T00:47:53.974Z] #41 52.04 CC images/cgroup.o [2020-11-18T00:47:54.159Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2020-11-18T00:47:54.394Z] #42 131.6 CC criu/files-ext.o [2020-11-18T00:47:54.421Z] ok github.com/docker/docker/pkg/fsutils 0.326s coverage: 85.1% of statements [2020-11-18T00:47:54.617Z] #43 135.0 github.com/LK4D4/vndr/build [2020-11-18T00:47:54.685Z] ok github.com/docker/docker/pkg/discovery/kv 3.096s coverage: 84.1% of statements [2020-11-18T00:47:54.693Z] #42 132.1 CC criu/files-reg.o [2020-11-18T00:47:54.924Z] #41 52.98 CC images/userns.o [2020-11-18T00:47:55.185Z] #41 53.35 CC images/google/protobuf/descriptor.o [2020-11-18T00:47:55.259Z] ok github.com/docker/docker/layer 7.854s coverage: 68.8% of statements [2020-11-18T00:47:55.259Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-18T00:47:55.259Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-18T00:47:55.259Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-18T00:47:55.259Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-18T00:47:55.259Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-18T00:47:55.259Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-18T00:47:55.259Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-18T00:47:55.342Z] #42 ... [2020-11-18T00:47:55.342Z] [2020-11-18T00:47:55.342Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:47:55.342Z] #31 DONE 192.6s [2020-11-18T00:47:55.342Z] [2020-11-18T00:47:55.342Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-18T00:47:55.539Z] ok github.com/docker/docker/pkg/jsonmessage 0.018s coverage: 91.7% of statements [2020-11-18T00:47:55.813Z] ok github.com/docker/docker/pkg/ioutils 0.578s coverage: 70.6% of statements [2020-11-18T00:47:55.813Z] ok github.com/docker/docker/pkg/longpath 0.015s coverage: 100.0% of statements [2020-11-18T00:47:55.813Z] ok github.com/docker/docker/pkg/idtools 0.883s coverage: 70.1% of statements [2020-11-18T00:47:55.813Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-18T00:47:55.813Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-18T00:47:55.813Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-18T00:47:55.999Z] 680bbdbacf1b: Verifying Checksum [2020-11-18T00:47:56.391Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2020-11-18T00:47:56.391Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-18T00:47:56.391Z] ok github.com/docker/docker/pkg/parsers 0.035s coverage: 97.0% of statements [2020-11-18T00:47:56.657Z] ok github.com/docker/docker/pkg/parsers/kernel 0.022s coverage: 60.0% of statements [2020-11-18T00:47:56.919Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.065s coverage: 86.7% of statements [2020-11-18T00:47:56.919Z] ok github.com/docker/docker/pkg/pidfile 0.036s coverage: 82.4% of statements [2020-11-18T00:47:56.919Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-18T00:47:56.919Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-18T00:47:57.465Z] #21 5.268 Collecting yamllint==1.16.0 [2020-11-18T00:47:57.494Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.024s coverage: 56.8% of statements [2020-11-18T00:47:58.069Z] ok github.com/docker/docker/pkg/pools 0.009s coverage: 88.2% of statements [2020-11-18T00:47:58.069Z] ok github.com/docker/docker/pkg/progress 0.011s coverage: 75.9% of statements [2020-11-18T00:47:58.121Z] #21 5.967 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-18T00:47:58.121Z] #21 ... [2020-11-18T00:47:58.121Z] [2020-11-18T00:47:58.121Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:47:58.121Z] #42 135.4 CC criu/files.o [2020-11-18T00:47:58.332Z] ok github.com/docker/docker/pkg/plugins/transport 0.019s coverage: 85.7% of statements [2020-11-18T00:47:58.494Z] #41 56.11 CC images/opts.o [2020-11-18T00:47:58.494Z] #41 56.30 CC images/seccomp.o [2020-11-18T00:47:58.494Z] #41 56.54 CC images/binfmt-misc.o [2020-11-18T00:47:58.756Z] #41 56.71 CC images/time.o [2020-11-18T00:47:58.843Z] #43 138.7 hash/crc32 [2020-11-18T00:47:58.907Z] ok github.com/docker/docker/pkg/reexec 0.020s coverage: 82.4% of statements [2020-11-18T00:47:59.018Z] #41 56.90 CC images/sysctl.o [2020-11-18T00:47:59.018Z] #41 57.08 CC images/autofs.o [2020-11-18T00:47:59.102Z] #43 139.5 compress/gzip [2020-11-18T00:47:59.280Z] #41 57.25 CC images/macvlan.o [2020-11-18T00:47:59.480Z] ok github.com/docker/docker/pkg/stdcopy 0.014s coverage: 100.0% of statements [2020-11-18T00:47:59.542Z] #41 57.46 CC images/sit.o [2020-11-18T00:47:59.542Z] #41 57.65 CC images/memfd.o [2020-11-18T00:47:59.665Z] #43 140.1 vendor/golang.org/x/crypto/cryptobyte [2020-11-18T00:47:59.743Z] ok github.com/docker/docker/pkg/pubsub 1.080s coverage: 75.0% of statements [2020-11-18T00:47:59.804Z] #41 57.89 CC images/timens.o [2020-11-18T00:48:00.005Z] ok github.com/docker/docker/pkg/streamformatter 0.017s coverage: 66.2% of statements [2020-11-18T00:48:00.005Z] ok github.com/docker/docker/pkg/stringid 0.011s coverage: 70.6% of statements [2020-11-18T00:48:00.230Z] #43 140.5 net [2020-11-18T00:48:00.377Z] #41 58.23 LINK images/built-in.o [2020-11-18T00:48:00.377Z] #41 58.41 GEN compel/include/asm [2020-11-18T00:48:00.377Z] #41 58.43 GEN compel/include/version.h [2020-11-18T00:48:00.377Z] #41 58.46 touch .config [2020-11-18T00:48:00.377Z] #41 58.50 GEN include/common/config.h [2020-11-18T00:48:00.638Z] #41 58.58 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-18T00:48:00.638Z] #41 58.60 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-18T00:48:00.638Z] #41 58.64 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-18T00:48:00.638Z] #41 58.65 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-18T00:48:00.638Z] #41 58.68 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-18T00:48:00.638Z] #41 58.69 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-18T00:48:00.638Z] #41 58.72 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-18T00:48:00.638Z] #41 58.73 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-18T00:48:00.638Z] #41 58.74 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-18T00:48:00.638Z] #41 58.76 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-18T00:48:00.638Z] #41 58.76 DEP compel/plugins/std/infect.d [2020-11-18T00:48:00.795Z] #43 ... [2020-11-18T00:48:00.795Z] [2020-11-18T00:48:00.795Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:00.795Z] #41 30.71 CC images/core-s390.o [2020-11-18T00:48:00.795Z] #41 31.89 CC images/cpuinfo.o [2020-11-18T00:48:00.795Z] #41 32.97 CC images/inventory.o [2020-11-18T00:48:00.795Z] #41 33.48 CC images/fdinfo.o [2020-11-18T00:48:00.795Z] #41 34.18 CC images/fown.o [2020-11-18T00:48:00.795Z] #41 34.52 CC images/ns.o [2020-11-18T00:48:00.795Z] #41 34.90 CC images/regfile.o [2020-11-18T00:48:00.795Z] #41 35.13 CC images/ghost-file.o [2020-11-18T00:48:00.795Z] #41 35.70 CC images/fifo.o [2020-11-18T00:48:00.795Z] #41 35.94 CC images/remap-file-path.o [2020-11-18T00:48:00.795Z] #41 36.39 CC images/eventfd.o [2020-11-18T00:48:00.795Z] #41 36.78 CC images/eventpoll.o [2020-11-18T00:48:00.795Z] #41 37.09 CC images/fh.o [2020-11-18T00:48:00.795Z] #41 37.55 CC images/fsnotify.o [2020-11-18T00:48:00.900Z] #41 58.89 DEP compel/plugins/std/string.d [2020-11-18T00:48:00.900Z] #41 58.94 DEP compel/plugins/std/log.d [2020-11-18T00:48:00.900Z] #41 59.02 DEP compel/plugins/std/fds.d [2020-11-18T00:48:00.900Z] #41 59.09 DEP compel/plugins/std/std.d [2020-11-18T00:48:00.902Z] #42 137.9 CC criu/filesystems.o [2020-11-18T00:48:00.952Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 54.2% of statements [2020-11-18T00:48:01.162Z] #41 59.17 DEP compel/plugins/shmem/shmem.d [2020-11-18T00:48:01.162Z] #41 59.22 DEP compel/plugins/fds/fds.d [2020-11-18T00:48:01.162Z] #41 59.31 CC compel/plugins/std/std.o [2020-11-18T00:48:01.213Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 36.9% of statements [2020-11-18T00:48:01.548Z] #42 139.0 CC criu/fsnotify.o [2020-11-18T00:48:01.732Z] #41 38.31 CC images/signalfd.o [2020-11-18T00:48:01.732Z] #41 38.68 CC images/fs.o [2020-11-18T00:48:01.787Z] ok github.com/docker/docker/pkg/tailfile 0.095s coverage: 88.6% of statements [2020-11-18T00:48:01.787Z] ok github.com/docker/docker/pkg/signal 2.795s coverage: 61.0% of statements [2020-11-18T00:48:01.816Z] #41 59.61 CC compel/plugins/std/fds.o [2020-11-18T00:48:02.049Z] ok github.com/docker/docker/pkg/tarsum 0.104s coverage: 89.3% of statements [2020-11-18T00:48:02.078Z] #41 ... [2020-11-18T00:48:02.078Z] [2020-11-18T00:48:02.078Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:48:02.078Z] #11 164.5 Selecting previously unselected package libapparmor1:amd64. [2020-11-18T00:48:02.078Z] #11 164.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-18T00:48:02.196Z] #42 ... [2020-11-18T00:48:02.196Z] [2020-11-18T00:48:02.196Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-18T00:48:02.196Z] #21 6.064 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-18T00:48:02.196Z] #21 6.134 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-18T00:48:02.196Z] #21 6.201 Collecting pyyaml (from yamllint==1.16.0) [2020-11-18T00:48:02.196Z] #21 6.456 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-18T00:48:02.196Z] #21 8.057 Building wheels for collected packages: pyyaml [2020-11-18T00:48:02.196Z] #21 8.058 Running setup.py bdist_wheel for pyyaml: started [2020-11-18T00:48:02.196Z] #21 9.279 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-18T00:48:02.196Z] #21 9.280 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-18T00:48:02.196Z] #21 9.369 Successfully built pyyaml [2020-11-18T00:48:02.196Z] #21 9.385 Installing collected packages: pathspec, pyyaml, yamllint [2020-11-18T00:48:02.196Z] #21 9.839 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-18T00:48:02.196Z] #21 DONE 10.0s [2020-11-18T00:48:02.196Z] [2020-11-18T00:48:02.196Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:48:02.300Z] #41 39.05 CC images/pstree.o [2020-11-18T00:48:02.312Z] testing: warning: no tests to run [2020-11-18T00:48:02.312Z] coverage: [no statements] [2020-11-18T00:48:02.312Z] ok github.com/docker/docker/pkg/term/windows 0.017s coverage: [no statements] [no tests to run] [2020-11-18T00:48:02.341Z] #11 165.0 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-18T00:48:02.341Z] #11 ... [2020-11-18T00:48:02.341Z] [2020-11-18T00:48:02.341Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:48:02.341Z] #56 DONE 165.1s [2020-11-18T00:48:02.559Z] #41 39.45 CC images/pipe.o [2020-11-18T00:48:02.559Z] #41 ... [2020-11-18T00:48:02.559Z] [2020-11-18T00:48:02.559Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:02.559Z] #43 142.9 vendor/golang.org/x/crypto/chacha20poly1305 [2020-11-18T00:48:02.573Z] ok github.com/docker/docker/pkg/truncindex 0.113s coverage: 91.5% of statements [2020-11-18T00:48:02.573Z] ok github.com/docker/docker/pkg/urlutil 0.012s coverage: 100.0% of statements [2020-11-18T00:48:02.573Z] ok github.com/docker/docker/pkg/useragent 0.009s coverage: 88.9% of statements [2020-11-18T00:48:02.603Z] [2020-11-18T00:48:02.603Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-18T00:48:02.603Z] #57 DONE 0.0s [2020-11-18T00:48:02.603Z] [2020-11-18T00:48:02.603Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-18T00:48:02.603Z] #58 DONE 0.0s [2020-11-18T00:48:02.603Z] [2020-11-18T00:48:02.603Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:48:02.603Z] #11 165.1 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-18T00:48:02.603Z] #11 165.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-18T00:48:02.603Z] #11 165.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-18T00:48:02.846Z] #48 ... [2020-11-18T00:48:02.846Z] [2020-11-18T00:48:02.846Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:02.846Z] #42 140.3 CC criu/image-desc.o [2020-11-18T00:48:02.868Z] #11 165.4 Selecting previously unselected package libbtrfs0. [2020-11-18T00:48:02.868Z] #11 165.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-18T00:48:02.868Z] #11 165.4 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-18T00:48:02.868Z] #11 165.6 Selecting previously unselected package libbtrfs-dev. [2020-11-18T00:48:02.868Z] #11 165.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-18T00:48:02.868Z] #11 165.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:48:03.130Z] #11 165.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-18T00:48:03.130Z] #11 165.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-18T00:48:03.130Z] #11 165.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-18T00:48:03.130Z] #11 165.9 Selecting previously unselected package libudev-dev:amd64. [2020-11-18T00:48:03.167Z] #42 140.5 CC criu/image.o [2020-11-18T00:48:03.392Z] #11 165.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-18T00:48:03.392Z] #11 166.0 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-18T00:48:03.392Z] #11 166.1 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-18T00:48:03.392Z] #11 166.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-18T00:48:03.392Z] #11 166.2 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-18T00:48:03.965Z] ok github.com/docker/docker/plugin/v2 0.037s coverage: 14.5% of statements [2020-11-18T00:48:03.966Z] #11 166.4 Selecting previously unselected package libpcre16-3:amd64. [2020-11-18T00:48:03.966Z] #11 166.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-18T00:48:03.966Z] #11 166.4 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-18T00:48:03.966Z] #11 166.6 Selecting previously unselected package libpcre32-3:amd64. [2020-11-18T00:48:03.966Z] #11 166.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-18T00:48:03.966Z] #11 166.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-11-18T00:48:04.228Z] #11 166.8 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-18T00:48:04.228Z] #11 166.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-18T00:48:04.228Z] #11 166.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-18T00:48:04.228Z] #11 166.9 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-18T00:48:04.228Z] #11 166.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-18T00:48:04.228Z] #11 166.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-18T00:48:04.229Z] ok github.com/docker/docker/profiles/seccomp 0.024s coverage: 85.4% of statements [2020-11-18T00:48:04.231Z] #42 141.4 CC criu/ipc_ns.o [2020-11-18T00:48:04.468Z] #43 144.5 vendor/golang.org/x/text/transform [2020-11-18T00:48:04.468Z] #43 ... [2020-11-18T00:48:04.468Z] [2020-11-18T00:48:04.468Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:48:04.468Z] #49 134.6 mvdan.cc/sh/v3/cmd/shfmt [2020-11-18T00:48:04.468Z] #49 ... [2020-11-18T00:48:04.468Z] [2020-11-18T00:48:04.468Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:04.468Z] #41 39.87 CC images/tcp-stream.o [2020-11-18T00:48:04.468Z] #41 40.17 CC images/sk-packet.o [2020-11-18T00:48:04.468Z] #41 40.60 CC images/mnt.o [2020-11-18T00:48:04.468Z] #41 41.01 CC images/pipe-data.o [2020-11-18T00:48:04.468Z] #41 41.37 CC images/sa.o [2020-11-18T00:48:04.609Z] 4612f6d0b889: Verifying Checksum [2020-11-18T00:48:04.609Z] 4612f6d0b889: Download complete [2020-11-18T00:48:04.725Z] #41 ... [2020-11-18T00:48:04.725Z] [2020-11-18T00:48:04.725Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-18T00:48:04.725Z] #49 DONE 145.2s [2020-11-18T00:48:04.725Z] [2020-11-18T00:48:04.725Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:04.725Z] #41 41.64 CC images/timer.o [2020-11-18T00:48:04.803Z] #11 167.4 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-18T00:48:04.803Z] #11 167.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-18T00:48:04.803Z] #11 167.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-18T00:48:04.804Z] ok github.com/docker/docker/reference 0.020s coverage: 84.4% of statements [2020-11-18T00:48:05.065Z] #11 167.7 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-18T00:48:05.065Z] #11 167.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-18T00:48:05.065Z] #11 167.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-18T00:48:05.327Z] #11 167.8 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-18T00:48:05.327Z] #11 167.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-18T00:48:05.327Z] #11 167.9 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-18T00:48:05.379Z] ok github.com/docker/docker/plugin 0.559s coverage: 23.2% of statements [2020-11-18T00:48:05.564Z] #42 142.8 CC criu/irmap.o [2020-11-18T00:48:05.588Z] #11 168.2 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-18T00:48:05.588Z] #11 168.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-18T00:48:05.588Z] #11 168.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-18T00:48:05.655Z] #41 42.23 CC images/timerfd.o [2020-11-18T00:48:05.850Z] #11 168.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-18T00:48:05.850Z] #11 168.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-18T00:48:05.850Z] #11 168.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-18T00:48:05.850Z] #11 168.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-18T00:48:05.850Z] #11 168.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-18T00:48:05.850Z] #11 168.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-18T00:48:05.850Z] #11 168.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:48:05.850Z] #11 168.7 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-18T00:48:05.850Z] #11 ... [2020-11-18T00:48:05.850Z] [2020-11-18T00:48:05.850Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:05.850Z] #43 158.6 net/textproto [2020-11-18T00:48:05.850Z] #43 158.6 crypto/x509 [2020-11-18T00:48:05.850Z] #43 160.3 vendor/golang.org/x/net/http/httpguts [2020-11-18T00:48:05.850Z] #43 160.8 vendor/golang.org/x/net/http/httpproxy [2020-11-18T00:48:05.850Z] #43 161.4 mime/multipart [2020-11-18T00:48:05.850Z] #43 163.6 crypto/tls [2020-11-18T00:48:05.912Z] #41 42.67 CC images/mm.o [2020-11-18T00:48:06.112Z] #43 ... [2020-11-18T00:48:06.112Z] [2020-11-18T00:48:06.112Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:48:06.112Z] #11 168.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-18T00:48:06.112Z] #11 168.7 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-18T00:48:06.112Z] #11 168.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-18T00:48:06.112Z] #11 168.8 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:48:06.112Z] #11 168.8 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-18T00:48:06.112Z] #11 168.8 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-18T00:48:06.112Z] #11 168.8 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-18T00:48:06.112Z] #11 168.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-18T00:48:06.112Z] #11 168.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-18T00:48:06.112Z] #11 168.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:48:06.112Z] #11 168.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-18T00:48:06.112Z] #11 168.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-18T00:48:06.112Z] #11 168.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:48:06.112Z] #11 168.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-18T00:48:06.112Z] #11 168.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-18T00:48:06.214Z] #42 143.6 CC criu/kcmp-ids.o [2020-11-18T00:48:06.373Z] #11 168.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-18T00:48:06.373Z] #11 168.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-18T00:48:06.373Z] #11 169.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-18T00:48:06.373Z] #11 169.0 Setting up dmsetup (2:1.02.155-3) ... [2020-11-18T00:48:06.373Z] #11 169.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-18T00:48:06.373Z] #11 169.0 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-18T00:48:06.373Z] #11 169.0 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:48:06.477Z] #41 43.39 CC images/sk-opts.o [2020-11-18T00:48:06.512Z] #42 144.0 CC criu/kerndat.o [2020-11-18T00:48:06.636Z] #11 DONE 169.4s [2020-11-18T00:48:06.636Z] [2020-11-18T00:48:06.636Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:07.042Z] #41 43.78 CC images/sk-unix.o [2020-11-18T00:48:07.300Z] #41 44.16 CC images/sk-inet.o [2020-11-18T00:48:07.305Z] ok github.com/docker/docker/registry/resumable 0.028s coverage: 100.0% of statements [2020-11-18T00:48:07.306Z] ok github.com/docker/docker/registry 0.171s coverage: 57.2% of statements [2020-11-18T00:48:07.306Z] ok github.com/docker/docker/quota 0.646s coverage: 71.4% of statements [2020-11-18T00:48:07.306Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 45.3% of statements [2020-11-18T00:48:07.866Z] #41 44.63 CC images/tun.o [2020-11-18T00:48:07.882Z] ok github.com/docker/docker/testutil 0.030s coverage: 62.5% of statements [2020-11-18T00:48:08.055Z] #42 145.4 CC criu/libnetlink.o [2020-11-18T00:48:08.145Z] ok github.com/docker/docker/runconfig 0.028s coverage: 66.1% of statements [2020-11-18T00:48:08.355Z] #42 145.9 CC criu/log.o [2020-11-18T00:48:08.432Z] #41 45.08 CC images/sk-netlink.o [2020-11-18T00:48:08.554Z] #51 1.491 + RM_GOPATH=0 [2020-11-18T00:48:08.554Z] #51 1.491 + TMP_GOPATH= [2020-11-18T00:48:08.554Z] #51 1.491 + : /build [2020-11-18T00:48:08.554Z] #51 1.491 + '[' -z '' ']' [2020-11-18T00:48:08.554Z] #51 1.491 ++ mktemp -d [2020-11-18T00:48:08.554Z] #51 1.494 + export GOPATH=/tmp/tmp.0yj2UxAVeC [2020-11-18T00:48:08.554Z] #51 1.494 + GOPATH=/tmp/tmp.0yj2UxAVeC [2020-11-18T00:48:08.554Z] #51 1.494 + RM_GOPATH=1 [2020-11-18T00:48:08.554Z] #51 1.494 + case "$(go env GOARCH)" in [2020-11-18T00:48:08.554Z] #51 1.495 ++ go env GOARCH [2020-11-18T00:48:08.554Z] #51 1.507 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:48:08.554Z] #51 1.508 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:48:08.554Z] #51 1.509 ++ dirname /tmp/install/install.sh [2020-11-18T00:48:08.554Z] #51 1.519 + dir=/tmp/install [2020-11-18T00:48:08.554Z] #51 1.519 + bin=runc [2020-11-18T00:48:08.554Z] #51 1.519 + shift [2020-11-18T00:48:08.554Z] #51 1.519 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-18T00:48:08.554Z] #51 1.520 + . /tmp/install/runc.installer [2020-11-18T00:48:08.554Z] #51 1.520 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-18T00:48:08.554Z] #51 1.526 + install_runc [2020-11-18T00:48:08.554Z] #51 1.527 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-18T00:48:08.554Z] #51 1.532 + uname -r [2020-11-18T00:48:08.554Z] #51 1.533 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-18T00:48:08.554Z] #51 1.535 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-18T00:48:08.554Z] #51 1.535 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-18T00:48:08.554Z] #51 1.536 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.0yj2UxAVeC/src/github.com/opencontainers/runc [2020-11-18T00:48:08.554Z] #51 1.549 Cloning into '/tmp/tmp.0yj2UxAVeC/src/github.com/opencontainers/runc'... [2020-11-18T00:48:08.554Z] #51 ... [2020-11-18T00:48:08.554Z] [2020-11-18T00:48:08.554Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-18T00:48:08.554Z] #12 DONE 1.6s [2020-11-18T00:48:08.554Z] [2020-11-18T00:48:08.554Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:08.554Z] #41 60.06 CC compel/plugins/std/log.o [2020-11-18T00:48:08.554Z] #41 60.75 CC compel/plugins/std/string.o [2020-11-18T00:48:08.554Z] #41 61.32 CC compel/plugins/std/infect.o [2020-11-18T00:48:08.554Z] #41 61.88 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-18T00:48:08.554Z] #41 61.99 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-18T00:48:08.554Z] #41 62.07 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-18T00:48:08.554Z] #41 62.14 AR compel/plugins/std.lib.a [2020-11-18T00:48:08.554Z] #41 62.23 CC compel/plugins/fds/fds.o [2020-11-18T00:48:08.554Z] #41 62.52 AR compel/plugins/fds.lib.a [2020-11-18T00:48:08.554Z] #41 62.59 HOSTDEP compel/src/lib/log-host.d [2020-11-18T00:48:08.554Z] #41 62.68 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-18T00:48:08.554Z] #41 62.78 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-18T00:48:08.554Z] #41 62.88 HOSTDEP compel/src/main-host.d [2020-11-18T00:48:08.554Z] #41 63.01 DEP compel/src/lib/ptrace.d [2020-11-18T00:48:08.554Z] #41 63.13 DEP compel/src/lib/infect.d [2020-11-18T00:48:08.554Z] #41 63.35 DEP compel/src/lib/infect-util.d [2020-11-18T00:48:08.554Z] #41 63.56 DEP compel/src/lib/infect-rpc.d [2020-11-18T00:48:08.554Z] #41 63.69 DEP compel/arch/x86/src/lib/infect.d [2020-11-18T00:48:08.554Z] #41 63.82 DEP compel/arch/x86/src/lib/cpu.d [2020-11-18T00:48:08.554Z] #41 63.89 DEP compel/src/lib/log.d [2020-11-18T00:48:08.554Z] #41 63.97 DEP compel/src/main.d [2020-11-18T00:48:08.554Z] #41 64.08 DEP compel/src/lib/handle-elf.d [2020-11-18T00:48:08.554Z] #41 64.18 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-18T00:48:08.554Z] #41 64.27 CC compel/src/lib/log.o [2020-11-18T00:48:08.554Z] #41 64.56 CC compel/arch/x86/src/lib/cpu.o [2020-11-18T00:48:08.554Z] #41 65.67 CC compel/arch/x86/src/lib/infect.o [2020-11-18T00:48:08.689Z] #41 45.43 CC images/packet-sock.o [2020-11-18T00:48:08.818Z] #41 66.82 CC compel/src/lib/infect-rpc.o [2020-11-18T00:48:09.005Z] #42 146.4 CC criu/lsm.o [2020-11-18T00:48:09.253Z] #41 46.02 CC images/ipc-var.o [2020-11-18T00:48:09.392Z] #41 67.28 CC compel/src/lib/infect-util.o [2020-11-18T00:48:09.392Z] #41 67.52 CC compel/src/lib/infect.o [2020-11-18T00:48:09.509Z] #41 46.35 CC images/ipc-desc.o [2020-11-18T00:48:09.653Z] #41 ... [2020-11-18T00:48:09.653Z] [2020-11-18T00:48:09.653Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-18T00:48:09.653Z] #13 DONE 1.2s [2020-11-18T00:48:09.653Z] [2020-11-18T00:48:09.653Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-18T00:48:09.655Z] #42 147.0 CC criu/mem.o [2020-11-18T00:48:10.067Z] ok github.com/docker/docker/volume/drivers 0.015s coverage: 36.1% of statements [2020-11-18T00:48:10.077Z] #41 46.84 CC images/ipc-shm.o [2020-11-18T00:48:10.598Z] #14 1.036 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-18T00:48:10.640Z] #41 47.28 CC images/ipc-msg.o [2020-11-18T00:48:10.642Z] ok github.com/docker/docker/volume/mounts 0.085s coverage: 67.0% of statements [2020-11-18T00:48:10.861Z] #14 DONE 1.2s [2020-11-18T00:48:10.861Z] [2020-11-18T00:48:10.861Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-18T00:48:11.213Z] #41 47.92 CC images/ipc-sem.o [2020-11-18T00:48:11.469Z] #41 48.41 CC images/utsns.o [2020-11-18T00:48:11.588Z] ok github.com/docker/docker/volume/local 0.259s coverage: 76.6% of statements [2020-11-18T00:48:11.765Z] #42 149.0 CC criu/memfd.o [2020-11-18T00:48:11.805Z] #15 DONE 1.1s [2020-11-18T00:48:11.805Z] [2020-11-18T00:48:11.805Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:11.805Z] #43 169.1 net/http/httptrace [2020-11-18T00:48:11.805Z] #43 169.4 net/http [2020-11-18T00:48:12.033Z] #41 48.78 CC images/creds.o [2020-11-18T00:48:12.066Z] #43 ... [2020-11-18T00:48:12.066Z] [2020-11-18T00:48:12.066Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-18T00:48:12.290Z] #41 49.14 CC images/vma.o [2020-11-18T00:48:12.415Z] #42 149.6 CC criu/mount.o [2020-11-18T00:48:12.530Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2020-11-18T00:48:12.853Z] #41 49.61 CC images/netdev.o [2020-11-18T00:48:13.016Z] #16 DONE 1.0s [2020-11-18T00:48:13.016Z] [2020-11-18T00:48:13.016Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-18T00:48:13.416Z] #41 50.25 CC images/tty.o [2020-11-18T00:48:13.967Z] #17 DONE 1.1s [2020-11-18T00:48:13.967Z] [2020-11-18T00:48:13.967Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:48:13.980Z] #41 50.68 CC images/file-lock.o [2020-11-18T00:48:13.980Z] #41 50.86 CC images/rlimit.o [2020-11-18T00:48:14.238Z] #41 51.06 CC images/pagemap.o [2020-11-18T00:48:14.495Z] #41 51.38 CC images/siginfo.o [2020-11-18T00:48:14.755Z] #41 51.76 CC images/rpc.o [2020-11-18T00:48:15.322Z] #41 ... [2020-11-18T00:48:15.322Z] [2020-11-18T00:48:15.322Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:15.322Z] #43 145.6 vendor/golang.org/x/text/unicode/bidi [2020-11-18T00:48:15.322Z] #43 147.9 vendor/golang.org/x/text/secure/bidirule [2020-11-18T00:48:15.322Z] #43 148.4 vendor/golang.org/x/text/unicode/norm [2020-11-18T00:48:15.322Z] #43 155.0 vendor/golang.org/x/net/idna [2020-11-18T00:48:15.322Z] #43 ... [2020-11-18T00:48:15.322Z] [2020-11-18T00:48:15.322Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:48:15.322Z] #11 149.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-18T00:48:15.322Z] #11 149.0 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-18T00:48:15.322Z] #11 149.0 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:48:15.354Z] #18 1.475 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:48:15.615Z] #18 1.563 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:48:15.615Z] #18 1.583 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:48:16.187Z] #18 2.207 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:48:16.252Z] #11 ... [2020-11-18T00:48:16.252Z] [2020-11-18T00:48:16.252Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:16.252Z] #41 53.18 CC images/ext-file.o [2020-11-18T00:48:16.819Z] #41 53.46 CC images/cgroup.o [2020-11-18T00:48:16.952Z] #42 154.2 CC criu/namespaces.o [2020-11-18T00:48:17.573Z] #18 3.388 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:48:17.749Z] #41 54.59 CC images/userns.o [2020-11-18T00:48:18.005Z] #41 55.01 CC images/google/protobuf/descriptor.o [2020-11-18T00:48:18.958Z] #18 4.876 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:48:19.069Z] #42 156.4 CC criu/net.o [2020-11-18T00:48:20.344Z] #18 ... [2020-11-18T00:48:20.344Z] [2020-11-18T00:48:20.344Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:20.344Z] #51 11.17 + cd /tmp/tmp.0yj2UxAVeC/src/github.com/opencontainers/runc [2020-11-18T00:48:20.344Z] #51 11.17 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-18T00:48:20.344Z] #51 11.81 + '[' -z '' ']' [2020-11-18T00:48:20.344Z] #51 11.82 + target=static [2020-11-18T00:48:20.344Z] #51 11.82 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-18T00:48:20.344Z] #51 12.23 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-18T00:48:20.529Z] #41 57.48 CC images/opts.o [2020-11-18T00:48:20.788Z] #41 57.73 CC images/seccomp.o [2020-11-18T00:48:21.045Z] #41 57.96 CC images/binfmt-misc.o [2020-11-18T00:48:21.301Z] #41 58.28 CC images/time.o [2020-11-18T00:48:21.865Z] #41 58.49 CC images/sysctl.o [2020-11-18T00:48:21.865Z] #41 58.69 CC images/autofs.o [2020-11-18T00:48:22.121Z] #41 58.88 CC images/macvlan.o [2020-11-18T00:48:22.378Z] #41 59.15 CC images/sit.o [2020-11-18T00:48:22.634Z] #41 59.46 CC images/memfd.o [2020-11-18T00:48:22.890Z] #41 59.83 CC images/timens.o [2020-11-18T00:48:22.891Z] #51 ... [2020-11-18T00:48:22.892Z] [2020-11-18T00:48:22.892Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:22.892Z] #41 70.60 CC compel/src/lib/ptrace.o [2020-11-18T00:48:22.892Z] #41 71.06 AR compel/libcompel.a [2020-11-18T00:48:22.892Z] #41 71.25 HOSTCC compel/src/main-host.o [2020-11-18T00:48:22.892Z] #41 71.71 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-18T00:48:22.892Z] #41 71.89 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-18T00:48:22.892Z] #41 72.53 HOSTCC compel/src/lib/log-host.o [2020-11-18T00:48:22.892Z] #41 72.91 HOSTLINK compel/compel-host-bin [2020-11-18T00:48:22.892Z] #41 73.11 DEP soccr/soccr.d [2020-11-18T00:48:22.892Z] #41 73.21 CC soccr/soccr.o [2020-11-18T00:48:22.892Z] #41 74.52 AR soccr/libsoccr.a [2020-11-18T00:48:22.892Z] #41 74.59 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-18T00:48:22.892Z] #41 74.93 DEP criu/arch/x86/sigframe.d [2020-11-18T00:48:22.892Z] #41 75.02 DEP criu/arch/x86/sigaction_compat.d [2020-11-18T00:48:22.892Z] #41 75.11 DEP criu/arch/x86/kerndat.d [2020-11-18T00:48:22.892Z] #41 75.22 DEP criu/arch/x86/crtools.d [2020-11-18T00:48:22.892Z] #41 75.37 DEP criu/arch/x86/cpu.d [2020-11-18T00:48:22.892Z] #41 75.52 CC criu/arch/x86/cpu.o [2020-11-18T00:48:22.892Z] #41 76.15 CC criu/arch/x86/crtools.o [2020-11-18T00:48:22.892Z] #41 77.37 CC criu/arch/x86/kerndat.o [2020-11-18T00:48:22.892Z] #41 77.88 CC criu/arch/x86/sigaction_compat.o [2020-11-18T00:48:22.892Z] #41 78.13 CC criu/arch/x86/sigframe.o [2020-11-18T00:48:22.892Z] #41 78.35 LINK criu/arch/x86/crtools.built-in.o [2020-11-18T00:48:22.892Z] #41 78.40 DEP criu/pie/util-vdso-elf32.d [2020-11-18T00:48:22.892Z] #41 78.49 DEP criu/pie/util-vdso.d [2020-11-18T00:48:22.892Z] #41 78.68 DEP criu/pie/util.d [2020-11-18T00:48:22.892Z] #41 78.84 CC criu/pie/util.o [2020-11-18T00:48:22.892Z] #41 79.14 CC criu/pie/util-vdso.o [2020-11-18T00:48:22.892Z] #41 79.81 CC criu/pie/util-vdso-elf32.o [2020-11-18T00:48:22.892Z] #41 80.52 AR criu/pie/pie.lib.a [2020-11-18T00:48:22.892Z] #41 80.60 DEP criu/pie/restorer.d [2020-11-18T00:48:22.892Z] #41 80.83 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-18T00:48:23.153Z] #41 80.99 DEP criu/arch/x86/restorer_unmap.d [2020-11-18T00:48:23.153Z] #41 81.01 DEP criu/arch/x86/restorer.d [2020-11-18T00:48:23.153Z] #41 81.25 DEP criu/arch/x86/vdso-pie.d [2020-11-18T00:48:23.153Z] #41 81.36 DEP criu/pie/parasite-vdso.d [2020-11-18T00:48:23.414Z] #41 81.51 DEP criu/pie/parasite.d [2020-11-18T00:48:23.454Z] #41 60.13 LINK images/built-in.o [2020-11-18T00:48:23.454Z] #41 60.31 GEN compel/include/asm [2020-11-18T00:48:23.454Z] #41 60.34 GEN compel/include/version.h [2020-11-18T00:48:23.454Z] #41 60.37 touch .config [2020-11-18T00:48:23.454Z] #41 60.41 GEN include/common/config.h [2020-11-18T00:48:23.588Z] #42 160.3 CC criu/netfilter.o [2020-11-18T00:48:23.589Z] #42 160.7 CC criu/page-pipe.o [2020-11-18T00:48:23.675Z] #41 81.76 CC criu/pie/parasite.o [2020-11-18T00:48:23.710Z] #41 60.49 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-18T00:48:23.710Z] #41 60.53 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-18T00:48:23.710Z] #41 60.55 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-18T00:48:23.710Z] #41 60.58 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-18T00:48:23.710Z] #41 60.62 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-18T00:48:23.710Z] #41 60.64 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-18T00:48:23.710Z] #41 60.66 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-18T00:48:23.710Z] #41 60.69 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-18T00:48:23.710Z] #41 60.72 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-18T00:48:23.710Z] #41 60.75 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-18T00:48:23.966Z] #41 60.75 DEP compel/plugins/std/infect.d [2020-11-18T00:48:23.966Z] #41 60.84 DEP compel/plugins/std/string.d [2020-11-18T00:48:24.222Z] #41 60.98 DEP compel/plugins/std/log.d [2020-11-18T00:48:24.222Z] #41 61.12 DEP compel/plugins/std/fds.d [2020-11-18T00:48:24.239Z] #42 161.4 CC criu/page-xfer.o [2020-11-18T00:48:24.478Z] #41 61.22 DEP compel/plugins/std/std.d [2020-11-18T00:48:24.478Z] #41 61.33 DEP compel/plugins/shmem/shmem.d [2020-11-18T00:48:24.478Z] #41 61.40 DEP compel/plugins/fds/fds.d [2020-11-18T00:48:24.618Z] #41 ... [2020-11-18T00:48:24.618Z] [2020-11-18T00:48:24.618Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:48:24.618Z] #18 10.66 Fetched 8401 kB in 10s (878 kB/s) [2020-11-18T00:48:24.738Z] #41 61.61 CC compel/plugins/std/std.o [2020-11-18T00:48:24.995Z] #41 61.91 CC compel/plugins/std/fds.o [2020-11-18T00:48:25.559Z] #41 62.43 CC compel/plugins/std/log.o [2020-11-18T00:48:25.781Z] #42 163.3 CC criu/pagemap-cache.o [2020-11-18T00:48:26.430Z] #42 163.7 CC criu/pagemap.o [2020-11-18T00:48:26.529Z] #41 ... [2020-11-18T00:48:26.529Z] [2020-11-18T00:48:26.529Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:48:26.529Z] #56 159.8 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-18T00:48:26.529Z] #56 159.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-18T00:48:26.529Z] #56 DONE 166.7s [2020-11-18T00:48:26.529Z] [2020-11-18T00:48:26.529Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-18T00:48:26.529Z] #57 DONE 0.0s [2020-11-18T00:48:26.529Z] [2020-11-18T00:48:26.529Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-18T00:48:26.529Z] #58 DONE 0.1s [2020-11-18T00:48:26.529Z] [2020-11-18T00:48:26.529Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:26.529Z] #43 157.8 vendor/golang.org/x/net/http2/hpack [2020-11-18T00:48:26.529Z] #43 160.0 mime [2020-11-18T00:48:26.529Z] #43 161.7 mime/quotedprintable [2020-11-18T00:48:26.529Z] #43 162.1 net/http/internal [2020-11-18T00:48:26.529Z] #43 164.9 crypto/tls [2020-11-18T00:48:26.791Z] #43 ... [2020-11-18T00:48:26.791Z] [2020-11-18T00:48:26.791Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:26.791Z] #41 63.52 CC compel/plugins/std/string.o [2020-11-18T00:48:27.499Z] #42 164.8 CC criu/parasite-syscall.o [2020-11-18T00:48:27.737Z] #41 64.49 CC compel/plugins/std/infect.o [2020-11-18T00:48:28.300Z] #41 65.06 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-18T00:48:28.300Z] #41 65.16 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-18T00:48:28.300Z] #41 65.26 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-18T00:48:28.557Z] #41 65.37 AR compel/plugins/std.lib.a [2020-11-18T00:48:28.557Z] #41 65.53 CC compel/plugins/fds/fds.o [2020-11-18T00:48:28.560Z] #42 165.9 CC criu/path.o [2020-11-18T00:48:28.814Z] #41 65.86 AR compel/plugins/fds.lib.a [2020-11-18T00:48:28.827Z] #18 10.66 Reading package lists... [2020-11-18T00:48:28.861Z] #42 166.2 CC criu/pie-util-vdso.o [2020-11-18T00:48:29.072Z] #41 65.91 HOSTDEP compel/src/lib/log-host.d [2020-11-18T00:48:29.072Z] #41 65.97 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-18T00:48:29.072Z] #41 66.09 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-18T00:48:29.161Z] #42 166.7 CC criu/pie-util.o [2020-11-18T00:48:29.329Z] #41 66.16 HOSTDEP compel/src/main-host.d [2020-11-18T00:48:29.329Z] #41 66.27 DEP compel/src/lib/ptrace.d [2020-11-18T00:48:29.464Z] #42 166.8 CC criu/pipes.o [2020-11-18T00:48:29.586Z] #41 66.36 DEP compel/src/lib/infect.d [2020-11-18T00:48:29.586Z] #41 66.48 DEP compel/src/lib/infect-util.d [2020-11-18T00:48:29.586Z] #41 66.55 DEP compel/src/lib/infect-rpc.d [2020-11-18T00:48:29.843Z] #41 66.64 DEP compel/arch/x86/src/lib/infect.d [2020-11-18T00:48:29.843Z] #41 66.74 DEP compel/arch/x86/src/lib/cpu.d [2020-11-18T00:48:30.100Z] #41 66.83 DEP compel/src/lib/log.d [2020-11-18T00:48:30.100Z] #41 66.92 DEP compel/src/main.d [2020-11-18T00:48:30.100Z] #41 67.05 DEP compel/src/lib/handle-elf.d [2020-11-18T00:48:30.356Z] #41 67.16 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-18T00:48:30.357Z] #41 67.26 CC compel/src/lib/log.o [2020-11-18T00:48:30.515Z] #42 167.8 CC criu/plugin.o [2020-11-18T00:48:30.614Z] #41 67.46 CC compel/arch/x86/src/lib/cpu.o [2020-11-18T00:48:30.742Z] #18 14.63 Reading package lists... [2020-11-18T00:48:30.742Z] #18 ... [2020-11-18T00:48:30.742Z] [2020-11-18T00:48:30.742Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:30.742Z] #41 83.10 LINK criu/pie/parasite.built-in.o [2020-11-18T00:48:30.742Z] #41 83.12 GEN criu/pie/parasite-blob.h [2020-11-18T00:48:30.742Z] #41 83.16 CC criu/pie/parasite-vdso.o [2020-11-18T00:48:30.742Z] #41 83.79 CC criu/arch/x86/vdso-pie.o [2020-11-18T00:48:30.742Z] #41 84.14 CC criu/arch/x86/restorer.o [2020-11-18T00:48:30.742Z] #41 84.75 CC criu/arch/x86/restorer_unmap.o [2020-11-18T00:48:30.742Z] #41 84.79 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-18T00:48:30.742Z] #41 85.15 CC criu/pie/restorer.o [2020-11-18T00:48:30.742Z] #41 88.26 LINK criu/pie/restorer.built-in.o [2020-11-18T00:48:30.742Z] #41 88.29 GEN criu/pie/restorer-blob.h [2020-11-18T00:48:30.742Z] #41 88.35 DEP criu/vdso.d [2020-11-18T00:48:30.742Z] #41 88.54 DEP criu/vdso-compat.d [2020-11-18T00:48:30.742Z] #41 88.72 DEP criu/uts_ns.d [2020-11-18T00:48:30.813Z] #42 168.3 CC criu/proc_parse.o [2020-11-18T00:48:31.004Z] #41 88.93 DEP criu/util.d [2020-11-18T00:48:31.004Z] #41 89.10 DEP criu/uffd.d [2020-11-18T00:48:31.004Z] #41 ... [2020-11-18T00:48:31.004Z] [2020-11-18T00:48:31.004Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:31.004Z] #43 183.7 github.com/LK4D4/vndr/godl [2020-11-18T00:48:31.004Z] #43 184.5 github.com/LK4D4/vndr [2020-11-18T00:48:31.178Z] #41 68.05 CC compel/arch/x86/src/lib/infect.o [2020-11-18T00:48:31.267Z] #43 ... [2020-11-18T00:48:31.267Z] [2020-11-18T00:48:31.267Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:31.267Z] #41 89.35 DEP criu/tun.d [2020-11-18T00:48:31.529Z] #41 89.57 DEP criu/tty.d [2020-11-18T00:48:31.790Z] #41 89.75 DEP criu/timerfd.d [2020-11-18T00:48:31.790Z] #41 ... [2020-11-18T00:48:31.790Z] [2020-11-18T00:48:31.790Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:31.790Z] #43 DONE 194.6s [2020-11-18T00:48:31.790Z] [2020-11-18T00:48:31.790Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:31.790Z] #41 89.98 DEP criu/timens.d [2020-11-18T00:48:31.873Z] #42 ... [2020-11-18T00:48:31.873Z] [2020-11-18T00:48:31.873Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:48:31.874Z] #39 229.2 + dpkg --print-architecture [2020-11-18T00:48:31.874Z] #39 229.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-18T00:48:32.107Z] #41 68.90 CC compel/src/lib/infect-rpc.o [2020-11-18T00:48:32.173Z] #39 229.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-18T00:48:32.173Z] #39 229.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-18T00:48:32.363Z] #41 90.39 DEP criu/sysfs_parse.d [2020-11-18T00:48:32.364Z] #41 69.14 CC compel/src/lib/infect-util.o [2020-11-18T00:48:32.364Z] #41 ... [2020-11-18T00:48:32.364Z] [2020-11-18T00:48:32.364Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-18T00:48:32.364Z] #11 169.6 Selecting previously unselected package libapparmor1:amd64. [2020-11-18T00:48:32.364Z] #11 169.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 169.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-18T00:48:32.364Z] #11 169.7 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-18T00:48:32.364Z] #11 169.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 169.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-18T00:48:32.364Z] #11 169.8 Selecting previously unselected package libbtrfs0. [2020-11-18T00:48:32.364Z] #11 169.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 169.8 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-18T00:48:32.364Z] #11 169.9 Selecting previously unselected package libbtrfs-dev. [2020-11-18T00:48:32.364Z] #11 169.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 169.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:48:32.364Z] #11 170.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-18T00:48:32.364Z] #11 170.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 170.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-18T00:48:32.364Z] #11 170.1 Selecting previously unselected package libudev-dev:amd64. [2020-11-18T00:48:32.364Z] #11 170.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 170.2 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-18T00:48:32.364Z] #11 170.3 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-18T00:48:32.364Z] #11 170.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 170.3 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-18T00:48:32.364Z] #11 170.6 Selecting previously unselected package libpcre16-3:amd64. [2020-11-18T00:48:32.364Z] #11 170.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 170.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-18T00:48:32.364Z] #11 170.7 Selecting previously unselected package libpcre32-3:amd64. [2020-11-18T00:48:32.364Z] #11 170.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 170.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-11-18T00:48:32.364Z] #11 170.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-18T00:48:32.364Z] #11 170.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 171.0 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-18T00:48:32.364Z] #11 171.1 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-18T00:48:32.364Z] #11 171.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 171.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-18T00:48:32.364Z] #11 171.5 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-18T00:48:32.364Z] #11 171.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 171.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-18T00:48:32.364Z] #11 171.8 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-18T00:48:32.364Z] #11 171.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 171.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-18T00:48:32.364Z] #11 171.9 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-18T00:48:32.364Z] #11 171.9 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 171.9 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-18T00:48:32.364Z] #11 172.1 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-18T00:48:32.364Z] #11 172.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-18T00:48:32.364Z] #11 172.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-18T00:48:32.364Z] #11 172.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-18T00:48:32.364Z] #11 172.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-18T00:48:32.365Z] #11 172.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-18T00:48:32.365Z] #11 172.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-18T00:48:32.365Z] #11 172.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-18T00:48:32.365Z] #11 172.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-18T00:48:32.365Z] #11 172.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:48:32.365Z] #11 172.6 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-18T00:48:32.365Z] #11 172.6 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-18T00:48:32.365Z] #11 172.6 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-18T00:48:32.365Z] #11 172.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-18T00:48:32.365Z] #11 172.7 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-18T00:48:32.365Z] #11 172.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-18T00:48:32.365Z] #11 172.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-18T00:48:32.365Z] #11 172.7 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-18T00:48:32.365Z] #11 172.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-18T00:48:32.365Z] #11 172.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-18T00:48:32.365Z] #11 172.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:48:32.365Z] #11 172.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-18T00:48:32.365Z] #11 172.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-11-18T00:48:32.365Z] #11 172.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-18T00:48:32.365Z] #11 172.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-11-18T00:48:32.622Z] #11 172.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-11-18T00:48:32.622Z] #11 172.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-18T00:48:32.622Z] #11 172.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-18T00:48:32.622Z] #11 172.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-18T00:48:32.622Z] #11 172.8 Setting up dmsetup (2:1.02.155-3) ... [2020-11-18T00:48:32.622Z] #11 172.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-18T00:48:32.622Z] #11 172.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-18T00:48:32.622Z] #11 172.9 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:48:32.624Z] #41 90.66 DEP criu/sysctl.d [2020-11-18T00:48:32.879Z] #11 DONE 173.3s [2020-11-18T00:48:32.879Z] [2020-11-18T00:48:32.879Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:33.196Z] #41 91.02 DEP criu/string.d [2020-11-18T00:48:33.196Z] #41 91.16 DEP criu/stats.d [2020-11-18T00:48:33.196Z] #41 91.32 DEP criu/sockets.d [2020-11-18T00:48:33.457Z] #41 91.44 DEP criu/sk-unix.d [2020-11-18T00:48:33.718Z] #41 91.57 DEP criu/sk-tcp.d [2020-11-18T00:48:33.718Z] #41 91.72 DEP criu/sk-queue.d [2020-11-18T00:48:33.980Z] #41 91.92 DEP criu/sk-packet.d [2020-11-18T00:48:33.980Z] #41 92.12 DEP criu/sk-netlink.d [2020-11-18T00:48:34.241Z] #41 92.33 DEP criu/sk-inet.d [2020-11-18T00:48:34.247Z] #51 1.444 + RM_GOPATH=0 [2020-11-18T00:48:34.247Z] #51 1.444 + TMP_GOPATH= [2020-11-18T00:48:34.247Z] #51 1.444 + : /build [2020-11-18T00:48:34.247Z] #51 1.444 + '[' -z '' ']' [2020-11-18T00:48:34.247Z] #51 1.444 ++ mktemp -d [2020-11-18T00:48:34.247Z] #51 1.444 + export GOPATH=/tmp/tmp.UsC5uIBjkq [2020-11-18T00:48:34.247Z] #51 1.444 + GOPATH=/tmp/tmp.UsC5uIBjkq [2020-11-18T00:48:34.247Z] #51 1.444 + RM_GOPATH=1 [2020-11-18T00:48:34.247Z] #51 1.444 + case "$(go env GOARCH)" in [2020-11-18T00:48:34.247Z] #51 1.444 ++ go env GOARCH [2020-11-18T00:48:34.488Z] ok github.com/docker/docker/pkg/plugins 33.661s coverage: 76.6% of statements [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/rootless [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/volume [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-18T00:48:34.488Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === Skipped [2020-11-18T00:48:34.488Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-18T00:48:34.488Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-18T00:48:34.488Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-18T00:48:34.488Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:48:34.488Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-18T00:48:34.488Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:48:34.488Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-18T00:48:34.488Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:48:34.488Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-18T00:48:34.488Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:48:34.488Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-18T00:48:34.488Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:48:34.488Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-18T00:48:34.488Z] graphtest_unix.go:73: No driver to put! [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-18T00:48:34.488Z] time="2020-11-18T00:47:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T00:48:34.488Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T00:48:34.488Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-18T00:48:34.488Z] time="2020-11-18T00:47:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T00:48:34.488Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T00:48:34.488Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-18T00:48:34.488Z] time="2020-11-18T00:47:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T00:48:34.488Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T00:48:34.488Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-18T00:48:34.488Z] time="2020-11-18T00:47:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T00:48:34.488Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T00:48:34.488Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-18T00:48:34.488Z] time="2020-11-18T00:47:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T00:48:34.488Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T00:48:34.488Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.488Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-18T00:48:34.488Z] graphtest_unix.go:73: No driver to put! [2020-11-18T00:48:34.488Z] [2020-11-18T00:48:34.489Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-18T00:48:34.489Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-18T00:48:34.489Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-18T00:48:34.489Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-18T00:48:34.489Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-18T00:48:34.489Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:48:34.489Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-18T00:48:34.489Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:48:34.489Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-18T00:48:34.489Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:48:34.489Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-18T00:48:34.489Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:48:34.489Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-18T00:48:34.489Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:48:34.489Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-18T00:48:34.489Z] graphtest_unix.go:73: No driver to put! [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-18T00:48:34.489Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-18T00:48:34.489Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] [2020-11-18T00:48:34.489Z] DONE 2191 tests, 26 skipped in 192.537s Post stage [Pipeline] junit [2020-11-18T00:48:34.503Z] #41 92.58 DEP criu/signalfd.d [2020-11-18T00:48:34.503Z] #41 92.68 DEP criu/sigframe.d [2020-11-18T00:48:34.504Z] Recording test results [2020-11-18T00:48:34.505Z] #51 ... [2020-11-18T00:48:34.505Z] [2020-11-18T00:48:34.505Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-18T00:48:34.505Z] #12 DONE 1.6s [2020-11-18T00:48:34.505Z] [2020-11-18T00:48:34.505Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:34.505Z] #51 1.464 + export GO_BUILDMODE=-buildmode=pie [2020-11-18T00:48:34.505Z] #51 1.464 + GO_BUILDMODE=-buildmode=pie [2020-11-18T00:48:34.505Z] #51 1.465 ++ dirname /tmp/install/install.sh [2020-11-18T00:48:34.505Z] #51 1.469 + dir=/tmp/install [2020-11-18T00:48:34.505Z] #51 1.469 + bin=runc [2020-11-18T00:48:34.505Z] #51 1.469 + shift [2020-11-18T00:48:34.505Z] #51 1.469 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-18T00:48:34.505Z] #51 1.469 + . /tmp/install/runc.installer [2020-11-18T00:48:34.505Z] #51 1.469 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-18T00:48:34.505Z] #51 1.469 + install_runc [2020-11-18T00:48:34.505Z] #51 1.470 + uname -r [2020-11-18T00:48:34.505Z] #51 1.475 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-18T00:48:34.505Z] #51 1.486 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-18T00:48:34.505Z] #51 1.486 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-18T00:48:34.505Z] #51 1.486 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-18T00:48:34.505Z] #51 1.486 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.UsC5uIBjkq/src/github.com/opencontainers/runc [2020-11-18T00:48:34.505Z] #51 1.495 Cloning into '/tmp/tmp.UsC5uIBjkq/src/github.com/opencontainers/runc'... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-18T00:48:34.764Z] #41 92.73 DEP criu/shmem.d [2020-11-18T00:48:34.764Z] #41 92.86 DEP criu/servicefd.d [2020-11-18T00:48:34.764Z] #41 92.98 DEP criu/seize.d [2020-11-18T00:48:35.025Z] #41 93.08 DEP criu/seccomp.d [2020-11-18T00:48:35.032Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -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:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/make.sh dynbinary test-integration [2020-11-18T00:48:35.286Z] #41 93.20 DEP criu/rst-malloc.d [2020-11-18T00:48:35.286Z] #41 93.26 DEP criu/rbtree.d [2020-11-18T00:48:35.286Z] #41 93.29 DEP criu/pstree.d [2020-11-18T00:48:35.547Z] #41 93.47 DEP criu/protobuf.d [2020-11-18T00:48:35.547Z] #41 93.56 GEN criu/protobuf-desc-gen.h [2020-11-18T00:48:35.604Z] [2020-11-18T00:48:35.866Z] Removing bundles/ [2020-11-18T00:48:35.866Z] [2020-11-18T00:48:35.866Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-18T00:48:35.866Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-18T00:48:35.866Z] GOOS="" GOARCH="" GOARM="" [2020-11-18T00:48:35.874Z] #51 ... [2020-11-18T00:48:35.874Z] [2020-11-18T00:48:35.874Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-18T00:48:35.874Z] #13 DONE 1.1s [2020-11-18T00:48:35.874Z] [2020-11-18T00:48:35.874Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-18T00:48:36.805Z] #14 0.993 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-18T00:48:36.805Z] #14 DONE 1.1s [2020-11-18T00:48:36.805Z] [2020-11-18T00:48:36.805Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:36.805Z] #41 69.37 CC compel/src/lib/infect.o [2020-11-18T00:48:36.805Z] #41 72.18 CC compel/src/lib/ptrace.o [2020-11-18T00:48:36.805Z] #41 72.71 AR compel/libcompel.a [2020-11-18T00:48:36.805Z] #41 72.79 HOSTCC compel/src/main-host.o [2020-11-18T00:48:36.805Z] #41 73.12 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-18T00:48:36.805Z] #41 73.40 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-18T00:48:37.062Z] #41 74.07 HOSTCC compel/src/lib/log-host.o [2020-11-18T00:48:37.065Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.478807007s with top 10 stages: buildssa: 1m39.344327928s, goimports: 21.423775244s, unconvert: 13.932740801s, gosec: 10.534387346s, golint: 6.148365182s, misspell: 4.824870192s, ineffassign: 4.580031358s, inspect: 3.660819453s, vrp: 2.917583602s, ctrlflow: 1.70371224s [2020-11-18T00:48:37.065Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2020-11-18T00:48:37.065Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1682/1682, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, exclude: 1577/1577, path_prettifier: 1682/1682, exclude-rules: 64/1577, cgo: 1682/2262, filename_unadjuster: 1682/1682, skip_dirs: 1682/1682, nolint: 0/64 [2020-11-18T00:48:37.065Z] INFO [runner] processing took 113.740528ms with stages: nolint: 72.708893ms, identifier_marker: 19.895371ms, exclude-rules: 7.904647ms, path_prettifier: 7.633846ms, autogenerated_exclude: 3.738989ms, skip_dirs: 1.5596ms, cgo: 183.19µs, filename_unadjuster: 110.263µs, max_same_issues: 1.674µs, uniq_by_line: 811ns, diff: 643ns, path_shortener: 554ns, source_code: 491ns, max_from_linter: 478ns, exclude: 419ns, skip_files: 381ns, max_per_file_from_linter: 278ns [2020-11-18T00:48:37.065Z] INFO [runner] linters took 1m37.699702493s with stages: goanalysis_metalinter: 1m18.299442157s, unused: 19.286043976s [2020-11-18T00:48:37.065Z] INFO File cache stats: 1448 entries of total size 6.8MiB [2020-11-18T00:48:37.065Z] INFO Memory: 1499 samples, avg is 662.7MB, max is 3171.3MB [2020-11-18T00:48:37.065Z] INFO Execution took 3m35.938866712s [2020-11-18T00:48:37.065Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-11-18T00:48:37.389Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/make.sh dynbinary-daemon test-docker-py [2020-11-18T00:48:37.464Z] #41 95.06 DEP criu/protobuf-desc.d [2020-11-18T00:48:37.464Z] #41 95.25 DEP criu/proc_parse.d [2020-11-18T00:48:37.464Z] #41 95.53 DEP criu/plugin.d [2020-11-18T00:48:37.626Z] #41 ... [2020-11-18T00:48:37.626Z] [2020-11-18T00:48:37.626Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-18T00:48:37.626Z] #15 DONE 0.9s [2020-11-18T00:48:37.626Z] [2020-11-18T00:48:37.626Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:37.626Z] #41 74.41 HOSTLINK compel/compel-host-bin [2020-11-18T00:48:37.626Z] #41 ... [2020-11-18T00:48:37.626Z] [2020-11-18T00:48:37.626Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:37.626Z] #43 171.8 net/http/httptrace [2020-11-18T00:48:37.626Z] #43 172.0 net/http [2020-11-18T00:48:37.626Z] #43 ... [2020-11-18T00:48:37.626Z] [2020-11-18T00:48:37.626Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-18T00:48:37.725Z] #41 95.63 DEP criu/pipes.d [2020-11-18T00:48:37.725Z] #41 95.76 DEP criu/pie-util.d [2020-11-18T00:48:37.725Z] #41 95.87 DEP criu/pie-util-vdso.d [2020-11-18T00:48:37.951Z] [2020-11-18T00:48:37.951Z] Removing bundles/ [2020-11-18T00:48:37.951Z] [2020-11-18T00:48:37.951Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-18T00:48:37.951Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-18T00:48:37.951Z] GOOS="" GOARCH="" GOARM="" [2020-11-18T00:48:37.987Z] #41 95.96 DEP criu/pie-util-vdso-elf32.d [2020-11-18T00:48:37.987Z] #41 96.07 DEP criu/path.d [2020-11-18T00:48:38.247Z] #41 96.26 DEP criu/parasite-syscall.d [2020-11-18T00:48:38.508Z] #41 96.47 DEP criu/pagemap.d [2020-11-18T00:48:38.556Z] #16 DONE 1.0s [2020-11-18T00:48:38.557Z] [2020-11-18T00:48:38.557Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:38.557Z] #41 74.70 DEP soccr/soccr.d [2020-11-18T00:48:38.557Z] #41 74.93 CC soccr/soccr.o [2020-11-18T00:48:38.769Z] #41 96.65 DEP criu/pagemap-cache.d [2020-11-18T00:48:38.769Z] #41 96.78 DEP criu/page-xfer.d [2020-11-18T00:48:39.031Z] #41 96.95 DEP criu/page-pipe.d [2020-11-18T00:48:39.031Z] #41 97.09 DEP criu/netfilter.d [2020-11-18T00:48:39.292Z] #41 97.23 DEP criu/net.d [2020-11-18T00:48:39.554Z] #41 97.41 DEP criu/namespaces.d [2020-11-18T00:48:39.554Z] #41 97.56 DEP criu/mount.d [2020-11-18T00:48:39.554Z] #41 97.75 DEP criu/memfd.d [2020-11-18T00:48:39.554Z] #41 ... [2020-11-18T00:48:39.554Z] [2020-11-18T00:48:39.554Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:48:39.554Z] #18 14.63 Reading package lists... [2020-11-18T00:48:39.554Z] #18 18.44 Building dependency tree... [2020-11-18T00:48:39.554Z] #18 20.39 libcap2-bin is already the newest version (1:2.25-2). [2020-11-18T00:48:39.554Z] #18 20.39 The following additional packages will be installed: [2020-11-18T00:48:39.554Z] #18 20.39 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-18T00:48:39.554Z] #18 20.39 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-18T00:48:39.554Z] #18 20.39 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-18T00:48:39.554Z] #18 20.39 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-18T00:48:39.554Z] #18 20.39 python3.7 python3.7-minimal vim-runtime xxd [2020-11-18T00:48:39.554Z] #18 20.40 Suggested packages: [2020-11-18T00:48:39.554Z] #18 20.40 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-18T00:48:39.554Z] #18 20.40 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-18T00:48:39.554Z] #18 20.40 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-18T00:48:39.554Z] #18 20.40 Recommended packages: [2020-11-18T00:48:39.554Z] #18 20.40 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-18T00:48:39.554Z] #18 20.40 python3-keyrings.alt python3-xdg unzip [2020-11-18T00:48:39.554Z] #18 22.47 The following NEW packages will be installed: [2020-11-18T00:48:39.554Z] #18 22.48 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-18T00:48:39.554Z] #18 22.48 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-18T00:48:39.554Z] #18 22.48 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-18T00:48:39.554Z] #18 22.48 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-18T00:48:39.554Z] #18 22.48 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-18T00:48:39.554Z] #18 22.48 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-18T00:48:39.554Z] #18 22.48 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-18T00:48:39.554Z] #18 22.48 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-18T00:48:39.554Z] #18 22.48 xz-utils zip [2020-11-18T00:48:39.554Z] #18 22.81 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:48:39.554Z] #18 22.81 Need to get 28.5 MB of archives. [2020-11-18T00:48:39.554Z] #18 22.81 After this operation, 116 MB of additional disk space will be used. [2020-11-18T00:48:39.554Z] #18 22.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-18T00:48:39.554Z] #18 22.81 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-11-18T00:48:39.554Z] #18 22.84 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-11-18T00:48:39.554Z] #18 22.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-18T00:48:39.554Z] #18 22.95 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-18T00:48:39.554Z] #18 22.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-11-18T00:48:39.554Z] #18 23.05 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-18T00:48:39.554Z] #18 23.06 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-18T00:48:39.554Z] #18 23.07 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-18T00:48:39.554Z] #18 23.07 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-18T00:48:39.554Z] #18 23.08 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-18T00:48:39.554Z] #18 23.08 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-18T00:48:39.554Z] #18 23.09 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-18T00:48:39.554Z] #18 23.09 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-18T00:48:39.554Z] #18 23.09 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-18T00:48:39.554Z] #18 23.09 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-18T00:48:39.554Z] #18 23.11 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-18T00:48:39.554Z] #18 23.12 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-18T00:48:39.554Z] #18 23.14 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-18T00:48:39.554Z] #18 23.15 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-11-18T00:48:39.554Z] #18 23.15 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-18T00:48:39.554Z] #18 23.16 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-18T00:48:39.554Z] #18 23.19 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-18T00:48:39.554Z] #18 23.19 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-18T00:48:39.554Z] #18 23.19 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-18T00:48:39.554Z] #18 23.19 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-18T00:48:39.554Z] #18 23.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-18T00:48:39.554Z] #18 23.21 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-18T00:48:39.554Z] #18 23.21 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-18T00:48:39.554Z] #18 23.81 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-18T00:48:39.554Z] #18 23.81 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-18T00:48:39.554Z] #18 23.81 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-18T00:48:39.554Z] #18 23.81 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-18T00:48:39.554Z] #18 23.81 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-18T00:48:39.554Z] #18 23.82 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-18T00:48:39.554Z] #18 23.95 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-18T00:48:39.554Z] #18 23.95 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-18T00:48:39.554Z] #18 23.95 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-18T00:48:39.554Z] #18 23.96 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-18T00:48:39.554Z] #18 23.97 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-18T00:48:39.554Z] #18 23.99 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-18T00:48:39.554Z] #18 23.99 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-18T00:48:39.554Z] #18 24.07 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-11-18T00:48:39.554Z] #18 24.10 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-18T00:48:39.554Z] #18 24.11 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-18T00:48:39.554Z] #18 24.50 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-18T00:48:39.554Z] #18 24.56 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-18T00:48:39.554Z] #18 24.61 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-18T00:48:39.554Z] #18 25.36 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:48:39.554Z] #18 25.52 Fetched 28.5 MB in 2s (13.7 MB/s) [2020-11-18T00:48:39.554Z] #18 25.59 Selecting previously unselected package pigz. [2020-11-18T00:48:39.554Z] #18 25.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-11-18T00:48:39.554Z] #18 25.68 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-18T00:48:39.554Z] #18 25.69 Unpacking pigz (2.4-1) ... [2020-11-18T00:48:39.815Z] #18 25.79 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-18T00:48:39.815Z] #18 25.79 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-18T00:48:39.815Z] #18 25.80 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-18T00:48:39.929Z] #41 ... [2020-11-18T00:48:39.929Z] [2020-11-18T00:48:39.929Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-18T00:48:39.929Z] #17 DONE 1.1s [2020-11-18T00:48:39.929Z] [2020-11-18T00:48:39.929Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:48:40.387Z] #18 26.26 Selecting previously unselected package python3.7-minimal. [2020-11-18T00:48:40.387Z] #18 26.26 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-18T00:48:40.387Z] #18 26.28 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-18T00:48:40.648Z] #18 ... [2020-11-18T00:48:40.648Z] [2020-11-18T00:48:40.648Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:48:40.648Z] #30 DONE 203.3s [2020-11-18T00:48:40.648Z] [2020-11-18T00:48:40.648Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:40.648Z] #41 97.91 DEP criu/mem.d [2020-11-18T00:48:40.648Z] #41 98.13 DEP criu/lsm.d [2020-11-18T00:48:40.648Z] #41 98.24 DEP criu/log.d [2020-11-18T00:48:40.648Z] #41 98.38 DEP criu/libnetlink.d [2020-11-18T00:48:40.648Z] #41 98.48 DEP criu/kerndat.d [2020-11-18T00:48:40.648Z] #41 98.65 DEP criu/kcmp-ids.d [2020-11-18T00:48:40.648Z] #41 98.71 DEP criu/irmap.d [2020-11-18T00:48:40.740Z] #39 ... [2020-11-18T00:48:40.740Z] [2020-11-18T00:48:40.740Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:40.740Z] #52 125.0 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-18T00:48:40.740Z] #52 128.0 + mkdir -p /build [2020-11-18T00:48:40.740Z] #52 128.0 + cp runc /build/runc [2020-11-18T00:48:40.741Z] #52 DONE 128.1s [2020-11-18T00:48:40.741Z] [2020-11-18T00:48:40.741Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:40.741Z] #42 172.3 CC criu/protobuf-desc.o [2020-11-18T00:48:40.741Z] #42 173.9 CC criu/protobuf.o [2020-11-18T00:48:40.741Z] #42 174.3 CC criu/pstree.o [2020-11-18T00:48:40.741Z] #42 175.6 CC criu/rbtree.o [2020-11-18T00:48:40.741Z] #42 176.0 CC criu/rst-malloc.o [2020-11-18T00:48:40.741Z] #42 176.4 CC criu/seccomp.o [2020-11-18T00:48:40.741Z] #42 177.3 CC criu/seize.o [2020-11-18T00:48:40.952Z] #41 98.85 DEP criu/ipc_ns.d [2020-11-18T00:48:40.952Z] #41 99.08 DEP criu/image.d [2020-11-18T00:48:41.215Z] #41 99.37 DEP criu/image-desc.d [2020-11-18T00:48:41.300Z] #18 1.598 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-18T00:48:41.300Z] #18 1.687 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-18T00:48:41.483Z] #41 99.56 DEP criu/fsnotify.d [2020-11-18T00:48:41.557Z] #18 1.795 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-18T00:48:41.751Z] #41 99.88 DEP criu/filesystems.d [2020-11-18T00:48:41.819Z] #42 179.2 CC criu/servicefd.o [2020-11-18T00:48:42.013Z] #41 100.2 DEP criu/files.d [2020-11-18T00:48:42.123Z] #18 2.331 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-18T00:48:42.273Z] #41 100.3 DEP criu/files-reg.d [2020-11-18T00:48:42.273Z] #41 100.5 DEP criu/files-ext.d [2020-11-18T00:48:42.473Z] #42 179.7 CC criu/shmem.o [2020-11-18T00:48:42.844Z] #41 100.6 DEP criu/file-lock.d [2020-11-18T00:48:42.844Z] #41 100.8 DEP criu/file-ids.d [2020-11-18T00:48:42.844Z] #41 100.9 DEP criu/fifo.d [2020-11-18T00:48:43.104Z] #41 101.0 DEP criu/fdstore.d [2020-11-18T00:48:43.104Z] #41 101.1 DEP criu/fault-injection.d [2020-11-18T00:48:43.104Z] #41 101.2 DEP criu/external.d [2020-11-18T00:48:43.365Z] #41 101.3 DEP criu/eventpoll.d [2020-11-18T00:48:43.493Z] #18 3.664 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-18T00:48:43.532Z] #42 180.8 CC criu/sigframe.o [2020-11-18T00:48:43.532Z] #42 181.1 CC criu/signalfd.o [2020-11-18T00:48:43.626Z] #41 101.5 DEP criu/eventfd.d [2020-11-18T00:48:43.626Z] #41 101.6 DEP criu/crtools.d [2020-11-18T00:48:43.832Z] #42 181.4 CC criu/sk-inet.o [2020-11-18T00:48:43.888Z] #41 101.8 DEP criu/cr-service.d [2020-11-18T00:48:43.888Z] #41 101.9 DEP criu/cr-restore.d [2020-11-18T00:48:44.149Z] #41 102.1 DEP criu/cr-errno.d [2020-11-18T00:48:44.149Z] #41 102.1 DEP criu/cr-dump.d [2020-11-18T00:48:44.411Z] #41 102.3 DEP criu/cr-dedup.d [2020-11-18T00:48:44.411Z] #41 102.4 DEP criu/cr-check.d [2020-11-18T00:48:44.672Z] #41 102.6 DEP criu/config.d [2020-11-18T00:48:44.672Z] #41 102.8 DEP criu/clone-noasan.d [2020-11-18T00:48:44.863Z] #18 5.107 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-18T00:48:44.933Z] #41 102.9 DEP criu/cgroup.d [2020-11-18T00:48:44.933Z] #41 103.1 DEP criu/cgroup-props.d [2020-11-18T00:48:44.933Z] #41 103.1 DEP criu/bitmap.d [2020-11-18T00:48:45.207Z] #41 103.2 DEP criu/bfd.d [2020-11-18T00:48:45.207Z] #41 103.3 DEP criu/autofs.d [2020-11-18T00:48:45.380Z] #42 182.5 CC criu/sk-netlink.o [2020-11-18T00:48:45.468Z] #41 103.5 DEP criu/aio.d [2020-11-18T00:48:45.468Z] #41 103.7 DEP criu/action-scripts.d [2020-11-18T00:48:45.679Z] #42 183.0 CC criu/sk-packet.o [2020-11-18T00:48:45.794Z] #18 ... [2020-11-18T00:48:45.794Z] [2020-11-18T00:48:45.794Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:45.794Z] #51 11.12 + cd /tmp/tmp.UsC5uIBjkq/src/github.com/opencontainers/runc [2020-11-18T00:48:45.794Z] #51 11.12 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-18T00:48:45.794Z] #51 11.81 + '[' -z '' ']' [2020-11-18T00:48:45.794Z] #51 11.81 + target=static [2020-11-18T00:48:45.794Z] #51 11.81 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-18T00:48:45.794Z] #51 12.26 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-18T00:48:46.041Z] #41 104.0 CC criu/action-scripts.o [2020-11-18T00:48:46.327Z] #42 183.7 CC criu/sk-queue.o [2020-11-18T00:48:46.613Z] #41 104.4 CC criu/aio.o [2020-11-18T00:48:46.875Z] #41 104.9 CC criu/autofs.o [2020-11-18T00:48:46.875Z] #41 ... [2020-11-18T00:48:46.875Z] [2020-11-18T00:48:46.875Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:48:46.875Z] #18 27.77 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-18T00:48:46.875Z] #18 27.80 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-18T00:48:46.875Z] #18 30.10 Selecting previously unselected package python3-minimal. [2020-11-18T00:48:46.875Z] #18 30.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 ... 23681 files and directories currently installed.) [2020-11-18T00:48:46.875Z] #18 30.17 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-18T00:48:46.875Z] #18 30.18 Unpacking python3-minimal (3.7.3-1) ... [2020-11-18T00:48:46.875Z] #18 30.28 Selecting previously unselected package libmpdec2:amd64. [2020-11-18T00:48:46.875Z] #18 30.28 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-18T00:48:46.875Z] #18 30.29 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-18T00:48:46.875Z] #18 30.36 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-18T00:48:46.875Z] #18 30.38 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-18T00:48:46.875Z] #18 30.39 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-18T00:48:46.875Z] #18 31.31 Selecting previously unselected package python3.7. [2020-11-18T00:48:46.875Z] #18 31.32 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-18T00:48:46.875Z] #18 31.33 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-18T00:48:46.875Z] #18 31.45 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-18T00:48:46.875Z] #18 31.46 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-18T00:48:46.875Z] #18 31.47 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-18T00:48:46.875Z] #18 31.59 Setting up python3-minimal (3.7.3-1) ... [2020-11-18T00:48:46.875Z] #18 32.55 Selecting previously unselected package python3. [2020-11-18T00:48:46.875Z] #18 32.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-11-18T00:48:46.875Z] #18 32.60 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-18T00:48:46.875Z] #18 32.61 Unpacking python3 (3.7.3-1) ... [2020-11-18T00:48:46.875Z] #18 32.70 Selecting previously unselected package libip4tc0:amd64. [2020-11-18T00:48:46.875Z] #18 32.70 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-18T00:48:46.875Z] #18 32.72 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-18T00:48:46.875Z] #18 32.79 Selecting previously unselected package libip6tc0:amd64. [2020-11-18T00:48:46.875Z] #18 32.79 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-18T00:48:46.875Z] #18 32.80 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-18T00:48:46.875Z] #18 32.89 Selecting previously unselected package libiptc0:amd64. [2020-11-18T00:48:46.875Z] #18 32.90 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-18T00:48:46.875Z] #18 32.91 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-18T00:48:46.875Z] #18 32.98 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-18T00:48:46.875Z] #18 32.99 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-18T00:48:46.875Z] #18 33.00 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-18T00:48:46.978Z] #42 184.3 CC criu/sk-tcp.o [2020-11-18T00:48:47.136Z] #18 33.05 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-18T00:48:47.136Z] #18 33.06 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-18T00:48:47.136Z] #18 33.06 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-18T00:48:47.136Z] #18 33.18 Selecting previously unselected package libnftnl11:amd64. [2020-11-18T00:48:47.136Z] #18 33.18 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-18T00:48:47.136Z] #18 33.18 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-18T00:48:47.136Z] #18 33.27 Selecting previously unselected package iptables. [2020-11-18T00:48:47.136Z] #18 33.27 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-18T00:48:47.136Z] #18 33.29 Unpacking iptables (1.8.2-4) ... [2020-11-18T00:48:47.397Z] #18 33.59 Selecting previously unselected package xxd. [2020-11-18T00:48:47.397Z] #18 33.59 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-18T00:48:47.628Z] #42 185.0 CC criu/sk-unix.o [2020-11-18T00:48:47.658Z] #18 33.59 Unpacking xxd (2:8.1.0875-5) ... [2020-11-18T00:48:47.658Z] #18 33.73 Selecting previously unselected package vim-common. [2020-11-18T00:48:47.919Z] #18 33.74 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-18T00:48:47.919Z] #18 33.77 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-18T00:48:47.919Z] #18 33.94 Selecting previously unselected package bash-completion. [2020-11-18T00:48:47.919Z] #18 33.95 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-18T00:48:49.737Z] #42 187.1 CC criu/sockets.o [2020-11-18T00:48:49.968Z] #51 ... [2020-11-18T00:48:49.968Z] [2020-11-18T00:48:49.968Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:49.968Z] #41 76.88 AR soccr/libsoccr.a [2020-11-18T00:48:49.968Z] #41 76.93 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-18T00:48:49.968Z] #41 77.44 DEP criu/arch/x86/sigframe.d [2020-11-18T00:48:49.968Z] #41 77.52 DEP criu/arch/x86/sigaction_compat.d [2020-11-18T00:48:49.968Z] #41 77.63 DEP criu/arch/x86/kerndat.d [2020-11-18T00:48:49.968Z] #41 77.83 DEP criu/arch/x86/crtools.d [2020-11-18T00:48:49.968Z] #41 77.99 DEP criu/arch/x86/cpu.d [2020-11-18T00:48:49.968Z] #41 78.17 CC criu/arch/x86/cpu.o [2020-11-18T00:48:49.968Z] #41 78.75 CC criu/arch/x86/crtools.o [2020-11-18T00:48:49.968Z] #41 80.20 CC criu/arch/x86/kerndat.o [2020-11-18T00:48:49.968Z] #41 80.74 CC criu/arch/x86/sigaction_compat.o [2020-11-18T00:48:49.968Z] #41 81.03 CC criu/arch/x86/sigframe.o [2020-11-18T00:48:49.968Z] #41 81.26 LINK criu/arch/x86/crtools.built-in.o [2020-11-18T00:48:49.968Z] #41 81.32 DEP criu/pie/util-vdso-elf32.d [2020-11-18T00:48:49.968Z] #41 81.40 DEP criu/pie/util-vdso.d [2020-11-18T00:48:49.968Z] #41 81.52 DEP criu/pie/util.d [2020-11-18T00:48:49.968Z] #41 81.65 CC criu/pie/util.o [2020-11-18T00:48:49.968Z] #41 81.95 CC criu/pie/util-vdso.o [2020-11-18T00:48:49.968Z] #41 82.69 CC criu/pie/util-vdso-elf32.o [2020-11-18T00:48:49.968Z] #41 83.39 AR criu/pie/pie.lib.a [2020-11-18T00:48:49.968Z] #41 83.47 DEP criu/pie/restorer.d [2020-11-18T00:48:49.968Z] #41 83.75 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-18T00:48:49.968Z] #41 83.89 DEP criu/arch/x86/restorer_unmap.d [2020-11-18T00:48:49.968Z] #41 83.90 DEP criu/arch/x86/restorer.d [2020-11-18T00:48:49.968Z] #41 84.08 DEP criu/arch/x86/vdso-pie.d [2020-11-18T00:48:49.968Z] #41 84.25 DEP criu/pie/parasite-vdso.d [2020-11-18T00:48:49.968Z] #41 84.47 DEP criu/pie/parasite.d [2020-11-18T00:48:49.968Z] #41 84.70 CC criu/pie/parasite.o [2020-11-18T00:48:49.968Z] #41 85.80 LINK criu/pie/parasite.built-in.o [2020-11-18T00:48:49.968Z] #41 85.81 GEN criu/pie/parasite-blob.h [2020-11-18T00:48:49.968Z] #41 85.84 CC criu/pie/parasite-vdso.o [2020-11-18T00:48:49.968Z] #41 86.60 CC criu/arch/x86/vdso-pie.o [2020-11-18T00:48:50.225Z] #41 86.96 CC criu/arch/x86/restorer.o [2020-11-18T00:48:50.385Z] #42 187.9 CC criu/stats.o [2020-11-18T00:48:50.482Z] #41 ... [2020-11-18T00:48:50.482Z] [2020-11-18T00:48:50.482Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:48:50.482Z] #18 10.65 Fetched 8401 kB in 10s (875 kB/s) [2020-11-18T00:48:51.035Z] #42 188.4 CC criu/string.o [2020-11-18T00:48:51.035Z] #42 188.5 CC criu/sysctl.o [2020-11-18T00:48:51.225Z] #18 36.61 Unpacking bash-completion (1:2.8-6) ... [2020-11-18T00:48:51.225Z] #18 37.02 Selecting previously unselected package bzip2. [2020-11-18T00:48:51.225Z] #18 37.03 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-18T00:48:51.225Z] #18 37.04 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-18T00:48:51.225Z] #18 37.13 Selecting previously unselected package xz-utils. [2020-11-18T00:48:51.225Z] #18 37.15 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-18T00:48:51.225Z] #18 37.16 Unpacking xz-utils (5.2.4-1) ... [2020-11-18T00:48:51.486Z] #18 37.34 Selecting previously unselected package apparmor. [2020-11-18T00:48:51.486Z] #18 37.36 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-18T00:48:51.486Z] #18 37.46 Unpacking apparmor (2.13.2-10) ... [2020-11-18T00:48:51.689Z] #42 189.2 CC criu/sysfs_parse.o [2020-11-18T00:48:51.748Z] #18 37.80 Selecting previously unselected package aufs-tools. [2020-11-18T00:48:51.748Z] #18 37.82 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-18T00:48:51.748Z] #18 37.83 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-18T00:48:52.009Z] #18 37.97 Selecting previously unselected package libonig5:amd64. [2020-11-18T00:48:52.009Z] #18 37.97 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-18T00:48:52.009Z] #18 37.98 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-18T00:48:52.009Z] #18 38.13 Selecting previously unselected package libjq1:amd64. [2020-11-18T00:48:52.009Z] #18 38.14 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-18T00:48:52.271Z] #18 38.14 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-18T00:48:52.271Z] #18 38.25 Selecting previously unselected package jq. [2020-11-18T00:48:52.271Z] #18 38.26 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-18T00:48:52.271Z] #18 38.26 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-18T00:48:52.271Z] #18 38.35 Selecting previously unselected package libaio1:amd64. [2020-11-18T00:48:52.271Z] #18 38.36 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-18T00:48:52.342Z] #42 189.9 CC criu/timens.o [2020-11-18T00:48:52.532Z] #18 38.36 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-18T00:48:52.532Z] #18 38.42 Selecting previously unselected package libgpm2:amd64. [2020-11-18T00:48:52.532Z] #18 38.44 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-18T00:48:52.532Z] #18 38.45 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-18T00:48:52.532Z] #18 38.52 Selecting previously unselected package libicu63:amd64. [2020-11-18T00:48:52.532Z] #18 38.53 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-18T00:48:52.532Z] #18 38.54 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-18T00:48:52.988Z] #42 190.3 CC criu/timerfd.o [2020-11-18T00:48:53.639Z] #42 190.8 CC criu/tty.o [2020-11-18T00:48:54.657Z] #18 10.65 Reading package lists... [2020-11-18T00:48:55.749Z] #42 192.9 CC criu/tun.o [2020-11-18T00:48:56.026Z] #18 14.66 Reading package lists... [2020-11-18T00:48:56.026Z] #18 ... [2020-11-18T00:48:56.026Z] [2020-11-18T00:48:56.026Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:56.026Z] #41 87.47 CC criu/arch/x86/restorer_unmap.o [2020-11-18T00:48:56.027Z] #41 87.51 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-18T00:48:56.027Z] #41 87.80 CC criu/pie/restorer.o [2020-11-18T00:48:56.027Z] #41 90.85 LINK criu/pie/restorer.built-in.o [2020-11-18T00:48:56.027Z] #41 90.87 GEN criu/pie/restorer-blob.h [2020-11-18T00:48:56.027Z] #41 90.99 DEP criu/vdso.d [2020-11-18T00:48:56.027Z] #41 91.14 DEP criu/vdso-compat.d [2020-11-18T00:48:56.027Z] #41 91.32 DEP criu/uts_ns.d [2020-11-18T00:48:56.027Z] #41 91.43 DEP criu/util.d [2020-11-18T00:48:56.027Z] #41 91.62 DEP criu/uffd.d [2020-11-18T00:48:56.027Z] #41 91.84 DEP criu/tun.d [2020-11-18T00:48:56.027Z] #41 91.98 DEP criu/tty.d [2020-11-18T00:48:56.027Z] #41 92.13 DEP criu/timerfd.d [2020-11-18T00:48:56.027Z] #41 92.29 DEP criu/timens.d [2020-11-18T00:48:56.027Z] #41 92.46 DEP criu/sysfs_parse.d [2020-11-18T00:48:56.027Z] #41 92.73 DEP criu/sysctl.d [2020-11-18T00:48:56.027Z] #41 92.89 DEP criu/string.d [2020-11-18T00:48:56.027Z] #41 92.99 DEP criu/stats.d [2020-11-18T00:48:56.048Z] #42 193.6 CC criu/uffd.o [2020-11-18T00:48:56.283Z] #41 93.07 DEP criu/sockets.d [2020-11-18T00:48:56.284Z] #41 ... [2020-11-18T00:48:56.284Z] [2020-11-18T00:48:56.284Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:48:56.284Z] #43 186.7 github.com/LK4D4/vndr/godl [2020-11-18T00:48:56.284Z] #43 187.5 github.com/LK4D4/vndr [2020-11-18T00:48:56.284Z] #43 DONE 196.6s [2020-11-18T00:48:56.540Z] [2020-11-18T00:48:56.540Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:56.540Z] #41 93.44 DEP criu/sk-unix.d [2020-11-18T00:48:56.742Z] #18 42.19 Selecting previously unselected package libnet1:amd64. [2020-11-18T00:48:56.742Z] #18 42.19 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-18T00:48:56.742Z] #18 42.19 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-18T00:48:56.742Z] #18 42.29 Selecting previously unselected package libnl-3-200:amd64. [2020-11-18T00:48:56.742Z] #18 42.29 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-18T00:48:56.742Z] #18 42.30 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-18T00:48:56.742Z] #18 42.39 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-18T00:48:56.742Z] #18 42.39 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-18T00:48:56.742Z] #18 42.40 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-18T00:48:56.742Z] #18 42.47 Selecting previously unselected package libreadline5:amd64. [2020-11-18T00:48:56.742Z] #18 42.48 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-18T00:48:56.742Z] #18 42.48 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-18T00:48:56.742Z] #18 42.56 Selecting previously unselected package net-tools. [2020-11-18T00:48:56.742Z] #18 42.57 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-18T00:48:56.742Z] #18 42.58 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-18T00:48:56.742Z] #18 42.78 Selecting previously unselected package python-pip-whl. [2020-11-18T00:48:56.742Z] #18 42.79 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-18T00:48:56.742Z] #18 42.80 Unpacking python-pip-whl (18.1-5) ... [2020-11-18T00:48:57.104Z] #41 93.75 DEP criu/sk-tcp.d [2020-11-18T00:48:57.104Z] #41 94.01 DEP criu/sk-queue.d [2020-11-18T00:48:57.315Z] #18 43.31 Selecting previously unselected package python3-lib2to3. [2020-11-18T00:48:57.315Z] #18 43.33 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-18T00:48:57.315Z] #18 43.34 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-18T00:48:57.315Z] #18 43.46 Selecting previously unselected package python3-distutils. [2020-11-18T00:48:57.361Z] #41 94.31 DEP criu/sk-packet.d [2020-11-18T00:48:57.576Z] #18 43.46 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-18T00:48:57.576Z] #18 43.47 Unpacking python3-distutils (3.7.3-1) ... [2020-11-18T00:48:57.576Z] #18 43.61 Selecting previously unselected package python3-pip. [2020-11-18T00:48:57.576Z] #18 43.62 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-18T00:48:57.576Z] #18 43.63 Unpacking python3-pip (18.1-5) ... [2020-11-18T00:48:57.618Z] #41 94.58 DEP criu/sk-netlink.d [2020-11-18T00:48:57.837Z] #18 43.79 Selecting previously unselected package python3-pkg-resources. [2020-11-18T00:48:57.837Z] #18 43.81 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-18T00:48:57.837Z] #18 43.82 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-18T00:48:57.875Z] #41 94.74 DEP criu/sk-inet.d [2020-11-18T00:48:58.098Z] #18 43.94 Selecting previously unselected package python3-setuptools. [2020-11-18T00:48:58.098Z] #18 43.96 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-18T00:48:58.098Z] #18 43.96 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-18T00:48:58.132Z] #41 94.90 DEP criu/signalfd.d [2020-11-18T00:48:58.132Z] #41 95.10 DEP criu/sigframe.d [2020-11-18T00:48:58.132Z] #41 95.17 DEP criu/shmem.d [2020-11-18T00:48:58.155Z] #42 195.1 CC criu/util.o [2020-11-18T00:48:58.359Z] #18 44.25 Selecting previously unselected package python3-wheel. [2020-11-18T00:48:58.360Z] #18 44.26 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-18T00:48:58.360Z] #18 44.26 Unpacking python3-wheel (0.32.3-2) ... [2020-11-18T00:48:58.360Z] #18 44.36 Selecting previously unselected package sudo. [2020-11-18T00:48:58.360Z] #18 ... [2020-11-18T00:48:58.360Z] [2020-11-18T00:48:58.360Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:48:58.360Z] #41 106.2 CC criu/bfd.o [2020-11-18T00:48:58.360Z] #41 106.7 CC criu/bitmap.o [2020-11-18T00:48:58.360Z] #41 106.9 CC criu/cgroup-props.o [2020-11-18T00:48:58.360Z] #41 107.5 CC criu/cgroup.o [2020-11-18T00:48:58.360Z] #41 110.1 CC criu/clone-noasan.o [2020-11-18T00:48:58.360Z] #41 110.4 CC criu/config.o [2020-11-18T00:48:58.360Z] #41 111.6 CC criu/cr-check.o [2020-11-18T00:48:58.360Z] #41 113.1 CC criu/cr-dedup.o [2020-11-18T00:48:58.360Z] #41 113.5 CC criu/cr-dump.o [2020-11-18T00:48:58.360Z] #41 115.7 CC criu/cr-errno.o [2020-11-18T00:48:58.360Z] #41 115.8 CC criu/cr-restore.o [2020-11-18T00:48:58.360Z] #41 ... [2020-11-18T00:48:58.360Z] [2020-11-18T00:48:58.360Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:48:58.360Z] #18 44.36 Selecting previously unselected package sudo. [2020-11-18T00:48:58.360Z] #18 44.38 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-18T00:48:58.360Z] #18 44.39 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-18T00:48:58.389Z] #41 95.28 DEP criu/servicefd.d [2020-11-18T00:48:58.389Z] #41 95.38 DEP criu/seize.d [2020-11-18T00:48:58.645Z] #41 95.55 DEP criu/seccomp.d [2020-11-18T00:48:58.645Z] #41 95.68 DEP criu/rst-malloc.d [2020-11-18T00:48:58.901Z] #41 95.76 DEP criu/rbtree.d [2020-11-18T00:48:58.902Z] #41 95.80 DEP criu/pstree.d [2020-11-18T00:48:58.931Z] #18 44.92 Selecting previously unselected package thin-provisioning-tools. [2020-11-18T00:48:58.931Z] #18 44.93 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-18T00:48:58.931Z] #18 44.94 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-18T00:48:59.158Z] #41 95.99 DEP criu/protobuf.d [2020-11-18T00:48:59.192Z] #18 45.18 Selecting previously unselected package uidmap. [2020-11-18T00:48:59.192Z] #18 45.20 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-18T00:48:59.192Z] #18 45.20 Unpacking uidmap (1:4.5-1.1) ... [2020-11-18T00:48:59.415Z] #41 96.16 GEN criu/protobuf-desc-gen.h [2020-11-18T00:48:59.453Z] #18 45.32 Selecting previously unselected package vim-runtime. [2020-11-18T00:48:59.453Z] #18 45.33 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-18T00:48:59.453Z] #18 45.37 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-18T00:48:59.453Z] #18 45.40 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-18T00:48:59.453Z] #18 45.41 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-18T00:48:59.694Z] #42 196.8 CC criu/uts_ns.o [2020-11-18T00:48:59.694Z] #42 197.2 CC criu/vdso.o [2020-11-18T00:48:59.694Z] #42 ... [2020-11-18T00:48:59.694Z] [2020-11-18T00:48:59.694Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:48:59.694Z] #39 DONE 257.0s [2020-11-18T00:48:59.994Z] [2020-11-18T00:48:59.994Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:00.644Z] #23 ... [2020-11-18T00:49:00.644Z] [2020-11-18T00:49:00.644Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:00.644Z] #42 198.2 LINK criu/built-in.o [2020-11-18T00:49:01.295Z] #42 198.5 LINK criu/criu [2020-11-18T00:49:01.308Z] #41 97.73 DEP criu/protobuf-desc.d [2020-11-18T00:49:01.308Z] #41 97.81 DEP criu/proc_parse.d [2020-11-18T00:49:01.308Z] #41 97.96 DEP criu/plugin.d [2020-11-18T00:49:01.308Z] #41 98.04 DEP criu/pipes.d [2020-11-18T00:49:01.308Z] #41 98.25 DEP criu/pie-util.d [2020-11-18T00:49:01.565Z] #41 98.39 DEP criu/pie-util-vdso.d [2020-11-18T00:49:01.565Z] #41 98.55 DEP criu/pie-util-vdso-elf32.d [2020-11-18T00:49:01.594Z] #42 199.1 DEP lib/c/criu.d [2020-11-18T00:49:01.594Z] #42 199.2 CC images/rpc.pb-c.o [2020-11-18T00:49:01.822Z] #41 98.68 DEP criu/path.d [2020-11-18T00:49:01.822Z] #41 98.85 DEP criu/parasite-syscall.d [2020-11-18T00:49:02.079Z] #41 99.07 DEP criu/pagemap.d [2020-11-18T00:49:02.336Z] #41 99.27 DEP criu/pagemap-cache.d [2020-11-18T00:49:02.593Z] #41 99.44 DEP criu/page-xfer.d [2020-11-18T00:49:02.658Z] #42 199.9 CC lib/c/criu.o [2020-11-18T00:49:02.757Z] #18 48.66 Selecting previously unselected package vim. [2020-11-18T00:49:02.757Z] #18 48.67 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-18T00:49:02.757Z] #18 48.68 Unpacking vim (2:8.1.0875-5) ... [2020-11-18T00:49:02.850Z] #41 99.63 DEP criu/page-pipe.d [2020-11-18T00:49:02.850Z] #41 99.71 DEP criu/netfilter.d [2020-11-18T00:49:03.107Z] #41 99.91 DEP criu/net.d [2020-11-18T00:49:03.328Z] #18 49.29 Selecting previously unselected package xfsprogs. [2020-11-18T00:49:03.328Z] #18 49.30 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-18T00:49:03.328Z] #18 49.32 Unpacking xfsprogs (4.20.0-1) ... [2020-11-18T00:49:03.364Z] #41 100.1 DEP criu/namespaces.d [2020-11-18T00:49:03.621Z] #41 100.3 DEP criu/mount.d [2020-11-18T00:49:03.621Z] #41 100.5 DEP criu/memfd.d [2020-11-18T00:49:03.621Z] #41 ... [2020-11-18T00:49:03.621Z] [2020-11-18T00:49:03.621Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:49:03.621Z] #18 14.66 Reading package lists... [2020-11-18T00:49:03.621Z] #18 18.75 Building dependency tree... [2020-11-18T00:49:03.621Z] #18 20.39 libcap2-bin is already the newest version (1:2.25-2). [2020-11-18T00:49:03.621Z] #18 20.39 The following additional packages will be installed: [2020-11-18T00:49:03.621Z] #18 20.39 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-18T00:49:03.621Z] #18 20.39 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-18T00:49:03.621Z] #18 20.39 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-18T00:49:03.621Z] #18 20.39 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-18T00:49:03.621Z] #18 20.39 python3.7 python3.7-minimal vim-runtime xxd [2020-11-18T00:49:03.621Z] #18 20.40 Suggested packages: [2020-11-18T00:49:03.621Z] #18 20.40 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-18T00:49:03.621Z] #18 20.40 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-18T00:49:03.621Z] #18 20.40 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-18T00:49:03.621Z] #18 20.40 Recommended packages: [2020-11-18T00:49:03.621Z] #18 20.40 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-18T00:49:03.621Z] #18 20.40 python3-keyrings.alt python3-xdg unzip [2020-11-18T00:49:03.621Z] #18 22.15 The following NEW packages will be installed: [2020-11-18T00:49:03.621Z] #18 22.15 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-18T00:49:03.621Z] #18 22.15 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-18T00:49:03.621Z] #18 22.15 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-18T00:49:03.621Z] #18 22.15 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-18T00:49:03.621Z] #18 22.15 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-18T00:49:03.621Z] #18 22.16 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-18T00:49:03.621Z] #18 22.16 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-18T00:49:03.621Z] #18 22.16 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-18T00:49:03.621Z] #18 22.16 xz-utils zip [2020-11-18T00:49:03.621Z] #18 22.52 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-18T00:49:03.621Z] #18 22.52 Need to get 28.5 MB of archives. [2020-11-18T00:49:03.621Z] #18 22.52 After this operation, 116 MB of additional disk space will be used. [2020-11-18T00:49:03.621Z] #18 22.52 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-18T00:49:03.621Z] #18 22.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-11-18T00:49:03.621Z] #18 22.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-11-18T00:49:03.621Z] #18 22.68 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-18T00:49:03.621Z] #18 22.69 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-18T00:49:03.621Z] #18 22.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-11-18T00:49:03.621Z] #18 22.80 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-18T00:49:03.621Z] #18 22.88 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-18T00:49:03.621Z] #18 22.88 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-18T00:49:03.621Z] #18 22.89 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-18T00:49:03.621Z] #18 22.90 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-18T00:49:03.621Z] #18 22.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-18T00:49:03.621Z] #18 22.90 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-18T00:49:03.621Z] #18 22.92 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-18T00:49:03.621Z] #18 22.92 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-18T00:49:03.621Z] #18 22.93 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-18T00:49:03.621Z] #18 22.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-18T00:49:03.621Z] #18 22.95 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-18T00:49:03.621Z] #18 22.97 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-18T00:49:03.621Z] #18 22.98 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-11-18T00:49:03.621Z] #18 23.02 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-18T00:49:03.621Z] #18 23.02 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-18T00:49:03.621Z] #18 23.05 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-18T00:49:03.621Z] #18 23.07 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-18T00:49:03.621Z] #18 23.12 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-18T00:49:03.621Z] #18 23.14 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-18T00:49:03.621Z] #18 23.18 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-18T00:49:03.621Z] #18 23.24 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-18T00:49:03.621Z] #18 23.24 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-18T00:49:03.621Z] #18 23.74 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-18T00:49:03.621Z] #18 23.74 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-18T00:49:03.621Z] #18 23.74 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-18T00:49:03.621Z] #18 23.74 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-18T00:49:03.621Z] #18 23.75 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-18T00:49:03.621Z] #18 23.77 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-18T00:49:03.621Z] #18 23.87 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-18T00:49:03.621Z] #18 23.89 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-18T00:49:03.621Z] #18 23.89 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-18T00:49:03.621Z] #18 23.91 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-18T00:49:03.621Z] #18 23.92 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-18T00:49:03.621Z] #18 23.93 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-18T00:49:03.621Z] #18 23.93 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-18T00:49:03.621Z] #18 24.00 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-11-18T00:49:03.715Z] #42 201.2 LINK lib/c/built-in.o [2020-11-18T00:49:03.715Z] #42 201.2 LINK lib/c/libcriu.so [2020-11-18T00:49:03.715Z] #42 201.2 LINK lib/c/libcriu.a [2020-11-18T00:49:03.878Z] #18 24.02 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-18T00:49:03.878Z] #18 24.04 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-18T00:49:03.905Z] #18 49.81 Selecting previously unselected package zip. [2020-11-18T00:49:03.905Z] #18 49.83 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-18T00:49:03.905Z] #18 49.84 Unpacking zip (3.0-11+b1) ... [2020-11-18T00:49:03.905Z] #18 50.05 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-18T00:49:04.017Z] #42 201.5 GEN magic.py [2020-11-18T00:49:04.135Z] #18 24.43 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-18T00:49:04.135Z] #18 24.50 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-18T00:49:04.135Z] #18 24.53 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-18T00:49:04.168Z] #18 50.07 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-18T00:49:04.168Z] #18 50.08 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-18T00:49:04.168Z] #18 50.09 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-18T00:49:04.168Z] #18 50.12 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-18T00:49:04.168Z] #18 50.14 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-18T00:49:04.168Z] #18 50.15 Setting up uidmap (1:4.5-1.1) ... [2020-11-18T00:49:04.168Z] #18 50.16 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-18T00:49:04.168Z] #18 50.18 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-18T00:49:04.168Z] #18 50.19 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-18T00:49:04.168Z] #18 50.22 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-18T00:49:04.168Z] #18 50.24 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-18T00:49:04.168Z] #18 50.25 Setting up xxd (2:8.1.0875-5) ... [2020-11-18T00:49:04.168Z] #18 50.27 Setting up zip (3.0-11+b1) ... [2020-11-18T00:49:04.317Z] #42 201.7 Note: Building without setproctitle() and strlcpy() support. [2020-11-18T00:49:04.317Z] #42 201.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-18T00:49:04.317Z] #42 201.7 Note: Building without GnuTLS support [2020-11-18T00:49:04.317Z] #42 201.7 Makefile.config:39: Warn: you have no libnftables installed [2020-11-18T00:49:04.317Z] #42 201.7 Makefile.config:40: Warn: Building without nftables support [2020-11-18T00:49:04.430Z] #18 50.29 Setting up vim-common (2:8.1.0875-5) ... [2020-11-18T00:49:04.430Z] #18 50.32 Setting up bash-completion (1:2.8-6) ... [2020-11-18T00:49:04.980Z] #42 202.6 fatal: not a git repository (or any of the parent directories): .git [2020-11-18T00:49:05.066Z] #18 25.19 debconf: delaying package configuration, since apt-utils is not installed [2020-11-18T00:49:05.066Z] #18 25.31 Fetched 28.5 MB in 2s (12.3 MB/s) [2020-11-18T00:49:05.066Z] #18 25.37 Selecting previously unselected package pigz. [2020-11-18T00:49:05.066Z] #18 25.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-11-18T00:49:05.066Z] #18 25.45 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-18T00:49:05.066Z] #18 25.46 Unpacking pigz (2.4-1) ... [2020-11-18T00:49:05.324Z] #18 25.57 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-18T00:49:05.324Z] #18 25.58 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-18T00:49:05.324Z] #18 25.63 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-18T00:49:05.891Z] #18 ... [2020-11-18T00:49:05.891Z] [2020-11-18T00:49:05.891Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-18T00:49:05.891Z] #30 DONE 206.2s [2020-11-18T00:49:05.891Z] [2020-11-18T00:49:05.891Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:49:05.891Z] #18 26.25 Selecting previously unselected package python3.7-minimal. [2020-11-18T00:49:05.891Z] #18 26.26 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-18T00:49:05.891Z] #18 ... [2020-11-18T00:49:05.891Z] [2020-11-18T00:49:05.891Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:05.891Z] #41 100.7 DEP criu/mem.d [2020-11-18T00:49:05.891Z] #41 100.9 DEP criu/lsm.d [2020-11-18T00:49:05.891Z] #41 101.1 DEP criu/log.d [2020-11-18T00:49:05.891Z] #41 101.2 DEP criu/libnetlink.d [2020-11-18T00:49:05.891Z] #41 101.3 DEP criu/kerndat.d [2020-11-18T00:49:05.891Z] #41 101.4 DEP criu/kcmp-ids.d [2020-11-18T00:49:05.891Z] #41 101.5 DEP criu/irmap.d [2020-11-18T00:49:05.891Z] #41 101.7 DEP criu/ipc_ns.d [2020-11-18T00:49:05.891Z] #41 101.9 DEP criu/image.d [2020-11-18T00:49:05.891Z] #41 102.1 DEP criu/image-desc.d [2020-11-18T00:49:05.891Z] #41 102.2 DEP criu/fsnotify.d [2020-11-18T00:49:05.891Z] #41 102.4 DEP criu/filesystems.d [2020-11-18T00:49:05.891Z] #41 102.6 DEP criu/files.d [2020-11-18T00:49:05.891Z] #41 102.8 DEP criu/files-reg.d [2020-11-18T00:49:05.891Z] #41 102.9 DEP criu/files-ext.d [2020-11-18T00:49:06.037Z] #42 203.5 make[1]: Nothing to be done for 'all'. [2020-11-18T00:49:06.148Z] #41 103.0 DEP criu/file-lock.d [2020-11-18T00:49:06.405Z] #41 103.3 DEP criu/file-ids.d [2020-11-18T00:49:06.662Z] #41 103.6 DEP criu/fifo.d [2020-11-18T00:49:06.919Z] #41 103.8 DEP criu/fdstore.d [2020-11-18T00:49:07.094Z] #42 204.5 make[1]: 'images/built-in.o' is up to date. [2020-11-18T00:49:07.094Z] #42 204.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-18T00:49:07.094Z] #42 204.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-18T00:49:07.094Z] #42 204.6 make[1]: 'compel/libcompel.a' is up to date. [2020-11-18T00:49:07.094Z] #42 204.6 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-18T00:49:07.094Z] #42 204.6 make[1]: Nothing to be done for 'all'. [2020-11-18T00:49:07.178Z] #41 104.0 DEP criu/fault-injection.d [2020-11-18T00:49:07.394Z] #42 204.7 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-18T00:49:07.394Z] #42 204.9 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:07.394Z] #42 204.9 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:07.394Z] #42 205.0 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:07.435Z] #41 104.2 DEP criu/external.d [2020-11-18T00:49:07.435Z] #41 104.3 DEP criu/eventpoll.d [2020-11-18T00:49:07.693Z] #41 104.4 DEP criu/eventfd.d [2020-11-18T00:49:07.693Z] #41 104.5 DEP criu/crtools.d [2020-11-18T00:49:07.693Z] #41 104.7 DEP criu/cr-service.d [2020-11-18T00:49:07.694Z] #42 205.2 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:07.694Z] #42 205.3 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:07.733Z] #18 53.12 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-18T00:49:07.734Z] #18 53.13 Setting up xz-utils (5.2.4-1) ... [2020-11-18T00:49:07.734Z] #18 53.15 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-18T00:49:07.734Z] #18 53.16 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-18T00:49:07.734Z] #18 53.25 invoke-rc.d: could not determine current runlevel [2020-11-18T00:49:07.734Z] #18 53.26 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-18T00:49:07.734Z] #18 53.28 Setting up pigz (2.4-1) ... [2020-11-18T00:49:07.734Z] #18 53.28 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-18T00:49:07.734Z] #18 53.29 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-18T00:49:07.734Z] #18 53.31 Setting up python-pip-whl (18.1-5) ... [2020-11-18T00:49:07.734Z] #18 53.32 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-18T00:49:07.734Z] #18 53.33 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-18T00:49:07.734Z] #18 53.77 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-18T00:49:07.734Z] #18 53.78 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-18T00:49:07.734Z] #18 53.80 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-18T00:49:07.734Z] #18 53.81 Setting up vim (2:8.1.0875-5) ... [2020-11-18T00:49:07.734Z] #18 53.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-18T00:49:07.734Z] #18 53.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-18T00:49:07.734Z] #18 53.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-18T00:49:07.734Z] #18 53.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-18T00:49:07.734Z] #18 53.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-18T00:49:07.734Z] #18 53.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-18T00:49:07.734Z] #18 53.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-18T00:49:07.734Z] #18 53.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-18T00:49:07.734Z] #18 53.87 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-18T00:49:07.950Z] #41 104.8 DEP criu/cr-restore.d [2020-11-18T00:49:07.991Z] #42 205.3 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:07.991Z] #42 205.4 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:07.991Z] #42 205.5 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:07.991Z] #42 205.6 INSTALL criu/criu [2020-11-18T00:49:07.995Z] #18 53.91 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-18T00:49:07.995Z] #18 53.93 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-18T00:49:07.995Z] #18 53.95 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-18T00:49:07.995Z] #18 53.96 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-18T00:49:07.995Z] #18 53.97 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-18T00:49:08.209Z] #41 105.0 DEP criu/cr-errno.d [2020-11-18T00:49:08.209Z] #41 105.0 DEP criu/cr-dump.d [2020-11-18T00:49:08.209Z] #41 105.2 DEP criu/cr-dedup.d [2020-11-18T00:49:08.291Z] #42 DONE 205.7s [2020-11-18T00:49:08.291Z] [2020-11-18T00:49:08.291Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:08.466Z] #41 105.3 DEP criu/cr-check.d [2020-11-18T00:49:08.723Z] #41 105.5 DEP criu/config.d [2020-11-18T00:49:08.723Z] #41 105.6 DEP criu/clone-noasan.d [2020-11-18T00:49:08.723Z] #41 105.6 DEP criu/cgroup.d [2020-11-18T00:49:08.980Z] #41 105.8 DEP criu/cgroup-props.d [2020-11-18T00:49:08.980Z] #41 105.8 DEP criu/bitmap.d [2020-11-18T00:49:08.980Z] #41 105.9 DEP criu/bfd.d [2020-11-18T00:49:08.980Z] #41 105.9 DEP criu/autofs.d [2020-11-18T00:49:09.237Z] #41 106.1 DEP criu/aio.d [2020-11-18T00:49:09.237Z] #41 106.3 DEP criu/action-scripts.d [2020-11-18T00:49:09.801Z] #41 106.6 CC criu/action-scripts.o [2020-11-18T00:49:10.058Z] #41 107.0 CC criu/aio.o [2020-11-18T00:49:10.622Z] #41 107.5 CC criu/autofs.o [2020-11-18T00:49:11.060Z] #23 ... [2020-11-18T00:49:11.060Z] [2020-11-18T00:49:11.060Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:11.060Z] #48 268.5 + /build/golangci-lint --version [2020-11-18T00:49:11.300Z] #18 56.95 Setting up iptables (1.8.2-4) ... [2020-11-18T00:49:11.300Z] #18 56.97 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-18T00:49:11.300Z] #18 56.98 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-18T00:49:11.300Z] #18 56.98 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-18T00:49:11.300Z] #18 56.99 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-18T00:49:11.300Z] #18 56.99 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-18T00:49:11.300Z] #18 57.00 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-18T00:49:11.300Z] #18 57.01 Setting up python3 (3.7.3-1) ... [2020-11-18T00:49:11.358Z] #48 268.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-18T00:49:11.553Z] #41 ... [2020-11-18T00:49:11.553Z] [2020-11-18T00:49:11.553Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:49:11.553Z] #18 26.31 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-18T00:49:11.553Z] #18 27.97 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-18T00:49:11.553Z] #18 27.99 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-18T00:49:11.553Z] #18 29.90 Selecting previously unselected package python3-minimal. [2020-11-18T00:49:11.553Z] #18 29.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 ... 23681 files and directories currently installed.) [2020-11-18T00:49:11.553Z] #18 29.97 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-18T00:49:11.553Z] #18 29.97 Unpacking python3-minimal (3.7.3-1) ... [2020-11-18T00:49:11.553Z] #18 30.04 Selecting previously unselected package libmpdec2:amd64. [2020-11-18T00:49:11.553Z] #18 30.05 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-18T00:49:11.553Z] #18 30.06 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-18T00:49:11.553Z] #18 30.16 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-18T00:49:11.553Z] #18 30.17 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-18T00:49:11.553Z] #18 30.18 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-18T00:49:11.553Z] #18 31.02 Selecting previously unselected package python3.7. [2020-11-18T00:49:11.553Z] #18 31.04 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-18T00:49:11.553Z] #18 31.04 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-18T00:49:11.553Z] #18 31.17 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-18T00:49:11.553Z] #18 31.17 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-18T00:49:11.553Z] #18 31.18 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-18T00:49:11.553Z] #18 31.28 Setting up python3-minimal (3.7.3-1) ... [2020-11-18T00:49:11.560Z] #18 57.41 Setting up python3-wheel (0.32.3-2) ... [2020-11-18T00:49:11.655Z] #48 DONE 268.9s [2020-11-18T00:49:11.655Z] [2020-11-18T00:49:11.655Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:12.117Z] #18 32.21 Selecting previously unselected package python3. [2020-11-18T00:49:12.117Z] #18 32.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-11-18T00:49:12.117Z] #18 32.26 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-18T00:49:12.117Z] #18 32.27 Unpacking python3 (3.7.3-1) ... [2020-11-18T00:49:12.117Z] #18 ... [2020-11-18T00:49:12.117Z] [2020-11-18T00:49:12.117Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:12.117Z] #41 108.9 CC criu/bfd.o [2020-11-18T00:49:12.132Z] #18 ... [2020-11-18T00:49:12.132Z] [2020-11-18T00:49:12.132Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:12.132Z] #41 120.1 CC criu/cr-service.o [2020-11-18T00:49:12.132Z] #41 121.6 CC criu/crtools.o [2020-11-18T00:49:12.132Z] #41 122.2 CC criu/eventfd.o [2020-11-18T00:49:12.132Z] #41 122.6 CC criu/eventpoll.o [2020-11-18T00:49:12.132Z] #41 123.5 CC criu/external.o [2020-11-18T00:49:12.132Z] #41 123.8 CC criu/fault-injection.o [2020-11-18T00:49:12.132Z] #41 124.0 CC criu/fdstore.o [2020-11-18T00:49:12.132Z] #41 124.4 CC criu/fifo.o [2020-11-18T00:49:12.132Z] #41 124.7 CC criu/file-ids.o [2020-11-18T00:49:12.132Z] #41 125.0 CC criu/file-lock.o [2020-11-18T00:49:12.132Z] #41 126.0 CC criu/files-ext.o [2020-11-18T00:49:12.132Z] #41 126.3 CC criu/files-reg.o [2020-11-18T00:49:12.132Z] #41 128.5 CC criu/files.o [2020-11-18T00:49:12.132Z] #41 ... [2020-11-18T00:49:12.132Z] [2020-11-18T00:49:12.132Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:49:12.132Z] #18 58.15 Setting up apparmor (2.13.2-10) ... [2020-11-18T00:49:12.375Z] #41 109.3 CC criu/bitmap.o [2020-11-18T00:49:12.631Z] #41 109.5 CC criu/cgroup-props.o [2020-11-18T00:49:13.562Z] #41 110.2 CC criu/cgroup.o [2020-11-18T00:49:14.207Z] #18 59.90 Setting up xfsprogs (4.20.0-1) ... [2020-11-18T00:49:14.208Z] #18 59.92 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-18T00:49:14.469Z] #18 60.40 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-18T00:49:15.412Z] #18 61.29 Setting up python3-distutils (3.7.3-1) ... [2020-11-18T00:49:15.985Z] #18 61.83 Setting up python3-setuptools (40.8.0-1) ... [2020-11-18T00:49:16.162Z] #41 113.0 CC criu/clone-noasan.o [2020-11-18T00:49:16.458Z] #41 113.2 CC criu/config.o [2020-11-18T00:49:17.190Z] #18 63.06 Setting up python3-pip (18.1-5) ... [2020-11-18T00:49:17.406Z] #41 ... [2020-11-18T00:49:17.407Z] [2020-11-18T00:49:17.407Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:49:17.407Z] #18 32.37 Selecting previously unselected package libip4tc0:amd64. [2020-11-18T00:49:17.407Z] #18 32.38 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 32.38 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-18T00:49:17.407Z] #18 32.48 Selecting previously unselected package libip6tc0:amd64. [2020-11-18T00:49:17.407Z] #18 32.49 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 32.51 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-18T00:49:17.407Z] #18 32.58 Selecting previously unselected package libiptc0:amd64. [2020-11-18T00:49:17.407Z] #18 32.59 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 32.59 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-18T00:49:17.407Z] #18 32.65 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-18T00:49:17.407Z] #18 32.66 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 32.67 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-18T00:49:17.407Z] #18 32.72 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-18T00:49:17.407Z] #18 32.74 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 32.74 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-18T00:49:17.407Z] #18 32.83 Selecting previously unselected package libnftnl11:amd64. [2020-11-18T00:49:17.407Z] #18 32.83 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 32.84 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-18T00:49:17.407Z] #18 32.94 Selecting previously unselected package iptables. [2020-11-18T00:49:17.407Z] #18 32.94 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 32.94 Unpacking iptables (1.8.2-4) ... [2020-11-18T00:49:17.407Z] #18 33.24 Selecting previously unselected package xxd. [2020-11-18T00:49:17.407Z] #18 33.24 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 33.26 Unpacking xxd (2:8.1.0875-5) ... [2020-11-18T00:49:17.407Z] #18 33.40 Selecting previously unselected package vim-common. [2020-11-18T00:49:17.407Z] #18 33.40 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-18T00:49:17.407Z] #18 33.43 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-18T00:49:17.407Z] #18 33.60 Selecting previously unselected package bash-completion. [2020-11-18T00:49:17.407Z] #18 33.60 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-18T00:49:17.407Z] #18 36.29 Unpacking bash-completion (1:2.8-6) ... [2020-11-18T00:49:17.407Z] #18 36.69 Selecting previously unselected package bzip2. [2020-11-18T00:49:17.407Z] #18 36.70 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 36.71 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-18T00:49:17.407Z] #18 36.81 Selecting previously unselected package xz-utils. [2020-11-18T00:49:17.407Z] #18 36.82 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 36.83 Unpacking xz-utils (5.2.4-1) ... [2020-11-18T00:49:17.407Z] #18 37.06 Selecting previously unselected package apparmor. [2020-11-18T00:49:17.407Z] #18 37.06 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 37.14 Unpacking apparmor (2.13.2-10) ... [2020-11-18T00:49:17.407Z] #18 37.48 Selecting previously unselected package aufs-tools. [2020-11-18T00:49:17.407Z] #18 37.49 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 37.50 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-18T00:49:17.407Z] #18 37.63 Selecting previously unselected package libonig5:amd64. [2020-11-18T00:49:17.407Z] #18 37.64 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-18T00:49:17.407Z] #18 37.64 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-18T00:49:17.664Z] #18 37.78 Selecting previously unselected package libjq1:amd64. [2020-11-18T00:49:17.664Z] #18 37.79 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-18T00:49:17.664Z] #18 37.80 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-18T00:49:17.664Z] #18 37.92 Selecting previously unselected package jq. [2020-11-18T00:49:17.664Z] #18 37.93 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-18T00:49:17.664Z] #18 37.95 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-18T00:49:17.664Z] #18 38.00 Selecting previously unselected package libaio1:amd64. [2020-11-18T00:49:17.664Z] #18 38.01 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-18T00:49:17.664Z] #18 38.01 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-18T00:49:17.921Z] #18 38.08 Selecting previously unselected package libgpm2:amd64. [2020-11-18T00:49:17.921Z] #18 38.10 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-18T00:49:17.921Z] #18 38.10 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-18T00:49:17.921Z] #18 ... [2020-11-18T00:49:17.921Z] [2020-11-18T00:49:17.921Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:17.921Z] #41 114.8 CC criu/cr-check.o [2020-11-18T00:49:18.134Z] #18 64.14 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:49:18.134Z] #18 64.21 Processing triggers for mime-support (3.62) ... [2020-11-18T00:49:18.707Z] #18 ... [2020-11-18T00:49:18.707Z] [2020-11-18T00:49:18.707Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:49:18.707Z] #38 237.2 + dpkg --print-architecture [2020-11-18T00:49:18.707Z] #38 237.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-18T00:49:18.707Z] #38 237.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-18T00:49:18.707Z] #38 237.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-18T00:49:19.279Z] #38 ... [2020-11-18T00:49:19.280Z] [2020-11-18T00:49:19.280Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:49:19.280Z] #18 DONE 65.4s [2020-11-18T00:49:19.541Z] [2020-11-18T00:49:19.541Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-18T00:49:19.811Z] #41 116.4 CC criu/cr-dedup.o [2020-11-18T00:49:19.811Z] #41 116.8 CC criu/cr-dump.o [2020-11-18T00:49:20.486Z] #19 0.902 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-18T00:49:20.486Z] #19 0.906 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-18T00:49:20.486Z] #19 0.910 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-18T00:49:20.486Z] #19 DONE 1.0s [2020-11-18T00:49:20.486Z] [2020-11-18T00:49:20.486Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-18T00:49:22.334Z] #41 119.2 CC criu/cr-errno.o [2020-11-18T00:49:22.334Z] #41 119.2 CC criu/cr-restore.o [2020-11-18T00:49:23.035Z] #20 ... [2020-11-18T00:49:23.035Z] [2020-11-18T00:49:23.035Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:23.035Z] #41 130.7 CC criu/filesystems.o [2020-11-18T00:49:23.035Z] #41 131.3 CC criu/fsnotify.o [2020-11-18T00:49:23.035Z] #41 132.5 CC criu/image-desc.o [2020-11-18T00:49:23.035Z] #41 132.6 CC criu/image.o [2020-11-18T00:49:23.035Z] #41 133.5 CC criu/ipc_ns.o [2020-11-18T00:49:23.035Z] #41 134.7 CC criu/irmap.o [2020-11-18T00:49:23.035Z] #41 135.2 CC criu/kcmp-ids.o [2020-11-18T00:49:23.035Z] #41 135.5 CC criu/kerndat.o [2020-11-18T00:49:23.035Z] #41 136.8 CC criu/libnetlink.o [2020-11-18T00:49:23.035Z] #41 137.1 CC criu/log.o [2020-11-18T00:49:23.035Z] #41 137.8 CC criu/lsm.o [2020-11-18T00:49:23.035Z] #41 138.4 CC criu/mem.o [2020-11-18T00:49:23.035Z] #41 140.3 CC criu/memfd.o [2020-11-18T00:49:23.035Z] #41 141.0 CC criu/mount.o [2020-11-18T00:49:23.705Z] #41 ... [2020-11-18T00:49:23.705Z] [2020-11-18T00:49:23.705Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:49:23.705Z] #18 38.23 Selecting previously unselected package libicu63:amd64. [2020-11-18T00:49:23.705Z] #18 38.23 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-18T00:49:23.705Z] #18 38.24 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-18T00:49:23.705Z] #18 41.75 Selecting previously unselected package libnet1:amd64. [2020-11-18T00:49:23.705Z] #18 41.77 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-18T00:49:23.705Z] #18 41.77 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-18T00:49:23.705Z] #18 41.87 Selecting previously unselected package libnl-3-200:amd64. [2020-11-18T00:49:23.705Z] #18 41.87 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-18T00:49:23.705Z] #18 41.88 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-18T00:49:23.705Z] #18 41.97 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-18T00:49:23.705Z] #18 41.98 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-18T00:49:23.705Z] #18 41.99 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-18T00:49:23.705Z] #18 42.06 Selecting previously unselected package libreadline5:amd64. [2020-11-18T00:49:23.705Z] #18 42.06 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-18T00:49:23.705Z] #18 42.08 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-18T00:49:23.705Z] #18 42.22 Selecting previously unselected package net-tools. [2020-11-18T00:49:23.705Z] #18 42.22 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-18T00:49:23.705Z] #18 42.23 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-18T00:49:23.705Z] #18 42.42 Selecting previously unselected package python-pip-whl. [2020-11-18T00:49:23.705Z] #18 42.44 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-18T00:49:23.705Z] #18 42.44 Unpacking python-pip-whl (18.1-5) ... [2020-11-18T00:49:23.705Z] #18 43.01 Selecting previously unselected package python3-lib2to3. [2020-11-18T00:49:23.705Z] #18 43.03 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-18T00:49:23.705Z] #18 43.04 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-18T00:49:23.705Z] #18 43.15 Selecting previously unselected package python3-distutils. [2020-11-18T00:49:23.705Z] #18 43.15 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-18T00:49:23.705Z] #18 43.15 Unpacking python3-distutils (3.7.3-1) ... [2020-11-18T00:49:23.705Z] #18 43.29 Selecting previously unselected package python3-pip. [2020-11-18T00:49:23.705Z] #18 43.31 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-18T00:49:23.705Z] #18 43.31 Unpacking python3-pip (18.1-5) ... [2020-11-18T00:49:23.705Z] #18 43.50 Selecting previously unselected package python3-pkg-resources. [2020-11-18T00:49:23.705Z] #18 43.52 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-18T00:49:23.705Z] #18 43.52 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-18T00:49:23.705Z] #18 43.68 Selecting previously unselected package python3-setuptools. [2020-11-18T00:49:23.705Z] #18 43.70 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-18T00:49:23.705Z] #18 43.70 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-18T00:49:23.705Z] #18 43.93 Selecting previously unselected package python3-wheel. [2020-11-18T00:49:23.705Z] #18 43.94 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-18T00:49:23.705Z] #18 43.95 Unpacking python3-wheel (0.32.3-2) ... [2020-11-18T00:49:23.705Z] #18 44.03 Selecting previously unselected package sudo. [2020-11-18T00:49:23.962Z] #18 44.05 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-18T00:49:23.962Z] #18 44.06 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-18T00:49:24.219Z] #18 44.56 Selecting previously unselected package thin-provisioning-tools. [2020-11-18T00:49:24.219Z] #18 44.58 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-18T00:49:24.219Z] #18 44.58 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-18T00:49:24.476Z] #18 44.81 Selecting previously unselected package uidmap. [2020-11-18T00:49:24.476Z] #18 44.83 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-18T00:49:24.476Z] #18 44.84 Unpacking uidmap (1:4.5-1.1) ... [2020-11-18T00:49:24.733Z] #18 44.95 Selecting previously unselected package vim-runtime. [2020-11-18T00:49:24.733Z] #18 44.96 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-18T00:49:24.733Z] #18 45.00 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-18T00:49:24.733Z] #18 45.03 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-18T00:49:24.733Z] #18 45.04 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-18T00:49:25.583Z] #41 ... [2020-11-18T00:49:25.583Z] [2020-11-18T00:49:25.583Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-18T00:49:25.583Z] #20 5.025 Collecting yamllint==1.16.0 [2020-11-18T00:49:27.112Z] #23 ... [2020-11-18T00:49:27.112Z] [2020-11-18T00:49:27.112Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:27.112Z] #55 247.7 + bin/containerd [2020-11-18T00:49:28.006Z] #18 48.29 Selecting previously unselected package vim. [2020-11-18T00:49:28.006Z] #18 48.30 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-18T00:49:28.006Z] #18 48.33 Unpacking vim (2:8.1.0875-5) ... [2020-11-18T00:49:28.571Z] #18 48.78 Selecting previously unselected package xfsprogs. [2020-11-18T00:49:28.571Z] #18 48.78 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-18T00:49:28.571Z] #18 48.79 Unpacking xfsprogs (4.20.0-1) ... [2020-11-18T00:49:28.829Z] #18 49.26 Selecting previously unselected package zip. [2020-11-18T00:49:29.086Z] #18 49.26 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-18T00:49:29.086Z] #18 49.28 Unpacking zip (3.0-11+b1) ... [2020-11-18T00:49:29.086Z] #18 49.44 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-18T00:49:29.086Z] #18 49.46 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-18T00:49:29.086Z] #18 49.47 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-18T00:49:29.086Z] #18 49.49 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-18T00:49:29.086Z] #18 49.50 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-18T00:49:29.344Z] #18 49.51 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-18T00:49:29.344Z] #18 49.52 Setting up uidmap (1:4.5-1.1) ... [2020-11-18T00:49:29.344Z] #18 49.53 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-18T00:49:29.344Z] #18 49.55 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-18T00:49:29.344Z] #18 49.56 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-18T00:49:29.344Z] #18 49.57 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-18T00:49:29.344Z] #18 49.58 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-18T00:49:29.344Z] #18 49.59 Setting up xxd (2:8.1.0875-5) ... [2020-11-18T00:49:29.344Z] #18 49.60 Setting up zip (3.0-11+b1) ... [2020-11-18T00:49:29.344Z] #18 49.61 Setting up vim-common (2:8.1.0875-5) ... [2020-11-18T00:49:29.344Z] #18 49.64 Setting up bash-completion (1:2.8-6) ... [2020-11-18T00:49:30.877Z] #20 10.41 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-18T00:49:30.877Z] #20 10.52 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-18T00:49:30.877Z] #20 10.56 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-18T00:49:30.877Z] #20 10.61 Collecting pyyaml (from yamllint==1.16.0) [2020-11-18T00:49:31.139Z] #20 10.75 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-18T00:49:32.526Z] #20 12.19 Building wheels for collected packages: pyyaml [2020-11-18T00:49:32.526Z] #20 12.19 Running setup.py bdist_wheel for pyyaml: started [2020-11-18T00:49:32.618Z] #18 52.34 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-18T00:49:32.618Z] #18 52.35 Setting up xz-utils (5.2.4-1) ... [2020-11-18T00:49:32.618Z] #18 52.37 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-18T00:49:32.618Z] #18 52.38 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-18T00:49:32.618Z] #18 52.43 invoke-rc.d: could not determine current runlevel [2020-11-18T00:49:32.618Z] #18 52.44 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-18T00:49:32.618Z] #18 52.45 Setting up pigz (2.4-1) ... [2020-11-18T00:49:32.618Z] #18 52.46 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-18T00:49:32.618Z] #18 52.47 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-18T00:49:32.618Z] #18 52.49 Setting up python-pip-whl (18.1-5) ... [2020-11-18T00:49:32.618Z] #18 52.50 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-18T00:49:32.618Z] #18 52.51 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-18T00:49:32.618Z] #18 52.95 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-18T00:49:32.618Z] #18 52.95 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-18T00:49:32.618Z] #18 52.97 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-18T00:49:32.618Z] #18 52.98 Setting up vim (2:8.1.0875-5) ... [2020-11-18T00:49:32.618Z] #18 52.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-18T00:49:32.618Z] #18 52.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-18T00:49:32.618Z] #18 53.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-18T00:49:32.618Z] #18 53.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-18T00:49:32.618Z] #18 53.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-18T00:49:32.618Z] #18 53.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-18T00:49:32.618Z] #18 53.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-18T00:49:32.618Z] #18 53.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-18T00:49:32.618Z] #18 53.04 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-18T00:49:32.874Z] #18 53.05 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-18T00:49:32.874Z] #18 53.07 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-18T00:49:32.874Z] #18 53.08 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-18T00:49:32.874Z] #18 53.09 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-18T00:49:32.874Z] #18 53.10 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-18T00:49:33.912Z] #20 13.41 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-18T00:49:33.912Z] #20 13.41 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-18T00:49:33.912Z] #20 13.48 Successfully built pyyaml [2020-11-18T00:49:33.912Z] #20 13.50 Installing collected packages: pathspec, pyyaml, yamllint [2020-11-18T00:49:34.173Z] #20 13.90 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-18T00:49:34.746Z] #20 DONE 14.4s [2020-11-18T00:49:34.746Z] [2020-11-18T00:49:34.746Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-18T00:49:35.319Z] #23 DONE 0.4s [2020-11-18T00:49:35.319Z] [2020-11-18T00:49:35.319Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-18T00:49:35.670Z] #55 ... [2020-11-18T00:49:35.670Z] [2020-11-18T00:49:35.670Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:35.670Z] #23 291.6 + return [2020-11-18T00:49:35.670Z] #23 DONE 291.8s [2020-11-18T00:49:35.670Z] [2020-11-18T00:49:35.670Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:36.148Z] #18 56.00 Setting up iptables (1.8.2-4) ... [2020-11-18T00:49:36.149Z] #18 56.02 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-18T00:49:36.149Z] #18 56.02 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-18T00:49:36.149Z] #18 56.03 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-18T00:49:36.149Z] #18 56.04 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-18T00:49:36.149Z] #18 56.04 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-18T00:49:36.149Z] #18 56.04 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-18T00:49:36.149Z] #18 56.05 Setting up python3 (3.7.3-1) ... [2020-11-18T00:49:36.149Z] #18 56.42 Setting up python3-wheel (0.32.3-2) ... [2020-11-18T00:49:36.320Z] #55 ... [2020-11-18T00:49:36.321Z] [2020-11-18T00:49:36.321Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-18T00:49:36.321Z] #24 DONE 0.1s [2020-11-18T00:49:36.321Z] [2020-11-18T00:49:36.321Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-18T00:49:36.705Z] #28 ... [2020-11-18T00:49:36.705Z] [2020-11-18T00:49:36.705Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:36.705Z] #41 144.8 CC criu/namespaces.o [2020-11-18T00:49:36.705Z] #41 146.4 CC criu/net.o [2020-11-18T00:49:36.705Z] #41 149.5 CC criu/netfilter.o [2020-11-18T00:49:36.705Z] #41 150.0 CC criu/page-pipe.o [2020-11-18T00:49:36.705Z] #41 150.7 CC criu/page-xfer.o [2020-11-18T00:49:36.705Z] #41 152.3 CC criu/pagemap-cache.o [2020-11-18T00:49:36.705Z] #41 152.7 CC criu/pagemap.o [2020-11-18T00:49:36.705Z] #41 153.9 CC criu/parasite-syscall.o [2020-11-18T00:49:36.705Z] #41 154.7 CC criu/path.o [2020-11-18T00:49:36.714Z] #18 ... [2020-11-18T00:49:36.714Z] [2020-11-18T00:49:36.714Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:36.714Z] #41 123.5 CC criu/cr-service.o [2020-11-18T00:49:36.714Z] #41 125.1 CC criu/crtools.o [2020-11-18T00:49:36.714Z] #41 125.7 CC criu/eventfd.o [2020-11-18T00:49:36.714Z] #41 126.1 CC criu/eventpoll.o [2020-11-18T00:49:36.714Z] #41 126.9 CC criu/external.o [2020-11-18T00:49:36.714Z] #41 127.3 CC criu/fault-injection.o [2020-11-18T00:49:36.714Z] #41 127.4 CC criu/fdstore.o [2020-11-18T00:49:36.714Z] #41 127.7 CC criu/fifo.o [2020-11-18T00:49:36.714Z] #41 128.1 CC criu/file-ids.o [2020-11-18T00:49:36.714Z] #41 128.5 CC criu/file-lock.o [2020-11-18T00:49:36.714Z] #41 129.4 CC criu/files-ext.o [2020-11-18T00:49:36.714Z] #41 129.9 CC criu/files-reg.o [2020-11-18T00:49:36.714Z] #41 132.2 CC criu/files.o [2020-11-18T00:49:36.714Z] #41 ... [2020-11-18T00:49:36.714Z] [2020-11-18T00:49:36.714Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:49:36.714Z] #18 57.10 Setting up apparmor (2.13.2-10) ... [2020-11-18T00:49:36.971Z] #29 DONE 0.6s [2020-11-18T00:49:36.971Z] [2020-11-18T00:49:36.971Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-18T00:49:36.971Z] #32 DONE 0.1s [2020-11-18T00:49:36.971Z] [2020-11-18T00:49:36.972Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-18T00:49:37.038Z] #41 155.0 CC criu/pie-util-vdso-elf32.o [2020-11-18T00:49:37.038Z] #41 ... [2020-11-18T00:49:37.038Z] [2020-11-18T00:49:37.038Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:49:37.038Z] #51 89.49 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-18T00:49:37.269Z] #34 DONE 0.1s [2020-11-18T00:49:37.269Z] [2020-11-18T00:49:37.269Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-18T00:49:37.269Z] #37 DONE 0.1s [2020-11-18T00:49:37.269Z] [2020-11-18T00:49:37.269Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:37.269Z] #55 ... [2020-11-18T00:49:37.269Z] [2020-11-18T00:49:37.269Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-18T00:49:37.269Z] #40 DONE 0.1s [2020-11-18T00:49:37.589Z] [2020-11-18T00:49:37.589Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-18T00:49:37.589Z] #43 DONE 0.1s [2020-11-18T00:49:37.589Z] [2020-11-18T00:49:37.589Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-18T00:49:37.589Z] #45 DONE 0.1s [2020-11-18T00:49:37.589Z] [2020-11-18T00:49:37.589Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:37.589Z] #55 ... [2020-11-18T00:49:37.589Z] [2020-11-18T00:49:37.589Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-18T00:49:37.589Z] #47 DONE 0.1s [2020-11-18T00:49:37.891Z] [2020-11-18T00:49:37.891Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-18T00:49:37.891Z] #49 DONE 0.1s [2020-11-18T00:49:37.891Z] [2020-11-18T00:49:37.891Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:37.891Z] #55 ... [2020-11-18T00:49:37.891Z] [2020-11-18T00:49:37.891Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-18T00:49:37.891Z] #51 DONE 0.1s [2020-11-18T00:49:37.891Z] [2020-11-18T00:49:37.891Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-18T00:49:38.192Z] #53 DONE 0.1s [2020-11-18T00:49:38.193Z] [2020-11-18T00:49:38.193Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:38.609Z] #18 58.74 Setting up xfsprogs (4.20.0-1) ... [2020-11-18T00:49:38.609Z] #18 58.75 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-18T00:49:38.866Z] #18 59.14 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-18T00:49:39.618Z] #51 92.37 + mkdir -p /build [2020-11-18T00:49:39.618Z] #51 92.38 + cp runc /build/runc [2020-11-18T00:49:39.618Z] #51 DONE 92.9s [2020-11-18T00:49:39.618Z] [2020-11-18T00:49:39.618Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-18T00:49:39.618Z] #28 DONE 4.5s [2020-11-18T00:49:39.618Z] [2020-11-18T00:49:39.618Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:39.618Z] #41 155.4 CC criu/pie-util-vdso.o [2020-11-18T00:49:39.618Z] #41 155.9 CC criu/pie-util.o [2020-11-18T00:49:39.618Z] #41 156.0 CC criu/pipes.o [2020-11-18T00:49:39.618Z] #41 156.7 CC criu/plugin.o [2020-11-18T00:49:39.618Z] #41 157.0 CC criu/proc_parse.o [2020-11-18T00:49:39.796Z] #18 60.04 Setting up python3-distutils (3.7.3-1) ... [2020-11-18T00:49:40.208Z] #41 ... [2020-11-18T00:49:40.208Z] [2020-11-18T00:49:40.208Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-18T00:49:40.208Z] #31 DONE 0.6s [2020-11-18T00:49:40.208Z] [2020-11-18T00:49:40.208Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-18T00:49:40.208Z] #33 DONE 0.1s [2020-11-18T00:49:40.361Z] #18 60.53 Setting up python3-setuptools (40.8.0-1) ... [2020-11-18T00:49:40.469Z] [2020-11-18T00:49:40.469Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-18T00:49:40.469Z] #36 DONE 0.1s [2020-11-18T00:49:40.469Z] [2020-11-18T00:49:40.469Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:41.291Z] #18 61.69 Setting up python3-pip (18.1-5) ... [2020-11-18T00:49:41.412Z] #54 ... [2020-11-18T00:49:41.412Z] [2020-11-18T00:49:41.412Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:41.412Z] #41 159.3 CC criu/protobuf-desc.o [2020-11-18T00:49:41.984Z] #41 160.0 CC criu/protobuf.o [2020-11-18T00:49:42.245Z] #41 160.3 CC criu/pstree.o [2020-11-18T00:49:42.661Z] #18 62.81 Processing triggers for libc-bin (2.28-10) ... [2020-11-18T00:49:42.661Z] #18 62.86 Processing triggers for mime-support (3.62) ... [2020-11-18T00:49:42.919Z] #18 ... [2020-11-18T00:49:42.919Z] [2020-11-18T00:49:42.919Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:49:42.919Z] #38 240.5 + dpkg --print-architecture [2020-11-18T00:49:42.919Z] #38 240.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-18T00:49:42.919Z] #38 241.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-18T00:49:42.919Z] #38 241.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-18T00:49:43.176Z] #38 ... [2020-11-18T00:49:43.176Z] [2020-11-18T00:49:43.176Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-18T00:49:43.176Z] #18 DONE 63.5s [2020-11-18T00:49:43.189Z] #41 161.2 CC criu/rbtree.o [2020-11-18T00:49:43.440Z] [2020-11-18T00:49:43.440Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-18T00:49:43.450Z] #41 161.4 CC criu/rst-malloc.o [2020-11-18T00:49:43.450Z] #41 161.7 CC criu/seccomp.o [2020-11-18T00:49:44.022Z] #41 162.1 CC criu/seize.o [2020-11-18T00:49:44.373Z] #19 0.989 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-18T00:49:44.373Z] #19 0.993 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-18T00:49:44.373Z] #19 0.997 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-18T00:49:44.373Z] #19 DONE 1.1s [2020-11-18T00:49:44.373Z] [2020-11-18T00:49:44.373Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-18T00:49:44.596Z] #41 ... [2020-11-18T00:49:44.596Z] [2020-11-18T00:49:44.596Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:49:44.596Z] #38 DONE 267.1s [2020-11-18T00:49:44.596Z] [2020-11-18T00:49:44.596Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:44.858Z] #41 162.8 CC criu/servicefd.o [2020-11-18T00:49:45.119Z] #41 163.3 CC criu/shmem.o [2020-11-18T00:49:46.505Z] #41 164.2 CC criu/sigframe.o [2020-11-18T00:49:46.505Z] #41 164.3 CC criu/signalfd.o [2020-11-18T00:49:46.505Z] #41 164.5 CC criu/sk-inet.o [2020-11-18T00:49:46.766Z] #41 ... [2020-11-18T00:49:46.766Z] [2020-11-18T00:49:46.766Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-18T00:49:46.766Z] #39 DONE 0.7s [2020-11-18T00:49:47.028Z] [2020-11-18T00:49:47.028Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:47.028Z] #54 ... [2020-11-18T00:49:47.028Z] [2020-11-18T00:49:47.028Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:47.028Z] #41 165.1 CC criu/sk-netlink.o [2020-11-18T00:49:47.289Z] #41 ... [2020-11-18T00:49:47.289Z] [2020-11-18T00:49:47.289Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:47.289Z] #47 269.7 + /build/golangci-lint --version [2020-11-18T00:49:47.289Z] #47 270.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-18T00:49:47.289Z] #47 DONE 270.1s [2020-11-18T00:49:47.289Z] [2020-11-18T00:49:47.289Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:47.289Z] #41 165.4 CC criu/sk-packet.o [2020-11-18T00:49:47.648Z] #20 ... [2020-11-18T00:49:47.648Z] [2020-11-18T00:49:47.648Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:47.648Z] #41 134.5 CC criu/filesystems.o [2020-11-18T00:49:47.648Z] #41 135.2 CC criu/fsnotify.o [2020-11-18T00:49:47.648Z] #41 136.4 CC criu/image-desc.o [2020-11-18T00:49:47.648Z] #41 136.5 CC criu/image.o [2020-11-18T00:49:47.648Z] #41 137.4 CC criu/ipc_ns.o [2020-11-18T00:49:47.648Z] #41 138.7 CC criu/irmap.o [2020-11-18T00:49:47.648Z] #41 139.3 CC criu/kcmp-ids.o [2020-11-18T00:49:47.648Z] #41 139.8 CC criu/kerndat.o [2020-11-18T00:49:47.648Z] #41 141.1 CC criu/libnetlink.o [2020-11-18T00:49:47.648Z] #41 141.8 CC criu/log.o [2020-11-18T00:49:47.648Z] #41 142.4 CC criu/lsm.o [2020-11-18T00:49:47.648Z] #41 142.9 CC criu/mem.o [2020-11-18T00:49:47.648Z] #41 144.7 CC criu/memfd.o [2020-11-18T00:49:47.862Z] #41 165.9 CC criu/sk-queue.o [2020-11-18T00:49:48.126Z] #41 166.2 CC criu/sk-tcp.o [2020-11-18T00:49:48.388Z] #41 166.4 CC criu/sk-unix.o [2020-11-18T00:49:48.580Z] #41 145.3 CC criu/mount.o [2020-11-18T00:49:49.511Z] #41 ... [2020-11-18T00:49:49.511Z] [2020-11-18T00:49:49.511Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-18T00:49:49.511Z] #20 5.063 Collecting yamllint==1.16.0 [2020-11-18T00:49:49.776Z] #41 167.5 CC criu/sockets.o [2020-11-18T00:49:50.037Z] #41 168.1 CC criu/stats.o [2020-11-18T00:49:50.298Z] #41 168.2 CC criu/string.o [2020-11-18T00:49:50.298Z] #41 168.3 CC criu/sysctl.o [2020-11-18T00:49:50.563Z] #41 168.6 CC criu/sysfs_parse.o [2020-11-18T00:49:50.827Z] #41 168.8 CC criu/timens.o [2020-11-18T00:49:50.827Z] #41 169.0 CC criu/timerfd.o [2020-11-18T00:49:51.088Z] #41 169.2 CC criu/tty.o [2020-11-18T00:49:52.032Z] #41 170.1 CC criu/tun.o [2020-11-18T00:49:52.293Z] #41 170.3 CC criu/uffd.o [2020-11-18T00:49:52.866Z] #41 170.9 CC criu/util.o [2020-11-18T00:49:53.809Z] #41 171.6 CC criu/uts_ns.o [2020-11-18T00:49:53.809Z] #41 171.7 CC criu/vdso-compat.o [2020-11-18T00:49:53.809Z] #41 171.8 CC criu/vdso.o [2020-11-18T00:49:54.070Z] #41 172.1 LINK criu/built-in.o [2020-11-18T00:49:54.070Z] #41 172.2 LINK criu/criu [2020-11-18T00:49:54.643Z] #41 172.4 DEP lib/c/criu.d [2020-11-18T00:49:54.643Z] #41 172.5 CC images/rpc.pb-c.o [2020-11-18T00:49:54.643Z] #41 172.8 CC lib/c/criu.o [2020-11-18T00:49:54.766Z] #20 10.60 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-18T00:49:55.024Z] #20 10.68 Collecting pyyaml (from yamllint==1.16.0) [2020-11-18T00:49:55.217Z] #41 173.4 LINK lib/c/built-in.o [2020-11-18T00:49:55.217Z] #41 173.4 LINK lib/c/libcriu.so [2020-11-18T00:49:55.217Z] #41 173.4 LINK lib/c/libcriu.a [2020-11-18T00:49:55.281Z] #20 10.84 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-18T00:49:55.478Z] #41 173.5 GEN magic.py [2020-11-18T00:49:55.739Z] #41 173.6 Note: Building without setproctitle() and strlcpy() support. [2020-11-18T00:49:55.739Z] #41 173.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-18T00:49:55.739Z] #41 173.6 Note: Building without GnuTLS support [2020-11-18T00:49:55.739Z] #41 173.6 Makefile.config:39: Warn: you have no libnftables installed [2020-11-18T00:49:55.739Z] #41 173.6 Makefile.config:40: Warn: Building without nftables support [2020-11-18T00:49:56.001Z] #41 174.1 fatal: not a git repository (or any of the parent directories): .git [2020-11-18T00:49:56.573Z] #41 174.5 make[1]: Nothing to be done for 'all'. [2020-11-18T00:49:56.650Z] #20 12.38 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-18T00:49:56.650Z] #20 12.43 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-18T00:49:56.650Z] #20 12.48 Building wheels for collected packages: pyyaml [2020-11-18T00:49:56.834Z] #41 175.0 make[1]: 'images/built-in.o' is up to date. [2020-11-18T00:49:56.834Z] #41 175.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-18T00:49:56.834Z] #41 175.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-18T00:49:56.907Z] #20 12.48 Running setup.py bdist_wheel for pyyaml: started [2020-11-18T00:49:57.095Z] #41 175.0 make[1]: 'compel/libcompel.a' is up to date. [2020-11-18T00:49:57.096Z] #41 175.1 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-18T00:49:57.096Z] #41 175.1 make[1]: Nothing to be done for 'all'. [2020-11-18T00:49:57.096Z] #41 175.1 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-18T00:49:57.096Z] #41 175.2 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:57.096Z] #41 175.2 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:57.096Z] #41 175.2 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:57.096Z] #41 175.3 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:57.357Z] #41 175.3 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:57.357Z] #41 175.3 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:57.357Z] #41 175.3 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:57.357Z] #41 175.4 make[2]: Nothing to be done for 'all'. [2020-11-18T00:49:57.357Z] #41 175.4 INSTALL criu/criu [2020-11-18T00:49:57.382Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-18T00:49:57.382Z] [2020-11-18T00:49:57.382Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-18T00:49:57.382Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-18T00:49:57.382Z] HOSTNAME=a50444e81a95 [2020-11-18T00:49:57.382Z] TESTDEBUG=0 [2020-11-18T00:49:57.382Z] DEST=bundles/test-integration [2020-11-18T00:49:57.382Z] PWD=/go/src/github.com/docker/docker [2020-11-18T00:49:57.382Z] DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 [2020-11-18T00:49:57.382Z] container=docker [2020-11-18T00:49:57.382Z] HOME=/root [2020-11-18T00:49:57.382Z] GOLANG_VERSION=1.13.15 [2020-11-18T00:49:57.382Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-18T00:49:57.382Z] VALIDATE_BRANCH=master [2020-11-18T00:49:57.382Z] TERM=xterm [2020-11-18T00:49:57.382Z] DOCKER_PKG=github.com/docker/docker [2020-11-18T00:49:57.382Z] SHLVL=1 [2020-11-18T00:49:57.382Z] TIMEOUT=120m [2020-11-18T00:49:57.382Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-18T00:49:57.382Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-18T00:49:57.382Z] GO111MODULE=off [2020-11-18T00:49:57.382Z] DOCKER_EXPERIMENTAL=1 [2020-11-18T00:49:57.382Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-18T00:49:57.382Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-18T00:49:57.382Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-18T00:49:57.382Z] GOPATH=/go [2020-11-18T00:49:57.382Z] PKG_CONFIG=pkg-config [2020-11-18T00:49:57.382Z] _=/usr/bin/env [2020-11-18T00:49:57.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-18T00:49:57.618Z] #41 DONE 175.7s [2020-11-18T00:49:57.618Z] [2020-11-18T00:49:57.618Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:49:57.838Z] #20 13.56 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-18T00:49:57.838Z] #20 13.56 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-18T00:49:58.095Z] #20 13.64 Successfully built pyyaml [2020-11-18T00:49:58.095Z] #20 13.66 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-18T00:49:58.352Z] #20 14.06 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-18T00:49:58.925Z] #20 DONE 14.4s [2020-11-18T00:49:58.925Z] [2020-11-18T00:49:58.925Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-18T00:49:58.925Z] #23 DONE 0.1s [2020-11-18T00:49:58.925Z] [2020-11-18T00:49:58.925Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-18T00:49:59.533Z] #54 ... [2020-11-18T00:49:59.533Z] [2020-11-18T00:49:59.533Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-18T00:49:59.533Z] #42 DONE 0.1s [2020-11-18T00:49:59.533Z] [2020-11-18T00:49:59.533Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-18T00:49:59.793Z] #44 DONE 0.4s [2020-11-18T00:49:59.793Z] [2020-11-18T00:49:59.793Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-18T00:49:59.793Z] #46 DONE 0.1s [2020-11-18T00:49:59.793Z] [2020-11-18T00:49:59.793Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-18T00:49:59.857Z] #28 DONE 1.0s [2020-11-18T00:49:59.857Z] [2020-11-18T00:49:59.857Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-18T00:49:59.857Z] #31 DONE 0.1s [2020-11-18T00:49:59.857Z] [2020-11-18T00:49:59.857Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:49:59.857Z] #41 148.9 CC criu/namespaces.o [2020-11-18T00:49:59.857Z] #41 150.6 CC criu/net.o [2020-11-18T00:49:59.857Z] #41 153.8 CC criu/netfilter.o [2020-11-18T00:49:59.857Z] #41 154.1 CC criu/page-pipe.o [2020-11-18T00:49:59.857Z] #41 154.9 CC criu/page-xfer.o [2020-11-18T00:49:59.857Z] #41 156.8 CC criu/pagemap-cache.o [2020-11-18T00:50:00.059Z] #48 DONE 0.2s [2020-11-18T00:50:00.059Z] [2020-11-18T00:50:00.059Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-18T00:50:00.059Z] #50 DONE 0.0s [2020-11-18T00:50:00.059Z] [2020-11-18T00:50:00.059Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:50:00.059Z] #54 218.0 + bin/containerd [2020-11-18T00:50:00.059Z] #54 ... [2020-11-18T00:50:00.059Z] [2020-11-18T00:50:00.059Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-18T00:50:00.059Z] #52 DONE 0.1s [2020-11-18T00:50:00.114Z] #41 ... [2020-11-18T00:50:00.114Z] [2020-11-18T00:50:00.114Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-18T00:50:00.114Z] #33 DONE 0.1s [2020-11-18T00:50:00.114Z] [2020-11-18T00:50:00.114Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-18T00:50:00.114Z] #36 DONE 0.0s [2020-11-18T00:50:00.320Z] [2020-11-18T00:50:00.320Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:50:00.371Z] [2020-11-18T00:50:00.371Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:50:00.371Z] #41 157.2 CC criu/pagemap.o [2020-11-18T00:50:01.303Z] #41 158.0 CC criu/parasite-syscall.o [2020-11-18T00:50:02.234Z] #41 158.9 CC criu/path.o [2020-11-18T00:50:02.491Z] #41 159.2 CC criu/pie-util-vdso-elf32.o [2020-11-18T00:50:02.748Z] #41 159.7 CC criu/pie-util-vdso.o [2020-11-18T00:50:03.312Z] #41 160.2 CC criu/pie-util.o [2020-11-18T00:50:03.312Z] #41 160.3 CC criu/pipes.o [2020-11-18T00:50:04.243Z] #41 161.1 CC criu/plugin.o [2020-11-18T00:50:04.501Z] #41 161.5 CC criu/proc_parse.o [2020-11-18T00:50:05.392Z] #55 283.3 + bin/containerd-stress [2020-11-18T00:50:05.392Z] #55 285.7 + bin/containerd-shim [2020-11-18T00:50:05.871Z] #41 ... [2020-11-18T00:50:05.871Z] [2020-11-18T00:50:05.871Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-18T00:50:05.871Z] #51 90.68 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-18T00:50:05.871Z] #51 92.76 + mkdir -p /build [2020-11-18T00:50:05.871Z] #51 92.76 + cp runc /build/runc [2020-11-18T00:50:05.871Z] #51 DONE 92.9s [2020-11-18T00:50:06.128Z] [2020-11-18T00:50:06.128Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:50:08.024Z] #41 164.6 CC criu/protobuf-desc.o [2020-11-18T00:50:08.589Z] #41 165.4 CC criu/protobuf.o [2020-11-18T00:50:08.846Z] #41 ... [2020-11-18T00:50:08.846Z] [2020-11-18T00:50:08.846Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-18T00:50:08.846Z] #38 DONE 268.9s [2020-11-18T00:50:08.846Z] [2020-11-18T00:50:08.846Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:50:08.846Z] #41 165.8 CC criu/pstree.o [2020-11-18T00:50:10.216Z] #41 ... [2020-11-18T00:50:10.216Z] [2020-11-18T00:50:10.216Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-18T00:50:10.216Z] #39 DONE 0.1s [2020-11-18T00:50:10.216Z] [2020-11-18T00:50:10.216Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:50:10.216Z] #41 166.9 CC criu/rbtree.o [2020-11-18T00:50:10.216Z] #41 167.1 CC criu/rst-malloc.o [2020-11-18T00:50:10.474Z] #41 167.3 CC criu/seccomp.o [2020-11-18T00:50:10.731Z] #41 167.7 CC criu/seize.o [2020-11-18T00:50:11.294Z] #41 168.2 CC criu/servicefd.o [2020-11-18T00:50:11.858Z] #41 168.5 CC criu/shmem.o [2020-11-18T00:50:12.355Z] #55 292.6 + bin/containerd-shim-runc-v1 [2020-11-18T00:50:12.461Z] #41 169.1 CC criu/sigframe.o [2020-11-18T00:50:12.461Z] #41 169.3 CC criu/signalfd.o [2020-11-18T00:50:12.718Z] #41 169.6 CC criu/sk-inet.o [2020-11-18T00:50:13.290Z] #41 ... [2020-11-18T00:50:13.290Z] [2020-11-18T00:50:13.290Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:50:13.290Z] #47 273.1 + /build/golangci-lint --version [2020-11-18T00:50:13.290Z] #47 273.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-18T00:50:13.290Z] #47 DONE 273.6s [2020-11-18T00:50:13.551Z] [2020-11-18T00:50:13.551Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-18T00:50:13.551Z] #41 170.3 CC criu/sk-netlink.o [2020-11-18T00:50:13.551Z] #41 170.5 CC criu/sk-packet.o [2020-11-18T00:50:14.119Z] #41 170.8 CC criu/sk-queue.o [2020-11-18T00:50:14.119Z] #41 171.1 CC criu/sk-tcp.o [2020-11-18T00:50:14.325Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-18T00:50:14.325Z] [2020-11-18T00:50:14.325Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-11-18T00:50:14.325Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-11-18T00:50:14.325Z] Using test binary docker [2020-11-18T00:50:14.325Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-18T00:50:14.325Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-18T00:50:14.325Z] INFO: Waiting for daemon to start... [2020-11-18T00:50:14.325Z] Starting dockerd [2020-11-18T00:50:14.325Z] . [2020-11-18T00:50:14.325Z] INFO: Building docker-sdk-python3:4.3.0... [2020-11-18T00:50:14.375Z] #41 171.3 CC criu/sk-unix.o [2020-11-18T00:50:15.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-18T00:50:15.743Z] #41 172.6 CC criu/sockets.o [2020-11-18T00:50:15.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-18T00:50:16.306Z] #41 173.1 CC criu/stats.o [2020-11-18T00:50:16.306Z] #41 173.3 CC criu/string.o [2020-11-18T00:50:16.306Z] #41 173.3 CC criu/sysctl.o [2020-11-18T00:50:16.867Z] #41 173.6 CC criu/sysfs_parse.o [2020-11-18T00:50:16.867Z] #41 173.8 CC criu/timens.o [2020-11-18T00:50:16.868Z] #55 297.4 + bin/containerd-shim-runc-v2 [2020-11-18T00:50:17.124Z] #41 174.0 CC criu/timerfd.o [2020-11-18T00:50:17.381Z] #41 174.2 CC criu/tty.o [2020-11-18T00:50:17.909Z] #55 298.5 + binaries [2020-11-18T00:50:17.909Z] #55 298.5 + install -D bin/containerd /build/containerd [2020-11-18T00:50:17.909Z] #55 298.5 + install -D bin/containerd-shim /build/containerd-shim [2020-11-18T00:50:17.909Z] #55 298.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-18T00:50:17.909Z] #55 298.6 + install -D bin/ctr /build/ctr [2020-11-18T00:50:17.909Z] #55 DONE 298.6s [2020-11-18T00:50:18.324Z] #41 175.2 CC criu/tun.o [2020-11-18T00:50:18.580Z] #41 175.5 CC criu/uffd.o [2020-11-18T00:50:18.956Z] [2020-11-18T00:50:18.956Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-18T00:50:18.956Z] #56 DONE 0.1s [2020-11-18T00:50:18.956Z] [2020-11-18T00:50:18.956Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-18T00:50:18.956Z] #60 DONE 0.1s [2020-11-18T00:50:18.956Z] [2020-11-18T00:50:18.956Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-18T00:50:18.956Z] #62 DONE 0.1s [2020-11-18T00:50:18.956Z] [2020-11-18T00:50:18.956Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-18T00:50:18.956Z] #64 DONE 0.0s [2020-11-18T00:50:18.956Z] [2020-11-18T00:50:18.956Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-18T00:50:18.956Z] #65 DONE 0.0s [2020-11-18T00:50:18.956Z] [2020-11-18T00:50:18.956Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-18T00:50:19.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-18T00:50:19.144Z] #41 176.0 CC criu/util.o [2020-11-18T00:50:19.707Z] #41 176.7 CC criu/uts_ns.o [2020-11-18T00:50:19.963Z] #41 176.8 CC criu/vdso-compat.o [2020-11-18T00:50:20.219Z] #41 176.9 CC criu/vdso.o [2020-11-18T00:50:20.476Z] #41 177.2 LINK criu/built-in.o [2020-11-18T00:50:20.476Z] #41 177.3 LINK criu/criu [2020-11-18T00:50:20.733Z] #41 177.5 DEP lib/c/criu.d [2020-11-18T00:50:20.733Z] #41 177.6 CC images/rpc.pb-c.o [2020-11-18T00:50:20.990Z] #41 177.8 CC lib/c/criu.o [2020-11-18T00:50:21.554Z] #41 178.4 LINK lib/c/built-in.o [2020-11-18T00:50:21.554Z] #41 178.4 LINK lib/c/libcriu.so [2020-11-18T00:50:21.554Z] #41 178.4 LINK lib/c/libcriu.a [2020-11-18T00:50:21.755Z] #66 DONE 2.2s [2020-11-18T00:50:21.755Z] [2020-11-18T00:50:21.755Z] #67 exporting to oci image format [2020-11-18T00:50:21.755Z] #67 exporting layers [2020-11-18T00:50:21.811Z] #41 178.5 GEN magic.py [2020-11-18T00:50:21.811Z] #41 178.6 Note: Building without setproctitle() and strlcpy() support. [2020-11-18T00:50:21.811Z] #41 178.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-18T00:50:21.811Z] #41 178.6 Note: Building without GnuTLS support [2020-11-18T00:50:21.811Z] #41 178.6 Makefile.config:39: Warn: you have no libnftables installed [2020-11-18T00:50:21.811Z] #41 178.6 Makefile.config:40: Warn: Building without nftables support [2020-11-18T00:50:22.374Z] #41 179.1 fatal: not a git repository (or any of the parent directories): .git [2020-11-18T00:50:22.631Z] #41 179.6 make[1]: Nothing to be done for 'all'. [2020-11-18T00:50:23.192Z] #41 180.0 make[1]: 'images/built-in.o' is up to date. [2020-11-18T00:50:23.192Z] #41 180.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-18T00:50:23.192Z] #41 180.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-18T00:50:23.192Z] #41 180.0 make[1]: 'compel/libcompel.a' is up to date. [2020-11-18T00:50:23.192Z] #41 180.1 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-18T00:50:23.192Z] #41 180.1 make[1]: Nothing to be done for 'all'. [2020-11-18T00:50:23.192Z] #41 180.1 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-18T00:50:23.192Z] #41 180.2 make[2]: Nothing to be done for 'all'. [2020-11-18T00:50:23.449Z] #41 180.2 make[2]: Nothing to be done for 'all'. [2020-11-18T00:50:23.449Z] #41 180.2 make[2]: Nothing to be done for 'all'. [2020-11-18T00:50:23.449Z] #41 180.3 make[2]: Nothing to be done for 'all'. [2020-11-18T00:50:23.449Z] #41 180.3 make[2]: Nothing to be done for 'all'. [2020-11-18T00:50:23.449Z] #41 180.3 make[2]: Nothing to be done for 'all'. [2020-11-18T00:50:23.449Z] #41 180.3 make[2]: Nothing to be done for 'all'. [2020-11-18T00:50:23.449Z] #41 180.4 make[2]: Nothing to be done for 'all'. [2020-11-18T00:50:23.449Z] #41 180.4 INSTALL criu/criu [2020-11-18T00:50:23.705Z] #41 DONE 180.6s [2020-11-18T00:50:23.705Z] [2020-11-18T00:50:23.705Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:50:24.644Z] #54 ... [2020-11-18T00:50:24.644Z] [2020-11-18T00:50:24.644Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-18T00:50:24.644Z] #42 DONE 0.1s [2020-11-18T00:50:24.901Z] [2020-11-18T00:50:24.901Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-18T00:50:24.901Z] #44 DONE 0.1s [2020-11-18T00:50:24.901Z] [2020-11-18T00:50:24.901Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-18T00:50:24.901Z] #46 DONE 0.1s [2020-11-18T00:50:24.901Z] [2020-11-18T00:50:24.901Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:50:24.901Z] #54 ... [2020-11-18T00:50:24.901Z] [2020-11-18T00:50:24.901Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-18T00:50:24.901Z] #48 DONE 0.1s [2020-11-18T00:50:25.157Z] [2020-11-18T00:50:25.157Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-18T00:50:25.157Z] #50 DONE 0.1s [2020-11-18T00:50:25.157Z] [2020-11-18T00:50:25.157Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-18T00:50:25.157Z] #52 DONE 0.1s [2020-11-18T00:50:25.157Z] [2020-11-18T00:50:25.157Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-18T00:50:26.087Z] #54 220.8 + bin/containerd [2020-11-18T00:50:31.604Z] 4612f6d0b889: Pull complete [2020-11-18T00:50:32.435Z] #54 246.1 + bin/containerd-stress [2020-11-18T00:50:32.435Z] #54 248.1 + bin/containerd-shim [2020-11-18T00:50:37.723Z] #54 254.8 + bin/containerd-shim-runc-v1 [2020-11-18T00:50:41.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-18T00:50:41.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-18T00:50:41.929Z] #54 259.3 + bin/containerd-shim-runc-v2 [2020-11-18T00:50:42.191Z] #54 260.4 + binaries [2020-11-18T00:50:42.451Z] #54 260.4 + install -D bin/containerd /build/containerd [2020-11-18T00:50:42.451Z] #54 260.4 + install -D bin/containerd-shim /build/containerd-shim [2020-11-18T00:50:42.451Z] #54 260.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-18T00:50:42.451Z] #54 260.4 + install -D bin/ctr /build/ctr [2020-11-18T00:50:43.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-18T00:50:43.833Z] #54 DONE 261.7s [2020-11-18T00:50:44.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-18T00:50:44.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-18T00:50:44.787Z] [2020-11-18T00:50:44.787Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-18T00:50:45.727Z] #55 DONE 1.0s [2020-11-18T00:50:45.727Z] [2020-11-18T00:50:45.727Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-18T00:50:45.727Z] #59 DONE 0.2s [2020-11-18T00:50:45.727Z] [2020-11-18T00:50:45.727Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-18T00:50:46.301Z] #61 DONE 0.6s [2020-11-18T00:50:46.301Z] [2020-11-18T00:50:46.301Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-18T00:50:46.301Z] #63 DONE 0.0s [2020-11-18T00:50:46.301Z] [2020-11-18T00:50:46.301Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-18T00:50:46.301Z] #64 DONE 0.0s [2020-11-18T00:50:46.562Z] [2020-11-18T00:50:46.562Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-18T00:50:46.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-18T00:50:47.945Z] #65 DONE 1.4s [2020-11-18T00:50:47.945Z] [2020-11-18T00:50:47.945Z] #66 exporting to image [2020-11-18T00:50:47.945Z] #66 exporting layers [2020-11-18T00:50:49.181Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-18T00:50:51.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-18T00:50:52.980Z] sha256:955004d788ecea1816096dc3391421ccb0a2bc99ca75947d825422d3b17f218f [2020-11-18T00:50:52.980Z] INFO: Starting docker-py tests... [2020-11-18T00:50:52.980Z] ============================= test session starts ============================== [2020-11-18T00:50:52.980Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-11-18T00:50:52.980Z] rootdir: /src, inifile: pytest.ini [2020-11-18T00:50:52.980Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-11-18T00:50:52.980Z] collected 389 items / 1 deselected / 388 selected [2020-11-18T00:50:52.980Z] [2020-11-18T00:50:53.118Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-18T00:50:54.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-18T00:50:54.531Z] #66 exporting layers 6.5s done [2020-11-18T00:50:54.531Z] #66 writing image sha256:6fa746c50a4f19ba08734700679ad2d923285b83c5bbc83588294bd2343fef14 done [2020-11-18T00:50:54.531Z] #66 naming to docker.io/library/docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 done [2020-11-18T00:50:54.531Z] #66 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-11-18T00:50:54.874Z] + trap exit INT TERM [2020-11-18T00:50:54.875Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-11-18T00:50:54.875Z] + CONTAINER_NAME=docker-pr6 [2020-11-18T00:50:54.875Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41620/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/make.sh dynbinary-daemon [2020-11-18T00:50:55.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-18T00:50:55.814Z] [2020-11-18T00:50:55.814Z] Removing bundles/ [2020-11-18T00:50:55.814Z] [2020-11-18T00:50:55.814Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-18T00:50:55.814Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-18T00:50:55.814Z] GOOS="" GOARCH="" GOARM="" [2020-11-18T00:50:56.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-18T00:50:58.130Z] #54 248.8 + bin/containerd-stress [2020-11-18T00:50:58.130Z] #54 250.7 + bin/containerd-shim [2020-11-18T00:50:58.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-18T00:51:00.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-18T00:51:01.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-18T00:51:02.479Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-18T00:51:02.479Z] Using test binary docker [2020-11-18T00:51:02.479Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-18T00:51:02.479Z] +++ /etc/init.d/apparmor start [2020-11-18T00:51:02.479Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-18T00:51:02.479Z] INFO: Waiting for daemon to start... [2020-11-18T00:51:02.479Z] Starting dockerd [2020-11-18T00:51:02.479Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-11-18T00:51:03.377Z] #54 257.4 + bin/containerd-shim-runc-v1 [2020-11-18T00:51:04.656Z] . [2020-11-18T00:51:04.656Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-18T00:51:04.656Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-18T00:51:04.656Z] Error: No such image: emptyfs [2020-11-18T00:51:04.714Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-11-18T00:51:04.918Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-18T00:51:04.918Z] ++++ docker load [2020-11-18T00:51:05.180Z] Running integration-test (iteration 1) [2020-11-18T00:51:05.180Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-11-18T00:51:05.180Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:51:05.180Z] ++ set -e [2020-11-18T00:51:05.180Z] ++ '[' -n 0 ']' [2020-11-18T00:51:05.180Z] ++ set -x [2020-11-18T00:51:05.180Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:51:05.278Z] tests/integration/api_client_test.py ..... [ 7%] [2020-11-18T00:51:07.132Z] tests/integration/api_config_test.py ..... [ 8%] [2020-11-18T00:51:07.550Z] #54 261.9 + bin/containerd-shim-runc-v2 [2020-11-18T00:51:08.115Z] #54 262.9 + binaries [2020-11-18T00:51:08.115Z] #54 262.9 + install -D bin/containerd /build/containerd [2020-11-18T00:51:08.115Z] #54 262.9 + install -D bin/containerd-shim /build/containerd-shim [2020-11-18T00:51:08.115Z] #54 262.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-18T00:51:08.115Z] #54 262.9 + install -D bin/ctr /build/ctr [2020-11-18T00:51:08.371Z] #54 DONE 263.2s [2020-11-18T00:51:09.300Z] [2020-11-18T00:51:09.300Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-18T00:51:09.556Z] #55 DONE 0.2s [2020-11-18T00:51:09.556Z] [2020-11-18T00:51:09.556Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-18T00:51:09.556Z] #59 DONE 0.1s [2020-11-18T00:51:09.556Z] [2020-11-18T00:51:09.556Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-18T00:51:09.556Z] #61 DONE 0.1s [2020-11-18T00:51:09.556Z] [2020-11-18T00:51:09.556Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-18T00:51:09.556Z] #63 DONE 0.0s [2020-11-18T00:51:09.556Z] [2020-11-18T00:51:09.556Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-18T00:51:09.556Z] #64 DONE 0.0s [2020-11-18T00:51:09.812Z] [2020-11-18T00:51:09.812Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-18T00:51:11.178Z] #65 DONE 1.3s [2020-11-18T00:51:11.178Z] [2020-11-18T00:51:11.178Z] #66 exporting to image [2020-11-18T00:51:11.178Z] #66 exporting layers [2020-11-18T00:51:17.422Z] Loaded image: buildpack-deps:buster [2020-11-18T00:51:17.422Z] Loaded image: busybox:latest [2020-11-18T00:51:17.422Z] Loaded image: busybox:glibc [2020-11-18T00:51:17.422Z] Loaded image: debian:buster [2020-11-18T00:51:17.422Z] Loaded image: hello-world:latest [2020-11-18T00:51:17.422Z] Loaded image: arm32v7/hello-world:latest [2020-11-18T00:51:17.422Z] INFO: Testing against a local daemon [2020-11-18T00:51:17.422Z] === RUN TestCgroupNamespacesBuild [2020-11-18T00:51:17.721Z] #66 exporting layers 6.3s done [2020-11-18T00:51:17.721Z] #66 writing image sha256:5cd620f4a029c22fdabc05315d1c2b9742c1f1b13dd7d480c0164f7db3840b0c done [2020-11-18T00:51:17.721Z] #66 naming to docker.io/library/docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 done [2020-11-18T00:51:17.721Z] #66 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-18T00:51:18.073Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -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:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/make.sh dynbinary test-integration [2020-11-18T00:51:19.002Z] [2020-11-18T00:51:19.002Z] Removing bundles/ [2020-11-18T00:51:19.002Z] [2020-11-18T00:51:19.002Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-18T00:51:19.002Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-18T00:51:19.002Z] GOOS="" GOARCH="" GOARM="" [2020-11-18T00:51:19.971Z] --- PASS: TestCgroupNamespacesBuild (3.09s) [2020-11-18T00:51:19.971Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-18T00:51:21.362Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.84s) [2020-11-18T00:51:21.362Z] === RUN TestBuildWithSession [2020-11-18T00:51:21.362Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-18T00:51:21.362Z] build_session_test.go:25: TODO: BuildKit [2020-11-18T00:51:21.362Z] === RUN TestBuildSquashParent [2020-11-18T00:51:29.505Z] --- PASS: TestBuildSquashParent (6.76s) [2020-11-18T00:51:29.505Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-18T00:51:29.505Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T00:51:29.505Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T00:51:29.505Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T00:51:29.505Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T00:51:29.505Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T00:51:29.505Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T00:51:29.505Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T00:51:29.505Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T00:51:29.505Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T00:51:29.505Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T00:51:29.505Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T00:51:29.505Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T00:51:29.505Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T00:51:29.505Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T00:51:29.505Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T00:51:29.505Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T00:51:30.894Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T00:51:31.155Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T00:51:33.705Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2020-11-18T00:51:33.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.76s) [2020-11-18T00:51:33.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.89s) [2020-11-18T00:51:33.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.93s) [2020-11-18T00:51:33.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.06s) [2020-11-18T00:51:33.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.20s) [2020-11-18T00:51:33.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.17s) [2020-11-18T00:51:33.705Z] === RUN TestBuildMultiStageCopy [2020-11-18T00:51:33.705Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-18T00:51:35.620Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-18T00:51:36.193Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-18T00:51:36.206Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-11-18T00:51:36.454Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-18T00:51:37.028Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-18T00:51:37.600Z] --- PASS: TestBuildMultiStageCopy (4.45s) [2020-11-18T00:51:37.600Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.30s) [2020-11-18T00:51:37.600Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2020-11-18T00:51:37.600Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2020-11-18T00:51:37.600Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2020-11-18T00:51:37.600Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2020-11-18T00:51:37.600Z] === RUN TestBuildMultiStageParentConfig [2020-11-18T00:51:38.988Z] --- PASS: TestBuildMultiStageParentConfig (1.38s) [2020-11-18T00:51:38.988Z] === RUN TestBuildLabelWithTargets [2020-11-18T00:51:41.535Z] --- PASS: TestBuildLabelWithTargets (2.25s) [2020-11-18T00:51:41.535Z] === RUN TestBuildWithEmptyLayers [2020-11-18T00:51:42.478Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2020-11-18T00:51:42.478Z] === RUN TestBuildMultiStageOnBuild [2020-11-18T00:51:44.111Z] #67 exporting layers 80.4s done [2020-11-18T00:51:44.111Z] #67 exporting manifest sha256:426b2f7feb3d800d1c4036a6316dd232bc596547bde0778538a1328a9f0aec15 done [2020-11-18T00:51:44.111Z] #67 exporting config sha256:64c573621d1f83974e56dc41e5d3d32d7bb6b80657e6c4d575220dc1d447af67 done [2020-11-18T00:51:44.111Z] #67 sending tarball [2020-11-18T00:51:45.024Z] --- PASS: TestBuildMultiStageOnBuild (2.70s) [2020-11-18T00:51:45.024Z] === RUN TestBuildUncleanTarFilenames [2020-11-18T00:51:46.412Z] --- PASS: TestBuildUncleanTarFilenames (1.42s) [2020-11-18T00:51:46.412Z] === RUN TestBuildMultiStageLayerLeak [2020-11-18T00:51:49.715Z] --- PASS: TestBuildMultiStageLayerLeak (2.89s) [2020-11-18T00:51:49.715Z] === RUN TestBuildWithHugeFile [2020-11-18T00:51:59.597Z] #67 sending tarball 15.4s done [2020-11-18T00:51:59.597Z] #67 DONE 95.8s [2020-11-18T00:51:59.597Z] [2020-11-18T00:51:59.597Z] #68 importing to docker [2020-11-18T00:52:14.993Z] #68 DONE 16.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-18T00:52:15.454Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41620/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/test/unit [2020-11-18T00:52:19.012Z] ? github.com/docker/docker/api [no test files] [2020-11-18T00:52:28.201Z] 680bbdbacf1b: Pull complete [2020-11-18T00:52:28.201Z] Digest: sha256:0da0b0e6cf9cf435c6470f23a97a0b9b80495f3712529abc748d80c5fb59209c [2020-11-18T00:52:28.201Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T00:52:28.201Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T00:52:28.201Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-11-18T00:52:28.201Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-11-18T00:52:28.201Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1577' [2020-11-18T00:52:28.201Z] INFO: Docker version of control daemon [2020-11-18T00:52:28.201Z] [2020-11-18T00:52:28.201Z] Client: Docker Engine - Enterprise [2020-11-18T00:52:28.201Z] Version: 19.03.12 [2020-11-18T00:52:28.201Z] API version: 1.40 [2020-11-18T00:52:28.201Z] Go version: go1.13.13 [2020-11-18T00:52:28.201Z] Git commit: 4306744 [2020-11-18T00:52:28.201Z] Built: 08/05/2020 19:27:53 [2020-11-18T00:52:28.201Z] OS/Arch: windows/amd64 [2020-11-18T00:52:28.201Z] Experimental: false [2020-11-18T00:52:28.201Z] [2020-11-18T00:52:28.201Z] Server: Docker Engine - Enterprise [2020-11-18T00:52:28.201Z] Engine: [2020-11-18T00:52:28.201Z] Version: 19.03.12 [2020-11-18T00:52:28.201Z] API version: 1.40 (minimum version 1.24) [2020-11-18T00:52:28.201Z] Go version: go1.13.13 [2020-11-18T00:52:28.201Z] Git commit: f295753ffd [2020-11-18T00:52:28.201Z] Built: 08/05/2020 19:26:41 [2020-11-18T00:52:28.201Z] OS/Arch: windows/amd64 [2020-11-18T00:52:28.201Z] Experimental: true [2020-11-18T00:52:28.201Z] [2020-11-18T00:52:28.201Z] INFO: Docker info of control daemon [2020-11-18T00:52:28.201Z] [2020-11-18T00:52:28.201Z] Client: [2020-11-18T00:52:28.201Z] Debug Mode: false [2020-11-18T00:52:28.201Z] Plugins: [2020-11-18T00:52:28.201Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-18T00:52:28.201Z] [2020-11-18T00:52:28.201Z] Server: [2020-11-18T00:52:28.201Z] Containers: 0 [2020-11-18T00:52:28.201Z] Running: 0 [2020-11-18T00:52:28.201Z] Paused: 0 [2020-11-18T00:52:28.201Z] Stopped: 0 [2020-11-18T00:52:28.201Z] Images: 1 [2020-11-18T00:52:28.201Z] Server Version: 19.03.12 [2020-11-18T00:52:28.201Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-11-18T00:52:28.201Z] Windows: [2020-11-18T00:52:28.201Z] LCOW: [2020-11-18T00:52:28.201Z] Logging Driver: json-file [2020-11-18T00:52:28.201Z] Plugins: [2020-11-18T00:52:28.201Z] Volume: local [2020-11-18T00:52:28.201Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-18T00:52:28.201Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-18T00:52:28.201Z] Swarm: inactive [2020-11-18T00:52:28.201Z] Default Isolation: process [2020-11-18T00:52:28.201Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-18T00:52:28.201Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-18T00:52:28.201Z] OSType: windows [2020-11-18T00:52:28.201Z] Architecture: x86_64 [2020-11-18T00:52:28.201Z] CPUs: 4 [2020-11-18T00:52:28.201Z] Total Memory: 32GiB [2020-11-18T00:52:28.201Z] Name: azwin-2-923750 [2020-11-18T00:52:28.201Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-11-18T00:52:28.201Z] Docker Root Dir: D:\docker [2020-11-18T00:52:28.201Z] Debug Mode: false [2020-11-18T00:52:28.201Z] Registry: https://index.docker.io/v1/ [2020-11-18T00:52:28.201Z] Labels: [2020-11-18T00:52:28.201Z] Experimental: true [2020-11-18T00:52:28.201Z] Insecure Registries: [2020-11-18T00:52:28.201Z] 10.0.0.4:5000 [2020-11-18T00:52:28.201Z] 127.0.0.0/8 [2020-11-18T00:52:28.201Z] Registry Mirrors: [2020-11-18T00:52:28.201Z] http://10.0.0.4:5000/ [2020-11-18T00:52:28.201Z] Live Restore Enabled: false [2020-11-18T00:52:28.201Z] [2020-11-18T00:52:28.201Z] [2020-11-18T00:52:28.201Z] INFO: Commit hash is a1a8eab4a9 [2020-11-18T00:52:28.201Z] INFO: Nuke-Everything... [2020-11-18T00:52:28.201Z] INFO: Container count on control daemon to delete is 0 [2020-11-18T00:52:28.201Z] INFO: Nuking d:\CI [2020-11-18T00:52:28.201Z] INFO: Zapped successfully [2020-11-18T00:52:28.201Z] INFO: Location for testing is d:\CI\PR-41620\6 [2020-11-18T00:52:28.201Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-11-18T00:52:28.201Z] [2020-11-18T00:52:28.201Z] [2020-11-18T00:52:28.201Z] INFO: Building the image from Dockerfile.windows at 11/18/2020 00:52:18... [2020-11-18T00:52:28.201Z] [2020-11-18T00:52:28.201Z] Sending build context to Docker daemon 57.2MB [2020-11-18T00:52:28.201Z] [2020-11-18T00:52:28.201Z] Step 1/10 : FROM microsoft/windowsservercore [2020-11-18T00:52:28.201Z] ---> 32fecabef723 [2020-11-18T00:52:28.201Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-11-18T00:52:28.201Z] ---> Running in 5fab1a464fdf [2020-11-18T00:52:28.201Z] Removing intermediate container 5fab1a464fdf [2020-11-18T00:52:28.201Z] ---> 884219b04959 [2020-11-18T00:52:28.201Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-11-18T00:52:28.201Z] ---> Running in 16d76c234e63 [2020-11-18T00:52:28.201Z] Removing intermediate container 16d76c234e63 [2020-11-18T00:52:28.201Z] ---> 6b76239ae870 [2020-11-18T00:52:28.201Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-11-18T00:52:28.201Z] ---> Running in 2ccd89fe8a73 [2020-11-18T00:52:28.201Z] Removing intermediate container 2ccd89fe8a73 [2020-11-18T00:52:28.201Z] ---> 4e96fd66a4f3 [2020-11-18T00:52:28.201Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2020-11-18T00:52:28.201Z] ---> Running in 097d875dbab6 [2020-11-18T00:52:28.201Z] Removing intermediate container 097d875dbab6 [2020-11-18T00:52:28.201Z] ---> 54c86f41f1b9 [2020-11-18T00:52:28.201Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2020-11-18T00:52:28.201Z] ---> Running in b84bbc0b6bad [2020-11-18T00:52:28.834Z] ..........................xx.................... [ 29%] [2020-11-18T00:52:31.982Z] [2020-11-18T00:52:31.982Z] SUCCESS: Specified value was saved. [2020-11-18T00:52:32.389Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-18T00:52:32.389Z] [2020-11-18T00:52:32.389Z] + TEST_INTEGRATION_DEST=2 [2020-11-18T00:52:32.389Z] + CONTAINER_NAME=docker-pr6-2 [2020-11-18T00:52:32.389Z] + TEST_SKIP_INTEGRATION=1 [2020-11-18T00:52:32.389Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-11-18T00:52:32.389Z] + run_tests [2020-11-18T00:52:32.389Z] + c=0 [2020-11-18T00:52:32.390Z] + '[' -n 0 ']' [2020-11-18T00:52:32.390Z] + rm= [2020-11-18T00:52:32.390Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41620/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41620/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/make.sh '' test-integration [2020-11-18T00:52:32.390Z] ++ jobs -p [2020-11-18T00:52:32.390Z] + TEST_INTEGRATION_DEST=3 [2020-11-18T00:52:32.390Z] + CONTAINER_NAME=docker-pr6-3 [2020-11-18T00:52:32.390Z] + TEST_SKIP_INTEGRATION=1 [2020-11-18T00:52:32.390Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-11-18T00:52:32.390Z] + run_tests [2020-11-18T00:52:32.390Z] + for job in $(jobs -p) [2020-11-18T00:52:32.390Z] + wait 16313 [2020-11-18T00:52:32.390Z] + '[' -n 0 ']' [2020-11-18T00:52:32.390Z] + rm= [2020-11-18T00:52:32.390Z] + TEST_INTEGRATION_DEST=1 [2020-11-18T00:52:32.390Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41620/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41620/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/make.sh '' test-integration [2020-11-18T00:52:32.390Z] + CONTAINER_NAME=docker-pr6-1 [2020-11-18T00:52:32.390Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-11-18T00:52:32.390Z] + run_tests test-integration-flaky [2020-11-18T00:52:32.390Z] + '[' -n 0 ']' [2020-11-18T00:52:32.390Z] + rm= [2020-11-18T00:52:32.390Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41620/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41620/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/make.sh test-integration-flaky test-integration [2020-11-18T00:52:32.390Z] [2020-11-18T00:52:32.390Z] [2020-11-18T00:52:32.390Z] [2020-11-18T00:52:32.390Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-18T00:52:32.390Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-18T00:52:32.390Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-18T00:52:32.390Z] HOSTNAME=916f40f0239b [2020-11-18T00:52:32.390Z] TEST_SKIP_INTEGRATION=1 [2020-11-18T00:52:32.390Z] TESTDEBUG=0 [2020-11-18T00:52:32.390Z] DEST=bundles/test-integration [2020-11-18T00:52:32.390Z] PWD=/go/src/github.com/docker/docker [2020-11-18T00:52:32.390Z] KEEPBUNDLE=1 [2020-11-18T00:52:32.390Z] DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 [2020-11-18T00:52:32.390Z] container=docker [2020-11-18T00:52:32.390Z] HOME=/root [2020-11-18T00:52:32.390Z] GOLANG_VERSION=1.13.15 [2020-11-18T00:52:32.390Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-18T00:52:32.390Z] VALIDATE_BRANCH=master [2020-11-18T00:52:32.390Z] TERM=xterm [2020-11-18T00:52:32.390Z] DOCKER_PKG=github.com/docker/docker [2020-11-18T00:52:32.390Z] SHLVL=1 [2020-11-18T00:52:32.390Z] TIMEOUT=120m [2020-11-18T00:52:32.390Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-18T00:52:32.390Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-18T00:52:32.390Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-11-18T00:52:32.390Z] GO111MODULE=off [2020-11-18T00:52:32.390Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-18T00:52:32.390Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-18T00:52:32.390Z] GOPATH=/go [2020-11-18T00:52:32.390Z] PKG_CONFIG=pkg-config [2020-11-18T00:52:32.390Z] _=/usr/bin/env [2020-11-18T00:52:32.390Z] Building test suite binary ./integration-cli/test.main [2020-11-18T00:52:32.390Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-18T00:52:32.390Z] HOSTNAME=e57201541ce5 [2020-11-18T00:52:32.390Z] TEST_SKIP_INTEGRATION=1 [2020-11-18T00:52:32.390Z] TESTDEBUG=0 [2020-11-18T00:52:32.390Z] DEST=bundles/test-integration [2020-11-18T00:52:32.390Z] PWD=/go/src/github.com/docker/docker [2020-11-18T00:52:32.390Z] KEEPBUNDLE=1 [2020-11-18T00:52:32.390Z] DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 [2020-11-18T00:52:32.390Z] container=docker [2020-11-18T00:52:32.390Z] HOME=/root [2020-11-18T00:52:32.390Z] GOLANG_VERSION=1.13.15 [2020-11-18T00:52:32.390Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-18T00:52:32.390Z] VALIDATE_BRANCH=master [2020-11-18T00:52:32.390Z] TERM=xterm [2020-11-18T00:52:32.390Z] DOCKER_PKG=github.com/docker/docker [2020-11-18T00:52:32.390Z] SHLVL=1 [2020-11-18T00:52:32.390Z] TIMEOUT=120m [2020-11-18T00:52:32.390Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-18T00:52:32.390Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-18T00:52:32.390Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-11-18T00:52:32.390Z] GO111MODULE=off [2020-11-18T00:52:32.390Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-18T00:52:32.390Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-18T00:52:32.390Z] GOPATH=/go [2020-11-18T00:52:32.390Z] PKG_CONFIG=pkg-config [2020-11-18T00:52:32.390Z] _=/usr/bin/env [2020-11-18T00:52:32.390Z] Building test suite binary ./integration-cli/test.main [2020-11-18T00:52:32.390Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-11-18T00:52:32.390Z] No new tests added to integration. [2020-11-18T00:52:32.390Z] [2020-11-18T00:52:32.390Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-18T00:52:32.390Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-18T00:52:32.390Z] HOSTNAME=9d7ad0ea65a1 [2020-11-18T00:52:32.390Z] TESTDEBUG=0 [2020-11-18T00:52:32.390Z] DEST=bundles/test-integration [2020-11-18T00:52:32.390Z] PWD=/go/src/github.com/docker/docker [2020-11-18T00:52:32.390Z] KEEPBUNDLE=1 [2020-11-18T00:52:32.390Z] DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 [2020-11-18T00:52:32.390Z] container=docker [2020-11-18T00:52:32.390Z] HOME=/root [2020-11-18T00:52:32.390Z] GOLANG_VERSION=1.13.15 [2020-11-18T00:52:32.390Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-18T00:52:32.390Z] VALIDATE_BRANCH=master [2020-11-18T00:52:32.390Z] TERM=xterm [2020-11-18T00:52:32.390Z] DOCKER_PKG=github.com/docker/docker [2020-11-18T00:52:32.390Z] SHLVL=1 [2020-11-18T00:52:32.390Z] TIMEOUT=120m [2020-11-18T00:52:32.390Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-18T00:52:32.390Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-18T00:52:32.390Z] GO111MODULE=off [2020-11-18T00:52:32.390Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-18T00:52:32.390Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-18T00:52:32.390Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-18T00:52:32.390Z] GOPATH=/go [2020-11-18T00:52:32.390Z] PKG_CONFIG=pkg-config [2020-11-18T00:52:32.390Z] _=/usr/bin/env [2020-11-18T00:52:32.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-18T00:52:33.532Z] INFO: Downloading git... [2020-11-18T00:52:34.465Z] ok github.com/docker/docker/api/server 0.036s coverage: 9.0% of statements [2020-11-18T00:52:34.572Z] INFO: Downloading go... [2020-11-18T00:52:36.474Z] --- PASS: TestBuildWithHugeFile (42.08s) [2020-11-18T00:52:36.474Z] === RUN TestBuildWithEmptyDockerfile [2020-11-18T00:52:36.474Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T00:52:36.474Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T00:52:36.474Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T00:52:36.474Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T00:52:36.474Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T00:52:36.474Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T00:52:36.474Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T00:52:36.474Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T00:52:36.474Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T00:52:36.474Z] --- PASS: TestBuildWithEmptyDockerfile (0.31s) [2020-11-18T00:52:36.474Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2020-11-18T00:52:36.474Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.30s) [2020-11-18T00:52:36.474Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.30s) [2020-11-18T00:52:36.474Z] === RUN TestBuildPreserveOwnership [2020-11-18T00:52:36.474Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-18T00:52:36.474Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-18T00:52:37.520Z] INFO: Downloading compiler 1 of 3... [2020-11-18T00:52:37.520Z] INFO: Downloading compiler 2 of 3... [2020-11-18T00:52:37.984Z] INFO: Downloading compiler 3 of 3... [2020-11-18T00:52:37.984Z] INFO: Extracting git... [2020-11-18T00:52:38.389Z] --- PASS: TestBuildPreserveOwnership (6.10s) [2020-11-18T00:52:38.389Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.00s) [2020-11-18T00:52:38.389Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.07s) [2020-11-18T00:52:38.389Z] === RUN TestBuildPlatformInvalid [2020-11-18T00:52:38.389Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-11-18T00:52:38.389Z] PASS [2020-11-18T00:52:38.389Z] [2020-11-18T00:52:38.389Z] === Skipped [2020-11-18T00:52:38.389Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-11-18T00:52:38.389Z] build_session_test.go:25: TODO: BuildKit [2020-11-18T00:52:38.389Z] [2020-11-18T00:52:38.389Z] [2020-11-18T00:52:38.389Z] DONE 32 tests, 1 skipped in 93.284s [2020-11-18T00:52:38.389Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-11-18T00:52:38.389Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:52:38.389Z] ++ set -e [2020-11-18T00:52:38.389Z] ++ '[' -n 0 ']' [2020-11-18T00:52:38.389Z] ++ set -x [2020-11-18T00:52:38.389Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:52:38.650Z] INFO: Testing against a local daemon [2020-11-18T00:52:38.650Z] === RUN TestConfigInspect [2020-11-18T00:52:41.953Z] --- PASS: TestConfigInspect (3.33s) [2020-11-18T00:52:41.953Z] === RUN TestConfigList [2020-11-18T00:52:44.578Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-11-18T00:52:45.253Z] --- PASS: TestConfigList (3.24s) [2020-11-18T00:52:45.253Z] === RUN TestConfigsCreateAndDelete [2020-11-18T00:52:48.556Z] --- PASS: TestConfigsCreateAndDelete (3.21s) [2020-11-18T00:52:48.556Z] === RUN TestConfigsUpdate [2020-11-18T00:52:51.857Z] --- PASS: TestConfigsUpdate (3.22s) [2020-11-18T00:52:51.857Z] === RUN TestTemplatedConfig [2020-11-18T00:52:51.988Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-11-18T00:52:52.846Z] INFO: Expanding go... [2020-11-18T00:52:55.160Z] --- PASS: TestTemplatedConfig (2.97s) [2020-11-18T00:52:55.160Z] === RUN TestConfigCreateResolve [2020-11-18T00:52:55.399Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-18T00:52:55.399Z] [2020-11-18T00:52:55.399Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-18T00:52:55.399Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-18T00:52:55.399Z] HOSTNAME=5831a95095be [2020-11-18T00:52:55.399Z] DEST=bundles/test-integration [2020-11-18T00:52:55.399Z] PWD=/go/src/github.com/docker/docker [2020-11-18T00:52:55.399Z] DOCKER_ROOTLESS=1 [2020-11-18T00:52:55.399Z] DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 [2020-11-18T00:52:55.399Z] container=docker [2020-11-18T00:52:55.399Z] HOME=/root [2020-11-18T00:52:55.399Z] GOLANG_VERSION=1.13.15 [2020-11-18T00:52:55.399Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-18T00:52:55.399Z] VALIDATE_BRANCH=master [2020-11-18T00:52:55.399Z] TERM=xterm [2020-11-18T00:52:55.399Z] DOCKER_PKG=github.com/docker/docker [2020-11-18T00:52:55.399Z] SHLVL=1 [2020-11-18T00:52:55.399Z] TIMEOUT=120m [2020-11-18T00:52:55.399Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-18T00:52:55.399Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-18T00:52:55.399Z] GO111MODULE=off [2020-11-18T00:52:55.399Z] DOCKER_EXPERIMENTAL=1 [2020-11-18T00:52:55.399Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-18T00:52:55.399Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-18T00:52:55.399Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-18T00:52:55.399Z] GOPATH=/go [2020-11-18T00:52:55.399Z] PKG_CONFIG=pkg-config [2020-11-18T00:52:55.399Z] _=/usr/bin/env [2020-11-18T00:52:55.399Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-18T00:52:56.437Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-11-18T00:52:58.461Z] --- PASS: TestConfigCreateResolve (3.28s) [2020-11-18T00:52:58.461Z] === RUN TestConfigDaemonLibtrustID [2020-11-18T00:52:58.723Z] --- PASS: TestConfigDaemonLibtrustID (0.73s) [2020-11-18T00:52:58.723Z] PASS [2020-11-18T00:52:58.723Z] [2020-11-18T00:52:58.723Z] DONE 7 tests in 20.193s [2020-11-18T00:52:58.723Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-11-18T00:52:58.723Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:52:58.723Z] ++ set -e [2020-11-18T00:52:58.723Z] ++ '[' -n 0 ']' [2020-11-18T00:52:58.723Z] ++ set -x [2020-11-18T00:52:58.723Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:52:58.723Z] INFO: Testing against a local daemon [2020-11-18T00:52:58.723Z] === RUN TestCheckpoint [2020-11-18T00:52:58.723Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-18T00:52:58.723Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-18T00:52:58.723Z] === RUN TestContainerInvalidJSON [2020-11-18T00:52:58.984Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T00:52:58.984Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T00:52:58.984Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T00:52:58.984Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T00:52:58.984Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-18T00:52:58.984Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-18T00:52:58.984Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T00:52:58.984Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T00:52:58.984Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-18T00:52:58.984Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-11-18T00:52:58.984Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-18T00:52:58.984Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-18T00:52:58.984Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-18T00:52:58.984Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-18T00:52:58.984Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2020-11-18T00:52:58.984Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-18T00:52:58.984Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-11-18T00:52:58.984Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-18T00:52:59.245Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2020-11-18T00:52:59.245Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-18T00:52:59.245Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-11-18T00:52:59.245Z] === RUN TestCopyFromContainer [2020-11-18T00:53:01.162Z] === RUN TestCopyFromContainer// [2020-11-18T00:53:01.424Z] === RUN TestCopyFromContainer//bar/root [2020-11-18T00:53:01.424Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-18T00:53:01.685Z] === RUN TestCopyFromContainer/bar/quux [2020-11-18T00:53:01.685Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-18T00:53:01.947Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-18T00:53:01.947Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-18T00:53:02.208Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-18T00:53:02.208Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-18T00:53:02.468Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-18T00:53:02.468Z] --- PASS: TestCopyFromContainer (3.14s) [2020-11-18T00:53:02.468Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-11-18T00:53:02.468Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-11-18T00:53:02.468Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-11-18T00:53:02.468Z] --- PASS: TestCopyFromContainer/bar/quux (0.16s) [2020-11-18T00:53:02.468Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-11-18T00:53:02.468Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-11-18T00:53:02.468Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2020-11-18T00:53:02.468Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-11-18T00:53:02.468Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-11-18T00:53:02.468Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-11-18T00:53:02.468Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-18T00:53:02.468Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T00:53:02.468Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T00:53:02.468Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T00:53:02.468Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T00:53:02.468Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T00:53:02.468Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T00:53:02.468Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T00:53:02.468Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T00:53:02.468Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T00:53:02.468Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-18T00:53:02.469Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-11-18T00:53:02.469Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-11-18T00:53:02.469Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-11-18T00:53:02.469Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-18T00:53:02.752Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2020-11-18T00:53:02.752Z] === RUN TestCreateWithInvalidEnv [2020-11-18T00:53:02.752Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-18T00:53:02.752Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-18T00:53:02.752Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-18T00:53:02.752Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-18T00:53:02.752Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-18T00:53:02.752Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-18T00:53:02.752Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-18T00:53:02.752Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-18T00:53:02.752Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-18T00:53:02.752Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-11-18T00:53:02.752Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-18T00:53:02.752Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-18T00:53:02.752Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-11-18T00:53:02.752Z] === RUN TestCreateTmpfsMountsTarget [2020-11-18T00:53:02.752Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-11-18T00:53:02.752Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-18T00:53:05.300Z] --- PASS: TestCreateWithCustomMaskedPaths (2.33s) [2020-11-18T00:53:05.300Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-18T00:53:07.216Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.18s) [2020-11-18T00:53:07.216Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-18T00:53:07.216Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T00:53:07.216Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T00:53:07.216Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T00:53:07.216Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T00:53:07.216Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T00:53:07.216Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T00:53:07.216Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T00:53:07.216Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T00:53:07.216Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T00:53:07.216Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T00:53:07.216Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T00:53:07.216Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T00:53:07.216Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T00:53:07.216Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T00:53:07.216Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T00:53:07.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-18T00:53:07.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-18T00:53:07.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-11-18T00:53:07.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-11-18T00:53:07.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2020-11-18T00:53:07.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-11-18T00:53:07.216Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-18T00:53:08.159Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.72s) [2020-11-18T00:53:08.159Z] === RUN TestCreateDifferentPlatform [2020-11-18T00:53:08.159Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-18T00:53:08.159Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-18T00:53:08.159Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-11-18T00:53:08.159Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-18T00:53:08.159Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-18T00:53:08.159Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-18T00:53:08.159Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2020-11-18T00:53:08.159Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-18T00:53:08.159Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2020-11-18T00:53:08.159Z] === RUN TestContainerStartOnDaemonRestart [2020-11-18T00:53:08.159Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-18T00:53:08.159Z] === RUN TestDaemonRestartIpcMode [2020-11-18T00:53:08.159Z] === PAUSE TestDaemonRestartIpcMode [2020-11-18T00:53:08.159Z] === RUN TestDaemonHostGatewayIP [2020-11-18T00:53:08.159Z] === PAUSE TestDaemonHostGatewayIP [2020-11-18T00:53:08.159Z] === RUN TestContainerKillOnDaemonStart [2020-11-18T00:53:08.159Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-18T00:53:08.159Z] === RUN TestDiff [2020-11-18T00:53:09.103Z] --- PASS: TestDiff (0.82s) [2020-11-18T00:53:09.103Z] === RUN TestExecWithCloseStdin [2020-11-18T00:53:10.046Z] --- PASS: TestExecWithCloseStdin (0.88s) [2020-11-18T00:53:10.046Z] === RUN TestExec [2020-11-18T00:53:10.990Z] --- PASS: TestExec (0.89s) [2020-11-18T00:53:10.990Z] === RUN TestExecUser [2020-11-18T00:53:11.561Z] --- PASS: TestExecUser (0.89s) [2020-11-18T00:53:11.561Z] === RUN TestExportContainerAndImportImage [2020-11-18T00:53:12.147Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-11-18T00:53:12.949Z] --- PASS: TestExportContainerAndImportImage (1.12s) [2020-11-18T00:53:12.949Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-18T00:53:14.004Z] INFO: Expanding compiler 1 of 3... [2020-11-18T00:53:14.467Z] INFO: Expanding compiler 2 of 3... [2020-11-18T00:53:14.864Z] --- PASS: TestExportContainerAfterDaemonRestart (2.05s) [2020-11-18T00:53:14.864Z] === RUN TestHealthCheckWorkdir [2020-11-18T00:53:15.807Z] --- PASS: TestHealthCheckWorkdir (1.01s) [2020-11-18T00:53:15.807Z] === RUN TestHealthKillContainer [2020-11-18T00:53:19.106Z] --- PASS: TestHealthKillContainer (2.83s) [2020-11-18T00:53:19.106Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-18T00:53:19.192Z] INFO: Expanding compiler 3 of 3... [2020-11-18T00:53:19.367Z] --- PASS: TestInspectCpusetInConfigPre120 (0.73s) [2020-11-18T00:53:19.367Z] === RUN TestIpcModeNone [2020-11-18T00:53:19.656Z] INFO: Removing downloaded files... [2020-11-18T00:53:19.656Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-11-18T00:53:19.656Z] INFO: Configuring git core.autocrlf... [2020-11-18T00:53:20.309Z] --- PASS: TestIpcModeNone (0.85s) [2020-11-18T00:53:20.309Z] === RUN TestIpcModePrivate [2020-11-18T00:53:20.705Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-11-18T00:53:21.251Z] --- PASS: TestIpcModePrivate (0.87s) [2020-11-18T00:53:21.251Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-11-18T00:53:21.251Z] === RUN TestIpcModeShareable [2020-11-18T00:53:21.886Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-11-18T00:53:21.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-18T00:53:22.194Z] --- PASS: TestIpcModeShareable (0.87s) [2020-11-18T00:53:22.194Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-11-18T00:53:22.194Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-18T00:53:22.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-18T00:53:24.740Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.58s) [2020-11-18T00:53:24.740Z] === RUN TestAPIIpcModeHost [2020-11-18T00:53:25.313Z] --- PASS: TestAPIIpcModeHost (0.65s) [2020-11-18T00:53:25.313Z] === RUN TestDaemonIpcModeShareable [2020-11-18T00:53:25.807Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-18T00:53:26.668Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-11-18T00:53:27.229Z] --- PASS: TestDaemonIpcModeShareable (1.79s) [2020-11-18T00:53:27.230Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-18T00:53:27.230Z] === RUN TestDaemonIpcModePrivate [2020-11-18T00:53:29.151Z] --- PASS: TestDaemonIpcModePrivate (1.89s) [2020-11-18T00:53:29.151Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-18T00:53:29.151Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-18T00:53:31.081Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.99s) [2020-11-18T00:53:31.081Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-18T00:53:31.081Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-18T00:53:32.996Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.82s) [2020-11-18T00:53:32.996Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-18T00:53:32.996Z] === RUN TestIpcModeOlderClient [2020-11-18T00:53:32.996Z] === PAUSE TestIpcModeOlderClient [2020-11-18T00:53:32.996Z] === RUN TestKillContainerInvalidSignal [2020-11-18T00:53:33.567Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2020-11-18T00:53:33.567Z] === RUN TestKillContainer [2020-11-18T00:53:33.567Z] === RUN TestKillContainer/no_signal [2020-11-18T00:53:34.509Z] === RUN TestKillContainer/non_killing_signal [2020-11-18T00:53:34.770Z] === RUN TestKillContainer/killing_signal [2020-11-18T00:53:36.158Z] --- PASS: TestKillContainer (2.32s) [2020-11-18T00:53:36.158Z] --- PASS: TestKillContainer/no_signal (0.74s) [2020-11-18T00:53:36.158Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2020-11-18T00:53:36.158Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2020-11-18T00:53:36.158Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-18T00:53:36.158Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-18T00:53:36.729Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-18T00:53:37.302Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.51s) [2020-11-18T00:53:37.302Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2020-11-18T00:53:37.302Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2020-11-18T00:53:37.302Z] === RUN TestKillStoppedContainer [2020-11-18T00:53:37.563Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-11-18T00:53:37.563Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-18T00:53:37.563Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-11-18T00:53:37.563Z] === RUN TestKillDifferentUserContainer [2020-11-18T00:53:38.505Z] --- PASS: TestKillDifferentUserContainer (0.77s) [2020-11-18T00:53:38.505Z] === RUN TestInspectOomKilledTrue [2020-11-18T00:53:38.505Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-18T00:53:38.505Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T00:53:38.505Z] === RUN TestInspectOomKilledFalse [2020-11-18T00:53:38.505Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-18T00:53:38.505Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T00:53:38.505Z] === RUN TestLinksEtcHostsContentMatch [2020-11-18T00:53:39.078Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s) [2020-11-18T00:53:39.078Z] === RUN TestLinksContainerNames [2020-11-18T00:53:40.465Z] --- PASS: TestLinksContainerNames (1.58s) [2020-11-18T00:53:40.465Z] === RUN TestLogsFollowTailEmpty [2020-11-18T00:53:41.365Z] ......................... [ 67%] [2020-11-18T00:53:41.409Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2020-11-18T00:53:41.409Z] === RUN TestContainerNetworkMountsNoChown [2020-11-18T00:53:42.352Z] --- PASS: TestContainerNetworkMountsNoChown (0.78s) [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/default [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/default [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/private [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/private [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rprivate [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/slave [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/slave [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rslave [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/shared [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/shared [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rshared [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-18T00:53:42.352Z] === CONT TestMountDaemonRoot/default [2020-11-18T00:53:42.352Z] === CONT TestMountDaemonRoot/rslave [2020-11-18T00:53:42.352Z] === CONT TestMountDaemonRoot/rshared [2020-11-18T00:53:42.352Z] === CONT TestMountDaemonRoot/shared [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T00:53:42.352Z] === CONT TestMountDaemonRoot/rprivate [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-18T00:53:42.352Z] === CONT TestMountDaemonRoot/private [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-18T00:53:42.352Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T00:53:42.352Z] === CONT TestMountDaemonRoot/slave [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-18T00:53:42.352Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-18T00:53:42.352Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-18T00:53:42.352Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-18T00:53:42.353Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T00:53:42.614Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-18T00:53:42.614Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-18T00:53:42.614Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-18T00:53:42.614Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-18T00:53:42.614Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-18T00:53:42.614Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-18T00:53:42.614Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-18T00:53:42.614Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-18T00:53:42.614Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-18T00:53:42.614Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-18T00:53:42.614Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot (0.05s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-11-18T00:53:42.614Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-11-18T00:53:42.614Z] === RUN TestContainerBindMountNonRecursive [2020-11-18T00:53:45.160Z] --- PASS: TestContainerBindMountNonRecursive (2.29s) [2020-11-18T00:53:45.160Z] === RUN TestContainerVolumesMountedAsShared [2020-11-18T00:53:45.732Z] --- PASS: TestContainerVolumesMountedAsShared (0.72s) [2020-11-18T00:53:45.732Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-18T00:53:46.307Z] --- PASS: TestContainerVolumesMountedAsSlave (0.60s) [2020-11-18T00:53:46.307Z] === RUN TestNetworkNat [2020-11-18T00:53:47.250Z] --- PASS: TestNetworkNat (0.82s) [2020-11-18T00:53:47.250Z] === RUN TestNetworkLocalhostTCPNat [2020-11-18T00:53:47.821Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-11-18T00:53:47.821Z] === RUN TestNetworkLoopbackNat [2020-11-18T00:53:51.122Z] --- PASS: TestNetworkLoopbackNat (3.15s) [2020-11-18T00:53:51.122Z] === RUN TestPause [2020-11-18T00:53:52.065Z] --- PASS: TestPause (0.80s) [2020-11-18T00:53:52.065Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-18T00:53:52.065Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-18T00:53:52.065Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-18T00:53:52.065Z] === RUN TestPauseStopPausedContainer [2020-11-18T00:53:52.636Z] --- PASS: TestPauseStopPausedContainer (0.83s) [2020-11-18T00:53:52.636Z] === RUN TestPsFilter [2020-11-18T00:53:52.897Z] --- PASS: TestPsFilter (0.24s) [2020-11-18T00:53:52.897Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-18T00:53:53.845Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2020-11-18T00:53:53.845Z] === RUN TestRemoveContainerWithVolume [2020-11-18T00:53:54.418Z] --- PASS: TestRemoveContainerWithVolume (0.76s) [2020-11-18T00:53:54.418Z] === RUN TestRemoveContainerRunning [2020-11-18T00:53:55.360Z] --- PASS: TestRemoveContainerRunning (0.79s) [2020-11-18T00:53:55.360Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-18T00:53:55.932Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2020-11-18T00:53:55.932Z] === RUN TestRemoveInvalidContainer [2020-11-18T00:53:55.932Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-18T00:53:55.932Z] === RUN TestRenameLinkedContainer [2020-11-18T00:53:56.817Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2020-11-18T00:53:56.817Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-18T00:53:56.817Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2020-11-18T00:53:56.817Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-18T00:53:56.817Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-18T00:53:56.817Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-18T00:53:57.113Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-18T00:53:57.113Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-18T00:53:57.113Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-18T00:53:57.113Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-18T00:53:57.113Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-18T00:53:57.113Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-18T00:53:57.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-18T00:53:57.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-18T00:53:57.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-18T00:53:57.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-18T00:53:57.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-18T00:53:57.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-18T00:53:58.657Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-18T00:53:58.657Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-18T00:53:58.956Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2020-11-18T00:53:59.235Z] --- PASS: TestRenameLinkedContainer (3.09s) [2020-11-18T00:53:59.235Z] === RUN TestRenameStoppedContainer [2020-11-18T00:53:59.254Z] ok github.com/docker/docker/api/types/strslice 0.021s coverage: 90.0% of statements [2020-11-18T00:53:59.552Z] ok github.com/docker/docker/api/types/time 0.040s coverage: 100.0% of statements [2020-11-18T00:53:59.806Z] --- PASS: TestRenameStoppedContainer (0.74s) [2020-11-18T00:53:59.807Z] === RUN TestRenameRunningContainerAndReuse [2020-11-18T00:53:59.848Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 5.7% of statements [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-18T00:53:59.849Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/builder [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-18T00:53:59.849Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-18T00:54:01.116Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-18T00:54:01.720Z] --- PASS: TestRenameRunningContainerAndReuse (1.59s) [2020-11-18T00:54:01.720Z] === RUN TestRenameInvalidName [2020-11-18T00:54:02.291Z] --- PASS: TestRenameInvalidName (0.77s) [2020-11-18T00:54:02.291Z] === RUN TestRenameAnonymousContainer [2020-11-18T00:54:02.483Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-18T00:54:03.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-18T00:54:04.354Z] ok github.com/docker/docker/cli/debug 0.005s coverage: 100.0% of statements [2020-11-18T00:54:04.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-18T00:54:05.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-18T00:54:06.461Z] ok github.com/docker/docker/builder/remotecontext/git 4.191s coverage: 86.3% of statements [2020-11-18T00:54:06.498Z] --- PASS: TestRenameAnonymousContainer (3.93s) [2020-11-18T00:54:06.498Z] === RUN TestRenameContainerWithSameName [2020-11-18T00:54:07.069Z] --- PASS: TestRenameContainerWithSameName (0.80s) [2020-11-18T00:54:07.069Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-18T00:54:07.108Z] ok github.com/docker/docker/builder/remotecontext 0.557s coverage: 13.7% of statements [2020-11-18T00:54:07.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-18T00:54:08.455Z] --- PASS: TestRenameContainerWithLinkedContainer (1.53s) [2020-11-18T00:54:08.456Z] === RUN TestResize [2020-11-18T00:54:09.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-18T00:54:09.402Z] --- PASS: TestResize (0.78s) [2020-11-18T00:54:09.402Z] === RUN TestResizeWithInvalidSize [2020-11-18T00:54:09.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-18T00:54:09.890Z] ok github.com/docker/docker/builder/dockerfile 1.357s coverage: 48.3% of statements [2020-11-18T00:54:09.890Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-18T00:54:09.890Z] ? github.com/docker/docker/cli [no test files] [2020-11-18T00:54:09.890Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-18T00:54:09.973Z] --- PASS: TestResizeWithInvalidSize (0.82s) [2020-11-18T00:54:09.973Z] === RUN TestResizeWhenContainerNotStarted [2020-11-18T00:54:10.950Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s) [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-18T00:54:10.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-18T00:54:10.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-18T00:54:10.950Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-18T00:54:10.950Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-18T00:54:10.950Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-18T00:54:10.950Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-18T00:54:11.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-18T00:54:11.944Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-18T00:54:11.944Z] Using test binary docker [2020-11-18T00:54:11.944Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-18T00:54:11.944Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-18T00:54:11.944Z] INFO: Waiting for daemon to start... [2020-11-18T00:54:11.944Z] Starting dockerd [2020-11-18T00:54:12.732Z] ok github.com/docker/docker/client 0.377s coverage: 75.4% of statements [2020-11-18T00:54:12.868Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-18T00:54:12.868Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-18T00:54:13.473Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-18T00:54:14.053Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-18T00:54:14.465Z] . [2020-11-18T00:54:14.465Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-18T00:54:14.465Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-18T00:54:14.465Z] Error: No such image: emptyfs [2020-11-18T00:54:14.465Z] Running integration-test (iteration 1) [2020-11-18T00:54:14.465Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-18T00:54:15.974Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-18T00:54:16.236Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-18T00:54:16.498Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-18T00:54:16.498Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-18T00:54:19.045Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-18T00:54:19.045Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.72s) [2020-11-18T00:54:19.045Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.75s) [2020-11-18T00:54:19.045Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.61s) [2020-11-18T00:54:19.046Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.03s) [2020-11-18T00:54:19.046Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.57s) [2020-11-18T00:54:19.046Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.57s) [2020-11-18T00:54:19.046Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.52s) [2020-11-18T00:54:19.046Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.82s) [2020-11-18T00:54:19.046Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.75s) [2020-11-18T00:54:19.046Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.74s) [2020-11-18T00:54:19.046Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.62s) [2020-11-18T00:54:19.046Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.64s) [2020-11-18T00:54:19.046Z] === RUN TestCgroupNamespacesRun [2020-11-18T00:54:20.961Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2020-11-18T00:54:20.961Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-18T00:54:22.530Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-11-18T00:54:22.876Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2020-11-18T00:54:22.876Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-18T00:54:23.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-18T00:54:23.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-18T00:54:24.792Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.78s) [2020-11-18T00:54:24.792Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-18T00:54:26.179Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2020-11-18T00:54:26.179Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-18T00:54:26.640Z] Loaded image: buildpack-deps:buster [2020-11-18T00:54:26.640Z] Loaded image: busybox:latest [2020-11-18T00:54:26.898Z] Loaded image: busybox:glibc [2020-11-18T00:54:26.898Z] Loaded image: debian:buster [2020-11-18T00:54:26.898Z] Loaded image: hello-world:latest [2020-11-18T00:54:26.898Z] Loaded image: arm32v7/hello-world:latest [2020-11-18T00:54:27.155Z] INFO: Testing against a local daemon [2020-11-18T00:54:27.155Z] === RUN TestCgroupNamespacesBuild [2020-11-18T00:54:28.095Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.83s) [2020-11-18T00:54:28.095Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-18T00:54:30.008Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.97s) [2020-11-18T00:54:30.008Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-18T00:54:30.428Z] --- PASS: TestCgroupNamespacesBuild (3.30s) [2020-11-18T00:54:30.428Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-18T00:54:30.953Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.01s) [2020-11-18T00:54:30.954Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-18T00:54:32.868Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.85s) [2020-11-18T00:54:32.868Z] === RUN TestKernelTCPMemory [2020-11-18T00:54:32.948Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.17s) [2020-11-18T00:54:32.948Z] === RUN TestBuildWithSession [2020-11-18T00:54:32.948Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-18T00:54:32.948Z] build_session_test.go:25: TODO: BuildKit [2020-11-18T00:54:32.948Z] === RUN TestBuildSquashParent [2020-11-18T00:54:33.813Z] --- PASS: TestKernelTCPMemory (0.89s) [2020-11-18T00:54:33.813Z] === RUN TestNISDomainname [2020-11-18T00:54:33.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-18T00:54:34.756Z] --- PASS: TestNISDomainname (0.91s) [2020-11-18T00:54:34.756Z] === RUN TestHostnameDnsResolution [2020-11-18T00:54:36.671Z] --- PASS: TestHostnameDnsResolution (1.70s) [2020-11-18T00:54:36.671Z] === RUN TestStats [2020-11-18T00:54:37.404Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-11-18T00:54:39.215Z] --- PASS: TestStats (2.78s) [2020-11-18T00:54:39.216Z] === RUN TestStopContainerWithTimeout [2020-11-18T00:54:39.216Z] === RUN TestStopContainerWithTimeout/0 [2020-11-18T00:54:39.216Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-18T00:54:39.216Z] === RUN TestStopContainerWithTimeout/1 [2020-11-18T00:54:39.216Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-18T00:54:39.216Z] === RUN TestStopContainerWithTimeout/3 [2020-11-18T00:54:39.216Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-18T00:54:39.216Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-18T00:54:39.216Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-18T00:54:39.216Z] === CONT TestStopContainerWithTimeout/0 [2020-11-18T00:54:39.216Z] === CONT TestStopContainerWithTimeout/1 [2020-11-18T00:54:39.216Z] === CONT TestStopContainerWithTimeout/3 [2020-11-18T00:54:39.216Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-18T00:54:39.290Z] tests/integration/client_test.py ..... [ 75%] [2020-11-18T00:54:39.290Z] tests/integration/context_api_test.py ... [ 76%] [2020-11-18T00:54:39.547Z] --- PASS: TestBuildSquashParent (6.67s) [2020-11-18T00:54:39.547Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-18T00:54:39.547Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T00:54:39.547Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T00:54:39.547Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T00:54:39.547Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T00:54:39.547Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T00:54:39.547Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T00:54:39.547Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T00:54:39.547Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T00:54:39.547Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T00:54:39.547Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T00:54:39.547Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T00:54:39.547Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T00:54:39.547Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T00:54:39.547Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T00:54:39.853Z] tests/integration/errors_test.py . [ 76%] [2020-11-18T00:54:40.913Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T00:54:40.913Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T00:54:42.547Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-18T00:54:42.548Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2020-11-18T00:54:42.548Z] --- PASS: TestStopContainerWithTimeout/1 (1.96s) [2020-11-18T00:54:42.548Z] --- PASS: TestStopContainerWithTimeout/-1 (3.31s) [2020-11-18T00:54:42.548Z] --- PASS: TestStopContainerWithTimeout/3 (3.38s) [2020-11-18T00:54:42.548Z] === RUN TestDeleteDevicemapper [2020-11-18T00:54:42.548Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-18T00:54:42.548Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-18T00:54:42.548Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-18T00:54:42.803Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T00:54:42.803Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T00:54:45.098Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.49s) [2020-11-18T00:54:45.098Z] === RUN TestUpdateMemory [2020-11-18T00:54:45.098Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-18T00:54:45.098Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-18T00:54:45.098Z] === RUN TestUpdateCPUQuota [2020-11-18T00:54:45.320Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-11-18T00:54:45.320Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.49s) [2020-11-18T00:54:45.320Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.57s) [2020-11-18T00:54:45.320Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.11s) [2020-11-18T00:54:45.320Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.05s) [2020-11-18T00:54:45.320Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.08s) [2020-11-18T00:54:45.320Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.08s) [2020-11-18T00:54:45.320Z] === RUN TestBuildMultiStageCopy [2020-11-18T00:54:45.320Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-18T00:54:46.483Z] --- PASS: TestUpdateCPUQuota (1.26s) [2020-11-18T00:54:46.483Z] === RUN TestUpdatePidsLimit [2020-11-18T00:54:46.483Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-18T00:54:46.745Z] === RUN TestUpdatePidsLimit/no_change [2020-11-18T00:54:47.005Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-18T00:54:47.576Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-18T00:54:47.837Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-18T00:54:48.409Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-18T00:54:48.585Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-18T00:54:48.671Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-18T00:54:49.149Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-18T00:54:50.060Z] --- PASS: TestUpdatePidsLimit (3.58s) [2020-11-18T00:54:50.060Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2020-11-18T00:54:50.060Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2020-11-18T00:54:50.060Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-11-18T00:54:50.060Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-11-18T00:54:50.060Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s) [2020-11-18T00:54:50.060Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2020-11-18T00:54:50.060Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-11-18T00:54:50.060Z] === RUN TestUpdateRestartPolicy [2020-11-18T00:54:50.077Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-18T00:54:51.446Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-18T00:54:52.208Z] ok github.com/docker/docker/cmd/dockerd 0.121s coverage: 29.1% of statements [2020-11-18T00:54:52.208Z] ok github.com/docker/docker/container 0.170s coverage: 34.7% of statements [2020-11-18T00:54:52.208Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-18T00:54:52.208Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-18T00:54:52.208Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-18T00:54:52.208Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-18T00:54:52.375Z] --- PASS: TestBuildMultiStageCopy (7.25s) [2020-11-18T00:54:52.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.25s) [2020-11-18T00:54:52.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-11-18T00:54:52.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-11-18T00:54:52.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-11-18T00:54:52.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-11-18T00:54:52.375Z] === RUN TestBuildMultiStageParentConfig [2020-11-18T00:54:54.312Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.060s coverage: 65.3% of statements [2020-11-18T00:54:57.621Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2020-11-18T00:54:57.621Z] === RUN TestBuildLabelWithTargets [2020-11-18T00:54:59.946Z] ok github.com/docker/docker/daemon/cluster/convert 0.020s coverage: 35.9% of statements [2020-11-18T00:55:02.302Z] --- PASS: TestUpdateRestartPolicy (12.31s) [2020-11-18T00:55:02.302Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-18T00:55:02.724Z] ok github.com/docker/docker/daemon/cluster 0.123s coverage: 0.5% of statements [2020-11-18T00:55:03.249Z] --- PASS: TestUpdateRestartWithAutoRemove (0.81s) [2020-11-18T00:55:03.249Z] === RUN TestWaitNonBlocked [2020-11-18T00:55:03.249Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T00:55:03.249Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T00:55:03.249Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T00:55:03.249Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T00:55:03.249Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T00:55:03.249Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T00:55:04.194Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-18T00:55:04.194Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.02s) [2020-11-18T00:55:04.194Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.07s) [2020-11-18T00:55:04.194Z] === RUN TestWaitBlocked [2020-11-18T00:55:04.194Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T00:55:04.194Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T00:55:04.194Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T00:55:04.194Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T00:55:04.194Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T00:55:04.194Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T00:55:05.145Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-18T00:55:05.145Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.92s) [2020-11-18T00:55:05.145Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s) [2020-11-18T00:55:05.145Z] === CONT TestContainerStartOnDaemonRestart [2020-11-18T00:55:05.145Z] === CONT TestIpcModeOlderClient [2020-11-18T00:55:05.145Z] === CONT TestDaemonHostGatewayIP [2020-11-18T00:55:05.145Z] === CONT TestDaemonRestartIpcMode [2020-11-18T00:55:05.407Z] --- PASS: TestIpcModeOlderClient (0.24s) [2020-11-18T00:55:05.407Z] === CONT TestContainerKillOnDaemonStart [2020-11-18T00:55:05.708Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-11-18T00:55:05.708Z] === RUN TestBuildWithEmptyLayers [2020-11-18T00:55:06.287Z] ok github.com/docker/docker/daemon/discovery 0.032s coverage: 30.0% of statements [2020-11-18T00:55:07.818Z] ok github.com/docker/docker/daemon/config 0.098s coverage: 81.8% of statements [2020-11-18T00:55:07.818Z] ok github.com/docker/docker/daemon/events 0.083s coverage: 50.0% of statements [2020-11-18T00:55:08.225Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-11-18T00:55:08.226Z] === RUN TestBuildMultiStageOnBuild [2020-11-18T00:55:08.724Z] --- PASS: TestContainerStartOnDaemonRestart (3.59s) [2020-11-18T00:55:09.674Z] --- PASS: TestDaemonRestartIpcMode (4.36s) [2020-11-18T00:55:09.935Z] --- PASS: TestDaemonHostGatewayIP (4.89s) [2020-11-18T00:55:10.589Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2020-11-18T00:55:13.343Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 2.9% of statements [2020-11-18T00:55:13.474Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-11-18T00:55:13.474Z] === RUN TestBuildUncleanTarFilenames [2020-11-18T00:55:13.731Z] --- PASS: TestBuildUncleanTarFilenames (0.68s) [2020-11-18T00:55:13.731Z] === RUN TestBuildMultiStageLayerLeak [2020-11-18T00:55:13.983Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.501s coverage: 14.1% of statements [2020-11-18T00:55:14.632Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.712s coverage: 57.1% of statements [2020-11-18T00:55:16.370Z] Removing intermediate container b84bbc0b6bad [2020-11-18T00:55:16.370Z] ---> 76868c3e0baf [2020-11-18T00:55:16.370Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-11-18T00:55:16.370Z] ---> Running in 4dd657fb6085 [2020-11-18T00:55:16.370Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2020-11-18T00:55:16.370Z] go: finding gotest.tools v0.5.3 [2020-11-18T00:55:16.370Z] go: finding gotest.tools/gotestsum v0.5.3 [2020-11-18T00:55:16.370Z] go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-18T00:55:16.370Z] go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-18T00:55:16.370Z] go: downloading github.com/spf13/pflag v1.0.3 [2020-11-18T00:55:16.370Z] go: downloading github.com/pkg/errors v0.9.1 [2020-11-18T00:55:16.370Z] go: downloading github.com/fatih/color v1.9.0 [2020-11-18T00:55:16.370Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:55:16.370Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:55:16.370Z] go: extracting github.com/pkg/errors v0.9.1 [2020-11-18T00:55:16.370Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:55:16.370Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:55:16.370Z] go: extracting github.com/fatih/color v1.9.0 [2020-11-18T00:55:16.370Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:55:16.370Z] go: extracting github.com/spf13/pflag v1.0.3 [2020-11-18T00:55:16.370Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:55:16.370Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:55:16.370Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:55:16.370Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:55:16.370Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:55:16.370Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:55:16.370Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:55:16.370Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:55:16.370Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:55:16.370Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:55:16.370Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:55:16.370Z] go: finding github.com/fatih/color v1.9.0 [2020-11-18T00:55:16.370Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-18T00:55:16.370Z] go: finding github.com/pkg/errors v0.9.1 [2020-11-18T00:55:16.370Z] go: finding github.com/spf13/pflag v1.0.3 [2020-11-18T00:55:16.370Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-18T00:55:16.370Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-18T00:55:16.370Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-18T00:55:16.370Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-18T00:55:16.370Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-18T00:55:16.370Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-18T00:55:16.370Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-18T00:55:17.395Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2020-11-18T00:55:18.565Z] INFO: Build done for gotestsum... [2020-11-18T00:55:18.926Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.908s coverage: 69.2% of statements [2020-11-18T00:55:18.978Z] --- PASS: TestBuildMultiStageLayerLeak (4.32s) [2020-11-18T00:55:18.978Z] === RUN TestBuildWithHugeFile [2020-11-18T00:55:19.223Z] ok github.com/docker/docker/daemon 12.434s coverage: 17.2% of statements [2020-11-18T00:55:19.223Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-18T00:55:19.223Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-18T00:55:19.223Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-18T00:55:19.223Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-18T00:55:19.938Z] --- PASS: TestContainerKillOnDaemonStart (13.09s) [2020-11-18T00:55:19.938Z] PASS [2020-11-18T00:55:19.938Z] [2020-11-18T00:55:19.938Z] === Skipped [2020-11-18T00:55:19.938Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-11-18T00:55:19.938Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-18T00:55:19.938Z] [2020-11-18T00:55:19.938Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-18T00:55:19.938Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T00:55:19.938Z] [2020-11-18T00:55:19.938Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-18T00:55:19.938Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T00:55:19.938Z] [2020-11-18T00:55:19.938Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-18T00:55:19.938Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-18T00:55:19.938Z] [2020-11-18T00:55:19.938Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-18T00:55:19.938Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-18T00:55:19.938Z] [2020-11-18T00:55:19.938Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-11-18T00:55:19.938Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-18T00:55:19.938Z] [2020-11-18T00:55:19.938Z] [2020-11-18T00:55:19.938Z] DONE 195 tests, 6 skipped in 139.797s [2020-11-18T00:55:19.938Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-11-18T00:55:19.938Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:55:19.938Z] ++ set -e [2020-11-18T00:55:19.938Z] ++ '[' -n 0 ']' [2020-11-18T00:55:19.938Z] ++ set -x [2020-11-18T00:55:19.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-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:55:19.938Z] INFO: Testing against a local daemon [2020-11-18T00:55:19.938Z] === RUN TestCommitInheritsEnv [2020-11-18T00:55:19.938Z] --- PASS: TestCommitInheritsEnv (0.57s) [2020-11-18T00:55:19.938Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-18T00:55:19.938Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-11-18T00:55:19.938Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-18T00:55:19.938Z] === RUN TestImagesFilterMultiReference [2020-11-18T00:55:19.938Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-11-18T00:55:19.938Z] === RUN TestImagePullPlatformInvalid [2020-11-18T00:55:19.938Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-11-18T00:55:19.938Z] === RUN TestRemoveImageOrphaning [2020-11-18T00:55:19.938Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2020-11-18T00:55:19.938Z] === RUN TestRemoveImageGarbageCollector [2020-11-18T00:55:19.938Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-18T00:55:19.938Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:55:19.938Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-18T00:55:20.199Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-11-18T00:55:20.199Z] === RUN TestTagInvalidReference [2020-11-18T00:55:20.199Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-18T00:55:20.199Z] === RUN TestTagValidPrefixedRepo [2020-11-18T00:55:20.199Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-11-18T00:55:20.199Z] === RUN TestTagExistedNameWithoutForce [2020-11-18T00:55:20.199Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-11-18T00:55:20.199Z] === RUN TestTagOfficialNames [2020-11-18T00:55:20.199Z] --- PASS: TestTagOfficialNames (0.08s) [2020-11-18T00:55:20.199Z] === RUN TestTagMatchesDigest [2020-11-18T00:55:20.199Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-11-18T00:55:20.199Z] PASS [2020-11-18T00:55:20.199Z] [2020-11-18T00:55:20.199Z] === Skipped [2020-11-18T00:55:20.199Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-11-18T00:55:20.199Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-18T00:55:20.199Z] [2020-11-18T00:55:20.199Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-18T00:55:20.199Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:55:20.199Z] [2020-11-18T00:55:20.199Z] [2020-11-18T00:55:20.199Z] DONE 12 tests, 2 skipped in 1.833s [2020-11-18T00:55:20.460Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-11-18T00:55:20.460Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:55:20.460Z] ++ set -e [2020-11-18T00:55:20.460Z] ++ '[' -n 0 ']' [2020-11-18T00:55:20.460Z] ++ set -x [2020-11-18T00:55:20.460Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:55:20.460Z] INFO: Testing against a local daemon [2020-11-18T00:55:20.460Z] === RUN TestNetworkCreateDelete [2020-11-18T00:55:21.033Z] --- PASS: TestNetworkCreateDelete (0.41s) [2020-11-18T00:55:21.033Z] === RUN TestDockerNetworkDeletePreferID [2020-11-18T00:55:21.324Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.065s coverage: 45.9% of statements [2020-11-18T00:55:21.324Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-18T00:55:21.622Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.295s coverage: 49.5% of statements [2020-11-18T00:55:22.273Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.027s coverage: 58.0% of statements [2020-11-18T00:55:22.420Z] --- PASS: TestDockerNetworkDeletePreferID (1.20s) [2020-11-18T00:55:22.421Z] === RUN TestDaemonDNSFallback [2020-11-18T00:55:24.378Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2020-11-18T00:55:24.378Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.014s coverage: 3.0% of statements [2020-11-18T00:55:26.479Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.935s coverage: 52.1% of statements [2020-11-18T00:55:26.479Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-18T00:55:26.479Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-18T00:55:27.125Z] ok github.com/docker/docker/daemon/logger 0.247s coverage: 41.0% of statements [2020-11-18T00:55:28.674Z] ok github.com/docker/docker/daemon/images 0.065s coverage: 6.5% of statements [2020-11-18T00:55:28.674Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-18T00:55:28.674Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-18T00:55:29.324Z] ok github.com/docker/docker/daemon/logger/awslogs 0.615s coverage: 77.8% of statements [2020-11-18T00:55:29.324Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-18T00:55:29.324Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-18T00:55:29.324Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 67.0% of statements [2020-11-18T00:55:29.622Z] ok github.com/docker/docker/daemon/logger/journald 0.045s coverage: 23.9% of statements [2020-11-18T00:55:30.266Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.016s coverage: 87.2% of statements [2020-11-18T00:55:30.562Z] --- PASS: TestDaemonDNSFallback (7.42s) [2020-11-18T00:55:30.562Z] === RUN TestInspectNetwork [2020-11-18T00:55:31.805Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.036s coverage: 61.6% of statements [2020-11-18T00:55:32.451Z] ok github.com/docker/docker/daemon/logger/local 0.031s coverage: 75.2% of statements [2020-11-18T00:55:32.451Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-18T00:55:32.952Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-11-18T00:55:33.095Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.065s coverage: 55.1% of statements [2020-11-18T00:55:33.434Z] Removing intermediate container 4dd657fb6085 [2020-11-18T00:55:33.434Z] ---> d70d0e85a09b [2020-11-18T00:55:33.434Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-11-18T00:55:33.434Z] ---> Running in cbfcd39058d4 [2020-11-18T00:55:33.896Z] Removing intermediate container cbfcd39058d4 [2020-11-18T00:55:33.896Z] ---> 491456e80e92 [2020-11-18T00:55:33.896Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-11-18T00:55:33.896Z] ---> Running in b86a189bf7b8 [2020-11-18T00:55:34.148Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.034s coverage: 33.3% of statements [2020-11-18T00:55:34.361Z] Removing intermediate container b86a189bf7b8 [2020-11-18T00:55:34.361Z] ---> 3e2937cec8d4 [2020-11-18T00:55:34.361Z] Step 10/10 : COPY . . [2020-11-18T00:55:34.767Z] === RUN TestInspectNetwork/full_network_id [2020-11-18T00:55:34.767Z] === RUN TestInspectNetwork/partial_network_id [2020-11-18T00:55:34.767Z] === RUN TestInspectNetwork/network_name [2020-11-18T00:55:34.767Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-18T00:55:34.793Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2020-11-18T00:55:35.092Z] ok github.com/docker/docker/daemon/logger/syslog 0.009s coverage: 46.8% of statements [2020-11-18T00:55:37.859Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2020-11-18T00:55:37.859Z] ok github.com/docker/docker/daemon/logger/splunk 2.543s coverage: 82.5% of statements [2020-11-18T00:55:37.859Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-18T00:55:37.859Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-18T00:55:40.782Z] --- PASS: TestInspectNetwork (9.47s) [2020-11-18T00:55:40.782Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-18T00:55:40.782Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-18T00:55:40.782Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-18T00:55:40.782Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-18T00:55:40.782Z] === RUN TestRunContainerWithBridgeNone [2020-11-18T00:55:40.805Z] ok github.com/docker/docker/distribution/metadata 0.107s coverage: 48.2% of statements [2020-11-18T00:55:40.805Z] ok github.com/docker/docker/errdefs 0.030s coverage: 49.4% of statements [2020-11-18T00:55:41.450Z] ok github.com/docker/docker/distribution 0.430s coverage: 25.6% of statements [2020-11-18T00:55:41.450Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-18T00:55:41.726Z] --- PASS: TestRunContainerWithBridgeNone (2.48s) [2020-11-18T00:55:41.726Z] === RUN TestNetworkInvalidJSON [2020-11-18T00:55:41.726Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-18T00:55:41.726Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-18T00:55:41.726Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T00:55:41.726Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T00:55:41.726Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T00:55:41.726Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T00:55:41.726Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-18T00:55:41.726Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T00:55:41.726Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T00:55:41.726Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-18T00:55:41.727Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-18T00:55:41.727Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-18T00:55:41.727Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-18T00:55:41.727Z] === RUN TestHostIPv4BridgeLabel [2020-11-18T00:55:42.299Z] --- PASS: TestHostIPv4BridgeLabel (0.84s) [2020-11-18T00:55:42.299Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-18T00:55:42.984Z] ok github.com/docker/docker/image 0.042s coverage: 86.4% of statements [2020-11-18T00:55:43.283Z] ok github.com/docker/docker/image/cache 0.021s coverage: 19.2% of statements [2020-11-18T00:55:43.283Z] ok github.com/docker/docker/distribution/xfer 1.701s coverage: 85.6% of statements [2020-11-18T00:55:43.283Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-18T00:55:43.283Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-18T00:55:44.218Z] --- PASS: TestDaemonRestartWithLiveRestore (1.40s) [2020-11-18T00:55:44.218Z] === RUN TestDaemonDefaultNetworkPools [2020-11-18T00:55:44.347Z] ok github.com/docker/docker/image/v1 0.014s coverage: 25.0% of statements [2020-11-18T00:55:44.348Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-18T00:55:44.348Z] ok github.com/docker/docker/libcontainerd/queue 0.056s coverage: 100.0% of statements [2020-11-18T00:55:45.169Z] --- PASS: TestDaemonDefaultNetworkPools (1.27s) [2020-11-18T00:55:45.169Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-18T00:55:46.449Z] ok github.com/docker/docker/pkg/aaparser 0.024s coverage: 52.9% of statements [2020-11-18T00:55:46.449Z] ok github.com/docker/docker/oci 0.020s coverage: 8.2% of statements [2020-11-18T00:55:47.083Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.94s) [2020-11-18T00:55:47.083Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-18T00:55:47.503Z] ok github.com/docker/docker/opts 0.143s coverage: 67.1% of statements [2020-11-18T00:55:48.859Z] ......... [ 86%] [2020-11-18T00:55:49.600Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2020-11-18T00:55:49.600Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2020-11-18T00:55:49.632Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.36s) [2020-11-18T00:55:49.632Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-18T00:55:50.204Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.84s) [2020-11-18T00:55:50.204Z] === RUN TestServiceWithPredefinedNetwork [2020-11-18T00:55:50.244Z] ok github.com/docker/docker/pkg/authorization 1.573s coverage: 68.3% of statements [2020-11-18T00:55:50.894Z] ok github.com/docker/docker/pkg/archive 1.248s coverage: 76.8% of statements [2020-11-18T00:55:51.539Z] ok github.com/docker/docker/pkg/directory 0.024s coverage: 80.0% of statements [2020-11-18T00:55:51.835Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2020-11-18T00:55:52.133Z] ok github.com/docker/docker/pkg/discovery/file 0.008s coverage: 92.9% of statements [2020-11-18T00:55:53.186Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-11-18T00:55:53.504Z] --- PASS: TestServiceWithPredefinedNetwork (3.32s) [2020-11-18T00:55:53.504Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-18T00:55:53.504Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-18T00:55:53.504Z] service_test.go:236: FLAKY_TEST [2020-11-18T00:55:53.504Z] === RUN TestServiceWithDataPathPortInit [2020-11-18T00:55:53.828Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-11-18T00:55:54.478Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-11-18T00:55:54.531Z] tests/integration/models_images_test.py ............... [ 89%] [2020-11-18T00:55:55.118Z] ok github.com/docker/docker/layer 7.189s coverage: 68.8% of statements [2020-11-18T00:55:55.118Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-18T00:55:55.118Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-18T00:55:55.118Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-18T00:55:55.118Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-18T00:55:55.118Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-18T00:55:55.416Z] ok github.com/docker/docker/pkg/chrootarchive 3.937s coverage: 43.2% of statements [2020-11-18T00:55:55.416Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-18T00:55:55.416Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-18T00:55:55.416Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2020-11-18T00:55:55.969Z] tests/integration/models_networks_test.py .... [ 90%] [2020-11-18T00:55:56.472Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2020-11-18T00:55:56.773Z] ok github.com/docker/docker/pkg/fsutils 0.349s coverage: 85.1% of statements [2020-11-18T00:55:56.773Z] ok github.com/docker/docker/pkg/discovery/kv 3.092s coverage: 84.1% of statements [2020-11-18T00:55:57.070Z] ok github.com/docker/docker/pkg/homedir 0.029s coverage: 11.4% of statements [2020-11-18T00:55:58.231Z] ---> 9e133121c5fc [2020-11-18T00:55:58.604Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2020-11-18T00:55:58.604Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2020-11-18T00:55:58.694Z] Successfully built 9e133121c5fc [2020-11-18T00:55:58.694Z] Successfully tagged docker:latest [2020-11-18T00:55:58.694Z] INFO: Image build ended at 11/18/2020 00:55:58. Duration:00:03:40.0569272 [2020-11-18T00:55:58.694Z] [2020-11-18T00:55:58.694Z] [2020-11-18T00:55:58.694Z] INFO: Building the test binaries at 11/18/2020 00:55:58... [2020-11-18T00:55:58.902Z] ok github.com/docker/docker/pkg/idtools 0.646s coverage: 70.1% of statements [2020-11-18T00:55:59.199Z] ok github.com/docker/docker/pkg/namesgenerator 0.030s coverage: 85.7% of statements [2020-11-18T00:55:59.499Z] ok github.com/docker/docker/pkg/ioutils 1.201s coverage: 70.6% of statements [2020-11-18T00:55:59.499Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-18T00:55:59.499Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-18T00:55:59.499Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-18T00:55:59.499Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-18T00:55:59.499Z] ok github.com/docker/docker/pkg/parsers 0.016s coverage: 97.0% of statements [2020-11-18T00:55:59.799Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2020-11-18T00:56:00.442Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.017s coverage: 86.7% of statements [2020-11-18T00:56:00.442Z] ok github.com/docker/docker/pkg/pidfile 0.009s coverage: 82.4% of statements [2020-11-18T00:56:00.442Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-18T00:56:00.442Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-18T00:56:01.086Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.045s coverage: 56.8% of statements [2020-11-18T00:56:01.733Z] ok github.com/docker/docker/pkg/pools 0.024s coverage: 88.2% of statements [2020-11-18T00:56:02.031Z] ok github.com/docker/docker/pkg/progress 0.018s coverage: 75.9% of statements [2020-11-18T00:56:02.327Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2020-11-18T00:56:02.499Z] tests/integration/models_nodes_test.py . [ 91%] [2020-11-18T00:56:02.499Z] tests/integration/models_resources_test.py . [ 91%] [2020-11-18T00:56:02.970Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2020-11-18T00:56:03.410Z] INFO: make.ps1 starting at 11/18/2020 00:56:02 [2020-11-18T00:56:03.410Z] INFO: Git commit (a1a8eab4a9) assumed from DOCKER_GITCOMMIT environment variable [2020-11-18T00:56:03.410Z] INFO: Invoking autogen... [2020-11-18T00:56:03.662Z] ok github.com/docker/docker/pkg/pubsub 1.137s coverage: 75.0% of statements [2020-11-18T00:56:03.662Z] ok github.com/docker/docker/pkg/stdcopy 0.008s coverage: 100.0% of statements [2020-11-18T00:56:04.304Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2020-11-18T00:56:04.384Z] INFO: Building daemon... [2020-11-18T00:56:04.600Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2020-11-18T00:56:06.125Z] ok github.com/docker/docker/pkg/system 0.029s coverage: 36.9% of statements [2020-11-18T00:56:06.125Z] ok github.com/docker/docker/pkg/sysinfo 0.022s coverage: 53.8% of statements [2020-11-18T00:56:06.422Z] ok github.com/docker/docker/pkg/signal 3.035s coverage: 61.0% of statements [2020-11-18T00:56:06.718Z] ok github.com/docker/docker/pkg/tailfile 0.108s coverage: 88.6% of statements [2020-11-18T00:56:07.016Z] testing: warning: no tests to run [2020-11-18T00:56:07.016Z] coverage: [no statements] [2020-11-18T00:56:07.016Z] ok github.com/docker/docker/pkg/term/windows 0.016s coverage: [no statements] [no tests to run] [2020-11-18T00:56:07.312Z] ok github.com/docker/docker/pkg/tarsum 0.139s coverage: 89.3% of statements [2020-11-18T00:56:07.611Z] ok github.com/docker/docker/pkg/truncindex 0.111s coverage: 91.5% of statements [2020-11-18T00:56:07.611Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2020-11-18T00:56:07.910Z] ok github.com/docker/docker/pkg/useragent 0.027s coverage: 88.9% of statements [2020-11-18T00:56:08.304Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-11-18T00:56:10.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-18T00:56:10.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-18T00:56:10.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-18T00:56:10.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-18T00:56:10.684Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2020-11-18T00:56:10.685Z] ok github.com/docker/docker/profiles/seccomp 0.035s coverage: 83.5% of statements [2020-11-18T00:56:11.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-18T00:56:11.555Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-11-18T00:56:11.555Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-11-18T00:56:11.620Z] --- PASS: TestServiceWithDataPathPortInit (18.09s) [2020-11-18T00:56:11.620Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-18T00:56:11.737Z] ok github.com/docker/docker/reference 0.011s coverage: 83.7% of statements [2020-11-18T00:56:12.034Z] ok github.com/docker/docker/plugin 0.581s coverage: 23.2% of statements [2020-11-18T00:56:13.574Z] ok github.com/docker/docker/quota 0.646s coverage: 71.4% of statements [2020-11-18T00:56:13.882Z] ok github.com/docker/docker/registry/resumable 0.034s coverage: 100.0% of statements [2020-11-18T00:56:14.526Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 50.9% of statements [2020-11-18T00:56:15.170Z] --- PASS: TestBuildWithHugeFile (52.57s) [2020-11-18T00:56:15.170Z] === RUN TestBuildWithEmptyDockerfile [2020-11-18T00:56:15.170Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T00:56:15.170Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T00:56:15.170Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T00:56:15.170Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T00:56:15.170Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T00:56:15.170Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T00:56:15.170Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T00:56:15.170Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T00:56:15.170Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T00:56:15.170Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2020-11-18T00:56:15.170Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2020-11-18T00:56:15.170Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2020-11-18T00:56:15.170Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-11-18T00:56:15.170Z] === RUN TestBuildPreserveOwnership [2020-11-18T00:56:15.170Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-18T00:56:15.173Z] ok github.com/docker/docker/registry 0.219s coverage: 57.2% of statements [2020-11-18T00:56:15.173Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2020-11-18T00:56:15.475Z] tests/integration/regression_test.py ...... [ 98%] [2020-11-18T00:56:15.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-18T00:56:15.731Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-11-18T00:56:15.731Z] tests/integration/credentials/utils_test.py . [100%] [2020-11-18T00:56:15.731Z] [2020-11-18T00:56:15.731Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-11-18T00:56:15.731Z] =========================== short test summary info ============================ [2020-11-18T00:56:15.731Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-11-18T00:56:15.731Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-11-18T00:56:15.731Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-11-18T00:56:15.731Z] Not supported on most drivers [2020-11-18T00:56:15.731Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-11-18T00:56:15.731Z] Output of docker top depends on host distro, and is not formalized. [2020-11-18T00:56:15.731Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-11-18T00:56:15.731Z] Output of docker top depends on host distro, and is not formalized. [2020-11-18T00:56:15.731Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-11-18T00:56:15.731Z] Can fail if eth0 has multiple IP addresses [2020-11-18T00:56:15.731Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-11-18T00:56:15.731Z] This doesn't seem to be taken into account by the engine [2020-11-18T00:56:15.731Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-11-18T00:56:15.731Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-11-18T00:56:15.731Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 328.33 seconds == [2020-11-18T00:56:15.986Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-11-18T00:56:16.224Z] ok github.com/docker/docker/runconfig 0.018s coverage: 66.1% of statements [2020-11-18T00:56:17.059Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-18T00:56:18.323Z] ok github.com/docker/docker/volume/drivers 0.009s coverage: 36.1% of statements [2020-11-18T00:56:20.422Z] ok github.com/docker/docker/volume/mounts 0.054s coverage: 67.0% of statements [2020-11-18T00:56:20.716Z] ok github.com/docker/docker/volume/local 0.272s coverage: 76.6% of statements [2020-11-18T00:56:21.226Z] --- PASS: TestBuildPreserveOwnership (10.07s) [2020-11-18T00:56:21.226Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.06s) [2020-11-18T00:56:21.226Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-11-18T00:56:21.226Z] === RUN TestBuildPlatformInvalid [2020-11-18T00:56:21.226Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2020-11-18T00:56:21.226Z] PASS [2020-11-18T00:56:21.226Z] [2020-11-18T00:56:21.226Z] === Skipped [2020-11-18T00:56:21.226Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-18T00:56:21.226Z] build_session_test.go:25: TODO: BuildKit [2020-11-18T00:56:21.226Z] [2020-11-18T00:56:21.226Z] [2020-11-18T00:56:21.226Z] DONE 32 tests, 1 skipped in 127.002s [2020-11-18T00:56:21.226Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-18T00:56:21.358Z] ok github.com/docker/docker/volume/service 0.023s coverage: 73.1% of statements [2020-11-18T00:56:21.483Z] INFO: Testing against a local daemon [2020-11-18T00:56:21.483Z] === RUN TestConfigInspect [2020-11-18T00:56:21.483Z] --- SKIP: TestConfigInspect (0.02s) [2020-11-18T00:56:21.483Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:21.483Z] === RUN TestConfigList [2020-11-18T00:56:21.483Z] --- SKIP: TestConfigList (0.01s) [2020-11-18T00:56:21.483Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:21.483Z] === RUN TestConfigsCreateAndDelete [2020-11-18T00:56:21.483Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2020-11-18T00:56:21.483Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:21.483Z] === RUN TestConfigsUpdate [2020-11-18T00:56:21.483Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-11-18T00:56:21.483Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:21.483Z] === RUN TestTemplatedConfig [2020-11-18T00:56:21.483Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-11-18T00:56:21.483Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:21.483Z] === RUN TestConfigCreateResolve [2020-11-18T00:56:21.483Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-11-18T00:56:21.483Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:21.483Z] === RUN TestConfigDaemonLibtrustID [2020-11-18T00:56:21.624Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.06s) [2020-11-18T00:56:21.624Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:z7vqwdlc4moeh10igzr1hkx2o Created:2020-11-18 00:56:13.27019805 +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[35e068465aa8577ca60e7cdd4e3132544eb5f27fb265bb3a52d7820059b44b27:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l6pfbhzf0pf1gikkzwp9uqfds EndpointID:ec09f78deffe92f052c293167641b46feeb30d80be37a45071af388f1aa5170f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5cdbd1f40ff55047e6f8aff535a2a264f42feeaace1c0481580a64b4d102d8e9 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:377f8033bf73 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l6pfbhzf0pf1gikkzwp9uqfds EndpointID:ec09f78deffe92f052c293167641b46feeb30d80be37a45071af388f1aa5170f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-18T00:56:21.624Z] PASS [2020-11-18T00:56:21.624Z] [2020-11-18T00:56:21.624Z] === Skipped [2020-11-18T00:56:21.624Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-18T00:56:21.624Z] service_test.go:236: FLAKY_TEST [2020-11-18T00:56:21.624Z] [2020-11-18T00:56:21.624Z] [2020-11-18T00:56:21.624Z] DONE 23 tests, 1 skipped in 60.358s [2020-11-18T00:56:21.624Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-18T00:56:21.624Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:56:21.624Z] ++ set -e [2020-11-18T00:56:21.624Z] ++ '[' -n 0 ']' [2020-11-18T00:56:21.624Z] ++ set -x [2020-11-18T00:56:21.624Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:56:21.624Z] INFO: Testing against a local daemon [2020-11-18T00:56:21.624Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-18T00:56:21.624Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-18T00:56:21.624Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T00:56:21.624Z] === RUN TestDockerNetworkIpvlan [2020-11-18T00:56:21.624Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-18T00:56:21.624Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T00:56:21.624Z] PASS [2020-11-18T00:56:21.624Z] [2020-11-18T00:56:21.624Z] === Skipped [2020-11-18T00:56:21.624Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-18T00:56:21.624Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T00:56:21.624Z] [2020-11-18T00:56:21.624Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-18T00:56:21.624Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T00:56:21.624Z] [2020-11-18T00:56:21.624Z] [2020-11-18T00:56:21.624Z] DONE 2 tests, 2 skipped in 0.203s [2020-11-18T00:56:21.624Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-18T00:56:21.624Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:56:21.624Z] ++ set -e [2020-11-18T00:56:21.624Z] ++ '[' -n 0 ']' [2020-11-18T00:56:21.624Z] ++ set -x [2020-11-18T00:56:21.624Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:56:21.624Z] INFO: Testing against a local daemon [2020-11-18T00:56:21.624Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-18T00:56:23.372Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2020-11-18T00:56:23.372Z] PASS [2020-11-18T00:56:23.372Z] [2020-11-18T00:56:23.372Z] === Skipped [2020-11-18T00:56:23.372Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-11-18T00:56:23.372Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:23.372Z] [2020-11-18T00:56:23.372Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-11-18T00:56:23.372Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:23.372Z] [2020-11-18T00:56:23.372Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2020-11-18T00:56:23.372Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:23.372Z] [2020-11-18T00:56:23.372Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-11-18T00:56:23.372Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:23.372Z] [2020-11-18T00:56:23.372Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-11-18T00:56:23.372Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:23.372Z] [2020-11-18T00:56:23.373Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-11-18T00:56:23.373Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:56:23.373Z] [2020-11-18T00:56:23.373Z] [2020-11-18T00:56:23.373Z] DONE 7 tests, 6 skipped in 1.730s [2020-11-18T00:56:23.373Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-18T00:56:23.373Z] INFO: Testing against a local daemon [2020-11-18T00:56:23.373Z] === RUN TestCheckpoint [2020-11-18T00:56:23.373Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-18T00:56:23.373Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-18T00:56:23.373Z] === RUN TestContainerInvalidJSON [2020-11-18T00:56:23.373Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T00:56:23.373Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T00:56:23.373Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T00:56:23.373Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T00:56:23.373Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-18T00:56:23.373Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-18T00:56:23.373Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T00:56:23.373Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-18T00:56:23.373Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T00:56:23.373Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-18T00:56:23.373Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-18T00:56:23.373Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-18T00:56:23.373Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-18T00:56:23.373Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-18T00:56:23.373Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2020-11-18T00:56:23.373Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-18T00:56:23.373Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2020-11-18T00:56:23.373Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-18T00:56:23.373Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2020-11-18T00:56:23.373Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-18T00:56:23.373Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2020-11-18T00:56:23.373Z] === RUN TestCopyFromContainer [2020-11-18T00:56:23.538Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.09s) [2020-11-18T00:56:23.538Z] === RUN TestDockerNetworkMacvlan [2020-11-18T00:56:24.480Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-18T00:56:25.703Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-18T00:56:25.866Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-18T00:56:26.813Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-18T00:56:27.540Z] === RUN TestCopyFromContainer// [2020-11-18T00:56:27.540Z] === RUN TestCopyFromContainer//bar/root [2020-11-18T00:56:27.540Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-18T00:56:27.540Z] === RUN TestCopyFromContainer/bar/quux [2020-11-18T00:56:27.540Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-18T00:56:27.540Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-18T00:56:27.540Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-18T00:56:27.540Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-18T00:56:27.797Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-18T00:56:27.797Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-18T00:56:27.797Z] --- PASS: TestCopyFromContainer (4.44s) [2020-11-18T00:56:27.797Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-18T00:56:27.797Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-11-18T00:56:27.797Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-11-18T00:56:27.797Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2020-11-18T00:56:27.797Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-11-18T00:56:27.797Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-11-18T00:56:27.797Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-11-18T00:56:27.797Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-11-18T00:56:27.797Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-11-18T00:56:27.797Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-11-18T00:56:27.797Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-18T00:56:27.797Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T00:56:27.797Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T00:56:27.797Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T00:56:27.797Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T00:56:27.797Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T00:56:27.797Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T00:56:27.797Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T00:56:27.797Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T00:56:27.797Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T00:56:27.797Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-18T00:56:27.797Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-11-18T00:56:27.797Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-11-18T00:56:27.797Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-18T00:56:27.797Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-18T00:56:27.797Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-11-18T00:56:27.797Z] === RUN TestCreateWithInvalidEnv [2020-11-18T00:56:27.797Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-18T00:56:27.797Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-18T00:56:27.797Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-18T00:56:27.797Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-18T00:56:27.797Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-18T00:56:27.797Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-18T00:56:27.797Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-18T00:56:27.797Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-18T00:56:27.797Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-18T00:56:27.797Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-11-18T00:56:27.797Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-18T00:56:27.797Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-18T00:56:27.797Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-18T00:56:27.797Z] === RUN TestCreateTmpfsMountsTarget [2020-11-18T00:56:27.797Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-18T00:56:28.053Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-18T00:56:28.188Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-18T00:56:28.188Z] [2020-11-18T00:56:28.188Z] Unloading profiles will leave already running processes permanently [2020-11-18T00:56:28.188Z] unconfined, which can lead to unexpected situations. [2020-11-18T00:56:28.188Z] [2020-11-18T00:56:28.188Z] To set a process to complain mode, use the command line tool [2020-11-18T00:56:28.188Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-18T00:56:28.188Z] Post stage [Pipeline] junit [2020-11-18T00:56:28.759Z] Recording test results [Pipeline] sh [2020-11-18T00:56:29.198Z] + echo Ensuring container killed. [2020-11-18T00:56:29.198Z] Ensuring container killed. [2020-11-18T00:56:29.198Z] + docker rm -vf docker-pr6 [2020-11-18T00:56:29.198Z] Error: No such container: docker-pr6 [2020-11-18T00:56:29.198Z] + true [Pipeline] sh [2020-11-18T00:56:29.419Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s) [2020-11-18T00:56:29.419Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-18T00:56:29.512Z] + echo Chowning /workspace to jenkins user [2020-11-18T00:56:29.512Z] Chowning /workspace to jenkins user [2020-11-18T00:56:29.512Z] + id -u [2020-11-18T00:56:29.512Z] + id -g [2020-11-18T00:56:29.512Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41620:/workspace busybox chown -R 1000:1000 /workspace [2020-11-18T00:56:29.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-18T00:56:30.347Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.14s) [2020-11-18T00:56:30.347Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-18T00:56:30.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T00:56:30.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T00:56:30.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T00:56:30.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T00:56:30.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T00:56:30.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T00:56:30.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T00:56:30.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T00:56:30.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T00:56:30.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T00:56:30.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T00:56:30.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T00:56:30.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T00:56:30.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T00:56:30.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T00:56:30.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-18T00:56:30.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-11-18T00:56:30.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-11-18T00:56:30.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-18T00:56:30.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-18T00:56:30.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-18T00:56:30.347Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-18T00:56:30.767Z] + bundleName=docker-py [2020-11-18T00:56:30.767Z] + echo Creating docker-py-bundles.tar.gz [2020-11-18T00:56:30.767Z] Creating docker-py-bundles.tar.gz [2020-11-18T00:56:30.767Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2020-11-18T00:56:30.775Z] Archiving artifacts [2020-11-18T00:56:30.909Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2020-11-18T00:56:30.909Z] === RUN TestCreateDifferentPlatform [2020-11-18T00:56:30.909Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-18T00:56:30.909Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-18T00:56:30.909Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-11-18T00:56:30.909Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-18T00:56:30.909Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-18T00:56:30.909Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-18T00:56:30.909Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-11-18T00:56:30.909Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-18T00:56:30.909Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2020-11-18T00:56:30.909Z] === RUN TestContainerStartOnDaemonRestart [2020-11-18T00:56:30.909Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-11-18T00:56:30.909Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-18T00:56:30.909Z] === RUN TestDaemonRestartIpcMode [2020-11-18T00:56:30.909Z] === PAUSE TestDaemonRestartIpcMode [2020-11-18T00:56:30.909Z] === RUN TestDaemonHostGatewayIP [2020-11-18T00:56:30.909Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-11-18T00:56:30.909Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:56:30.909Z] === RUN TestContainerKillOnDaemonStart [2020-11-18T00:56:30.909Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-11-18T00:56:30.909Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-18T00:56:30.909Z] === RUN TestDiff [2020-11-18T00:56:31.020Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-18T00:56:31.109Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41620/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [2020-11-18T00:56:31.165Z] --- PASS: TestDiff (0.39s) [2020-11-18T00:56:31.165Z] === RUN TestExecWithCloseStdin [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-11-18T00:56:31.504Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/make.sh binary-daemon [2020-11-18T00:56:31.733Z] --- PASS: TestExecWithCloseStdin (0.54s) [2020-11-18T00:56:31.733Z] === RUN TestExec [2020-11-18T00:56:31.759Z] [2020-11-18T00:56:32.015Z] Removing bundles/ [2020-11-18T00:56:32.015Z] [2020-11-18T00:56:32.015Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-11-18T00:56:32.015Z] Building: bundles/binary-daemon/dockerd-dev [2020-11-18T00:56:32.015Z] GOOS="" GOARCH="" GOARM="" [2020-11-18T00:56:32.294Z] --- PASS: TestExec (0.45s) [2020-11-18T00:56:32.294Z] === RUN TestExecUser [2020-11-18T00:56:32.550Z] --- PASS: TestExecUser (0.46s) [2020-11-18T00:56:32.550Z] === RUN TestExportContainerAndImportImage [2020-11-18T00:56:33.478Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2020-11-18T00:56:33.478Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-18T00:56:34.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-18T00:56:34.324Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-18T00:56:36.029Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-18T00:56:36.714Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.6% of statements [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/rootless [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/volume [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-18T00:56:36.714Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === Skipped [2020-11-18T00:56:36.714Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-18T00:56:36.714Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-18T00:56:36.714Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:73: No driver to put! [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-18T00:56:36.714Z] time="2020-11-18T00:55:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-18T00:56:36.714Z] time="2020-11-18T00:55:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-18T00:56:36.714Z] time="2020-11-18T00:55:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-18T00:56:36.714Z] time="2020-11-18T00:55:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-18T00:56:36.714Z] time="2020-11-18T00:55:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:73: No driver to put! [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-18T00:56:36.714Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-18T00:56:36.714Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-18T00:56:36.714Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T00:56:36.714Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-18T00:56:36.714Z] graphtest_unix.go:73: No driver to put! [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-18T00:56:36.714Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-18T00:56:36.714Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] [2020-11-18T00:56:36.714Z] DONE 2191 tests, 26 skipped in 258.798s [2020-11-18T00:56:36.745Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s) [2020-11-18T00:56:36.745Z] === RUN TestHealthCheckWorkdir Post stage [Pipeline] junit [2020-11-18T00:56:36.760Z] Recording test results [2020-11-18T00:56:37.306Z] --- PASS: TestHealthCheckWorkdir (0.57s) [2020-11-18T00:56:37.307Z] === RUN TestHealthKillContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-18T00:56:38.627Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41620/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -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:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/make.sh dynbinary test-integration [2020-11-18T00:56:38.926Z] [2020-11-18T00:56:38.926Z] Removing bundles/ [2020-11-18T00:56:38.926Z] [2020-11-18T00:56:38.926Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-18T00:56:38.926Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-18T00:56:38.926Z] GOOS="" GOARCH="" GOARM="" [2020-11-18T00:56:39.858Z] --- PASS: TestHealthKillContainer (2.50s) [2020-11-18T00:56:39.858Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-18T00:56:40.124Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2020-11-18T00:56:40.124Z] === RUN TestIpcModeNone [2020-11-18T00:56:40.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-18T00:56:40.389Z] --- PASS: TestIpcModeNone (0.44s) [2020-11-18T00:56:40.389Z] === RUN TestIpcModePrivate [2020-11-18T00:56:40.912Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-18T00:56:40.959Z] --- PASS: TestIpcModePrivate (0.47s) [2020-11-18T00:56:40.959Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2020-11-18T00:56:40.959Z] === RUN TestIpcModeShareable [2020-11-18T00:56:40.959Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-11-18T00:56:40.959Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-18T00:56:40.959Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-18T00:56:42.298Z] --- PASS: TestDockerNetworkMacvlan (18.76s) [2020-11-18T00:56:42.298Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2020-11-18T00:56:42.298Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-11-18T00:56:42.298Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.02s) [2020-11-18T00:56:42.298Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.07s) [2020-11-18T00:56:42.298Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.91s) [2020-11-18T00:56:42.298Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.32s) [2020-11-18T00:56:42.298Z] PASS [2020-11-18T00:56:42.298Z] [2020-11-18T00:56:42.298Z] DONE 8 tests in 21.047s [2020-11-18T00:56:42.298Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-18T00:56:42.298Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:56:42.298Z] ++ set -e [2020-11-18T00:56:42.298Z] ++ '[' -n 0 ']' [2020-11-18T00:56:42.298Z] ++ set -x [2020-11-18T00:56:42.298Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:56:42.298Z] testing: warning: no tests to run [2020-11-18T00:56:42.298Z] PASS [2020-11-18T00:56:42.298Z] [2020-11-18T00:56:42.298Z] DONE 0 tests in 0.031s [2020-11-18T00:56:42.298Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-18T00:56:42.299Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:56:42.299Z] ++ set -e [2020-11-18T00:56:42.299Z] ++ '[' -n 0 ']' [2020-11-18T00:56:42.299Z] ++ set -x [2020-11-18T00:56:42.299Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:56:42.299Z] INFO: Testing against a local daemon [2020-11-18T00:56:42.299Z] === RUN TestAuthZPluginAllowRequest [2020-11-18T00:56:42.323Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.39s) [2020-11-18T00:56:42.323Z] === RUN TestAPIIpcModeHost [2020-11-18T00:56:42.323Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-11-18T00:56:42.323Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-18T00:56:42.323Z] === RUN TestDaemonIpcModeShareable [2020-11-18T00:56:42.323Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-11-18T00:56:42.323Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-18T00:56:42.323Z] === RUN TestDaemonIpcModePrivate [2020-11-18T00:56:43.688Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2020-11-18T00:56:43.688Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2020-11-18T00:56:43.688Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-18T00:56:43.688Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-18T00:56:43.688Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-18T00:56:43.688Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-18T00:56:43.688Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-18T00:56:43.688Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-18T00:56:43.688Z] === RUN TestIpcModeOlderClient [2020-11-18T00:56:43.688Z] === PAUSE TestIpcModeOlderClient [2020-11-18T00:56:43.688Z] === RUN TestKillContainerInvalidSignal [2020-11-18T00:56:43.944Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2020-11-18T00:56:43.944Z] === RUN TestKillContainer [2020-11-18T00:56:43.944Z] === RUN TestKillContainer/no_signal [2020-11-18T00:56:44.213Z] --- PASS: TestAuthZPluginAllowRequest (1.94s) [2020-11-18T00:56:44.213Z] === RUN TestAuthZPluginTLS [2020-11-18T00:56:44.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-18T00:56:44.506Z] === RUN TestKillContainer/non_killing_signal [2020-11-18T00:56:44.506Z] === RUN TestKillContainer/killing_signal [2020-11-18T00:56:45.068Z] --- PASS: TestKillContainer (1.25s) [2020-11-18T00:56:45.068Z] --- PASS: TestKillContainer/no_signal (0.40s) [2020-11-18T00:56:45.068Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2020-11-18T00:56:45.068Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2020-11-18T00:56:45.068Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-18T00:56:45.068Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-18T00:56:45.156Z] --- PASS: TestAuthZPluginTLS (0.75s) [2020-11-18T00:56:45.156Z] === RUN TestAuthZPluginDenyRequest [2020-11-18T00:56:45.629Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-18T00:56:45.727Z] --- PASS: TestAuthZPluginDenyRequest (0.77s) [2020-11-18T00:56:45.727Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-18T00:56:45.885Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s) [2020-11-18T00:56:45.885Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2020-11-18T00:56:45.885Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2020-11-18T00:56:45.885Z] === RUN TestKillStoppedContainer [2020-11-18T00:56:46.143Z] --- PASS: TestKillStoppedContainer (0.05s) [2020-11-18T00:56:46.143Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-18T00:56:46.143Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-11-18T00:56:46.143Z] === RUN TestKillDifferentUserContainer [2020-11-18T00:56:46.300Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.69s) [2020-11-18T00:56:46.300Z] === RUN TestAuthZPluginDenyResponse [2020-11-18T00:56:46.706Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2020-11-18T00:56:46.706Z] === RUN TestInspectOomKilledTrue [2020-11-18T00:56:46.706Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-18T00:56:46.706Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:56:46.706Z] === RUN TestInspectOomKilledFalse [2020-11-18T00:56:46.706Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-18T00:56:46.706Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T00:56:46.706Z] === RUN TestLinksEtcHostsContentMatch [2020-11-18T00:56:46.706Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-11-18T00:56:46.706Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-18T00:56:46.706Z] === RUN TestLinksContainerNames [2020-11-18T00:56:47.244Z] --- PASS: TestAuthZPluginDenyResponse (0.68s) [2020-11-18T00:56:47.244Z] === RUN TestAuthZPluginAllowEventStream [2020-11-18T00:56:47.268Z] --- PASS: TestLinksContainerNames (0.83s) [2020-11-18T00:56:47.268Z] === RUN TestLogsFollowTailEmpty [2020-11-18T00:56:47.833Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2020-11-18T00:56:47.833Z] === RUN TestContainerNetworkMountsNoChown [2020-11-18T00:56:48.396Z] --- PASS: TestContainerNetworkMountsNoChown (0.48s) [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/default [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/default [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/private [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/private [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rprivate [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/slave [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/slave [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rslave [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/shared [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/shared [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rshared [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/default [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/rslave [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/rshared [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/shared [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/rprivate [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/slave [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/private [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-18T00:56:48.396Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-18T00:56:48.396Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T00:56:48.396Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-18T00:56:48.652Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-11-18T00:56:48.652Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-11-18T00:56:48.652Z] === RUN TestContainerBindMountNonRecursive [2020-11-18T00:56:48.652Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-11-18T00:56:48.652Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-18T00:56:48.652Z] === RUN TestContainerVolumesMountedAsShared [2020-11-18T00:56:48.652Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2020-11-18T00:56:48.652Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-18T00:56:48.652Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-18T00:56:48.652Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2020-11-18T00:56:48.652Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-18T00:56:48.652Z] === RUN TestNetworkNat [2020-11-18T00:56:48.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-18T00:56:49.159Z] --- PASS: TestAuthZPluginAllowEventStream (1.82s) [2020-11-18T00:56:49.160Z] === RUN TestAuthZPluginErrorResponse [2020-11-18T00:56:49.215Z] --- PASS: TestNetworkNat (0.49s) [2020-11-18T00:56:49.215Z] === RUN TestNetworkLocalhostTCPNat [2020-11-18T00:56:49.732Z] --- PASS: TestAuthZPluginErrorResponse (0.70s) [2020-11-18T00:56:49.732Z] === RUN TestAuthZPluginErrorRequest [2020-11-18T00:56:49.778Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2020-11-18T00:56:49.778Z] === RUN TestNetworkLoopbackNat [2020-11-18T00:56:50.304Z] --- PASS: TestAuthZPluginErrorRequest (0.69s) [2020-11-18T00:56:50.304Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-18T00:56:50.878Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.66s) [2020-11-18T00:56:50.878Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-18T00:56:51.960Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-18T00:56:52.292Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2020-11-18T00:56:52.292Z] === RUN TestPause [2020-11-18T00:56:52.292Z] --- SKIP: TestPause (0.00s) [2020-11-18T00:56:52.292Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:56:52.292Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-18T00:56:52.292Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-18T00:56:52.292Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-18T00:56:52.292Z] === RUN TestPauseStopPausedContainer [2020-11-18T00:56:52.292Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-11-18T00:56:52.292Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:56:52.292Z] === RUN TestPsFilter [2020-11-18T00:56:52.292Z] --- PASS: TestPsFilter (0.10s) [2020-11-18T00:56:52.292Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-18T00:56:52.548Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2020-11-18T00:56:52.548Z] === RUN TestRemoveContainerWithVolume [2020-11-18T00:56:53.111Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2020-11-18T00:56:53.111Z] === RUN TestRemoveContainerRunning [2020-11-18T00:56:53.434Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.39s) [2020-11-18T00:56:53.434Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-18T00:56:53.673Z] --- PASS: TestRemoveContainerRunning (0.44s) [2020-11-18T00:56:53.673Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-18T00:56:53.930Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2020-11-18T00:56:53.930Z] === RUN TestRemoveInvalidContainer [2020-11-18T00:56:53.930Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-18T00:56:53.930Z] === RUN TestRenameLinkedContainer [2020-11-18T00:56:55.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-18T00:56:55.818Z] --- PASS: TestRenameLinkedContainer (1.74s) [2020-11-18T00:56:55.818Z] === RUN TestRenameStoppedContainer [2020-11-18T00:56:55.982Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.26s) [2020-11-18T00:56:55.982Z] === RUN TestAuthZPluginHeader [2020-11-18T00:56:56.075Z] --- PASS: TestRenameStoppedContainer (0.42s) [2020-11-18T00:56:56.075Z] === RUN TestRenameRunningContainerAndReuse [2020-11-18T00:56:56.553Z] --- PASS: TestAuthZPluginHeader (1.03s) [2020-11-18T00:56:56.553Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-18T00:56:56.553Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-18T00:56:56.553Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:56:56.553Z] === RUN TestAuthZPluginV2Disable [2020-11-18T00:56:56.553Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-18T00:56:56.553Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:56:56.553Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-18T00:56:56.553Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-18T00:56:56.553Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:56:56.553Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-18T00:56:56.553Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-18T00:56:56.553Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:56:56.553Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-18T00:56:57.002Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2020-11-18T00:56:57.002Z] === RUN TestRenameInvalidName [2020-11-18T00:56:57.258Z] --- PASS: TestRenameInvalidName (0.41s) [2020-11-18T00:56:57.258Z] === RUN TestRenameAnonymousContainer [2020-11-18T00:56:58.574Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-18T00:56:58.574Z] Using test binary docker [2020-11-18T00:56:58.574Z] +++ /etc/init.d/apparmor start [2020-11-18T00:56:58.574Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-18T00:56:58.574Z] INFO: Waiting for daemon to start... [2020-11-18T00:56:58.574Z] Starting dockerd [2020-11-18T00:56:58.574Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-11-18T00:56:59.148Z] --- PASS: TestRenameAnonymousContainer (1.52s) [2020-11-18T00:56:59.148Z] === RUN TestRenameContainerWithSameName [2020-11-18T00:56:59.405Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2020-11-18T00:56:59.405Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-18T00:57:00.332Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2020-11-18T00:57:00.332Z] === RUN TestResize [2020-11-18T00:57:00.588Z] --- PASS: TestResize (0.42s) [2020-11-18T00:57:00.588Z] === RUN TestResizeWithInvalidSize [2020-11-18T00:57:01.126Z] . [2020-11-18T00:57:01.126Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-18T00:57:01.126Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-18T00:57:01.126Z] Error: No such image: emptyfs [2020-11-18T00:57:01.126Z] ++++ docker load [2020-11-18T00:57:01.126Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-18T00:57:01.150Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2020-11-18T00:57:01.150Z] === RUN TestResizeWhenContainerNotStarted [2020-11-18T00:57:01.388Z] Running integration-test (iteration 1) [2020-11-18T00:57:01.388Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-18T00:57:01.388Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:01.388Z] ++ set -e [2020-11-18T00:57:01.388Z] ++ '[' -n 0 ']' [2020-11-18T00:57:01.388Z] ++ set -x [2020-11-18T00:57:01.388Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:01.405Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2020-11-18T00:57:01.405Z] === RUN TestDaemonRestartKillContainers [2020-11-18T00:57:01.405Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-11-18T00:57:01.405Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-18T00:57:01.405Z] === RUN TestCgroupNamespacesRun [2020-11-18T00:57:03.920Z] --- PASS: TestCgroupNamespacesRun (2.24s) [2020-11-18T00:57:03.920Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-18T00:57:05.809Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.14s) [2020-11-18T00:57:05.809Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-18T00:57:08.326Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.17s) [2020-11-18T00:57:08.326Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-18T00:57:10.218Z] --- PASS: TestCgroupNamespacesRunHostMode (2.15s) [2020-11-18T00:57:10.218Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-18T00:57:12.108Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.16s) [2020-11-18T00:57:12.108Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-18T00:57:14.625Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.13s) [2020-11-18T00:57:14.625Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-18T00:57:15.990Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s) [2020-11-18T00:57:15.990Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-18T00:57:16.559Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-11-18T00:57:16.559Z] [2020-11-18T00:57:16.559Z] ________ ____ __. [2020-11-18T00:57:16.559Z] \_____ \ | |/ _| [2020-11-18T00:57:16.559Z] / | \| < [2020-11-18T00:57:16.559Z] / | \ | \ [2020-11-18T00:57:16.559Z] \_______ /____|__ \ [2020-11-18T00:57:16.559Z] \/ \/ [2020-11-18T00:57:16.559Z] [2020-11-18T00:57:16.559Z] INFO: make.ps1 ended at 11/18/2020 00:57:13 [2020-11-18T00:57:16.559Z] INFO: Binaries build ended at 11/18/2020 00:57:15. Duration:00:01:16.9106858 [2020-11-18T00:57:18.110Z] INFO: Copying the built daemon binary to d:\CI\PR-41620\6\binary\dockerd-a1a8eab4a9.exe... [2020-11-18T00:57:18.110Z] INFO: Copying the built client binary to d:\CI\PR-41620\6\binary\docker-a1a8eab4a9.exe... [2020-11-18T00:57:18.110Z] INFO: Copying dockerversion from the container... [2020-11-18T00:57:18.508Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.13s) [2020-11-18T00:57:18.508Z] === RUN TestKernelTCPMemory [2020-11-18T00:57:18.508Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-11-18T00:57:18.508Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:18.508Z] === RUN TestNISDomainname [2020-11-18T00:57:18.508Z] --- SKIP: TestNISDomainname (0.01s) [2020-11-18T00:57:18.508Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-11-18T00:57:18.508Z] === RUN TestHostnameDnsResolution [2020-11-18T00:57:18.516Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.19s) [2020-11-18T00:57:18.516Z] PASS [2020-11-18T00:57:18.516Z] [2020-11-18T00:57:18.516Z] === Skipped [2020-11-18T00:57:18.516Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-18T00:57:18.516Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:57:18.516Z] [2020-11-18T00:57:18.516Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-18T00:57:18.516Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:57:18.516Z] [2020-11-18T00:57:18.516Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-18T00:57:18.516Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:57:18.516Z] [2020-11-18T00:57:18.516Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-18T00:57:18.516Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:57:18.516Z] [2020-11-18T00:57:18.516Z] [2020-11-18T00:57:18.516Z] DONE 17 tests, 4 skipped in 32.744s [2020-11-18T00:57:18.516Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-18T00:57:18.516Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:18.516Z] ++ set -e [2020-11-18T00:57:18.516Z] ++ '[' -n 0 ']' [2020-11-18T00:57:18.516Z] ++ set -x [2020-11-18T00:57:18.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-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:18.517Z] INFO: Testing against a local daemon [2020-11-18T00:57:18.517Z] === RUN TestPluginInvalidJSON [2020-11-18T00:57:18.517Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T00:57:18.517Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T00:57:18.517Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T00:57:18.517Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-11-18T00:57:18.517Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-18T00:57:18.517Z] === RUN TestPluginInstall [2020-11-18T00:57:18.517Z] === RUN TestPluginInstall/no_auth [2020-11-18T00:57:18.517Z] time="2020-11-18T00:57:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T00:57:18.517Z] time="2020-11-18T00:57:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b55862374281e6b6dbc2124254d9e001444e6a96e73382cf94f02351181e535f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T00:57:18.517Z] time="2020-11-18T00:57:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T00:57:18.517Z] time="2020-11-18T00:57:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b55862374281e6b6dbc2124254d9e001444e6a96e73382cf94f02351181e535f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T00:57:18.517Z] === RUN TestPluginInstall/with_htpasswd [2020-11-18T00:57:18.572Z] INFO: Copying the golang package from the container to d:\CI\PR-41620\6\installer\go.zip... [2020-11-18T00:57:19.070Z] --- PASS: TestHostnameDnsResolution (0.71s) [2020-11-18T00:57:19.070Z] === RUN TestStats [2020-11-18T00:57:19.070Z] --- SKIP: TestStats (0.00s) [2020-11-18T00:57:19.070Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:19.070Z] === RUN TestStopContainerWithTimeout [2020-11-18T00:57:19.070Z] === RUN TestStopContainerWithTimeout/0 [2020-11-18T00:57:19.070Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-18T00:57:19.070Z] === RUN TestStopContainerWithTimeout/1 [2020-11-18T00:57:19.070Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-18T00:57:19.070Z] === RUN TestStopContainerWithTimeout/3 [2020-11-18T00:57:19.070Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-18T00:57:19.070Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-18T00:57:19.070Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-18T00:57:19.070Z] === CONT TestStopContainerWithTimeout/0 [2020-11-18T00:57:19.070Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-18T00:57:19.088Z] time="2020-11-18T00:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T00:57:19.088Z] time="2020-11-18T00:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5d620f7fe0784e06bb3eddeee2913ade97f12ee2a30de05a6dc7f92206a5ff03" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T00:57:19.088Z] time="2020-11-18T00:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T00:57:19.088Z] time="2020-11-18T00:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5d620f7fe0784e06bb3eddeee2913ade97f12ee2a30de05a6dc7f92206a5ff03" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T00:57:19.348Z] === RUN TestPluginInstall/with_insecure [2020-11-18T00:57:19.632Z] === CONT TestStopContainerWithTimeout/3 [2020-11-18T00:57:20.734Z] time="2020-11-18T00:57:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T00:57:20.734Z] time="2020-11-18T00:57:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5bad09f83fc6b3f35a1666404b47ef52fd26fe2efd55281bc8e5621d1adfe8fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T00:57:20.734Z] time="2020-11-18T00:57:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T00:57:20.734Z] time="2020-11-18T00:57:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5bad09f83fc6b3f35a1666404b47ef52fd26fe2efd55281bc8e5621d1adfe8fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T00:57:21.306Z] --- PASS: TestPluginInstall (6.06s) [2020-11-18T00:57:21.306Z] --- PASS: TestPluginInstall/no_auth (3.09s) [2020-11-18T00:57:21.306Z] --- PASS: TestPluginInstall/with_htpasswd (1.20s) [2020-11-18T00:57:21.306Z] --- PASS: TestPluginInstall/with_insecure (1.77s) [2020-11-18T00:57:21.306Z] plugin_test.go:157: [dc81bb0bd02b8] daemon is not started [2020-11-18T00:57:21.306Z] PASS [2020-11-18T00:57:21.306Z] [2020-11-18T00:57:21.306Z] DONE 6 tests in 6.312s [2020-11-18T00:57:21.306Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-18T00:57:21.306Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:21.306Z] ++ set -e [2020-11-18T00:57:21.306Z] ++ '[' -n 0 ']' [2020-11-18T00:57:21.306Z] ++ set -x [2020-11-18T00:57:21.306Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:21.521Z] === CONT TestStopContainerWithTimeout/1 [2020-11-18T00:57:21.568Z] INFO: Testing against a local daemon [2020-11-18T00:57:21.568Z] === RUN TestExternalGraphDriver [2020-11-18T00:57:21.829Z] === RUN TestExternalGraphDriver/json [2020-11-18T00:57:22.330Z] INFO: Extracting go.zip to d:\CI\PR-41620\6\go [2020-11-18T00:57:23.410Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-18T00:57:23.411Z] --- PASS: TestStopContainerWithTimeout/0 (0.61s) [2020-11-18T00:57:23.411Z] --- PASS: TestStopContainerWithTimeout/-1 (2.65s) [2020-11-18T00:57:23.411Z] --- PASS: TestStopContainerWithTimeout/3 (2.40s) [2020-11-18T00:57:23.411Z] --- PASS: TestStopContainerWithTimeout/1 (1.46s) [2020-11-18T00:57:23.411Z] === RUN TestDeleteDevicemapper [2020-11-18T00:57:23.411Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-18T00:57:23.411Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-18T00:57:23.411Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-18T00:57:24.377Z] === RUN TestExternalGraphDriver/spec [2020-11-18T00:57:24.776Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.56s) [2020-11-18T00:57:24.776Z] === RUN TestUpdateMemory [2020-11-18T00:57:24.776Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-18T00:57:24.776Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:24.776Z] === RUN TestUpdateCPUQuota [2020-11-18T00:57:24.776Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-11-18T00:57:24.776Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:24.776Z] === RUN TestUpdatePidsLimit [2020-11-18T00:57:24.776Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-11-18T00:57:24.776Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:24.776Z] === RUN TestUpdateRestartPolicy [2020-11-18T00:57:27.683Z] === RUN TestExternalGraphDriver/pull [2020-11-18T00:57:29.600Z] --- PASS: TestExternalGraphDriver (7.82s) [2020-11-18T00:57:29.600Z] --- PASS: TestExternalGraphDriver/json (2.51s) [2020-11-18T00:57:29.600Z] --- PASS: TestExternalGraphDriver/spec (2.77s) [2020-11-18T00:57:29.600Z] --- PASS: TestExternalGraphDriver/pull (2.35s) [2020-11-18T00:57:29.600Z] === RUN TestGraphdriverPluginV2 [2020-11-18T00:57:29.600Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-11-18T00:57:29.600Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:57:29.600Z] PASS [2020-11-18T00:57:29.600Z] [2020-11-18T00:57:29.600Z] === Skipped [2020-11-18T00:57:29.600Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-11-18T00:57:29.600Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:57:29.600Z] [2020-11-18T00:57:29.600Z] [2020-11-18T00:57:29.600Z] DONE 5 tests, 1 skipped in 8.287s [2020-11-18T00:57:29.600Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-18T00:57:29.600Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:29.600Z] ++ set -e [2020-11-18T00:57:29.600Z] ++ '[' -n 0 ']' [2020-11-18T00:57:29.600Z] ++ set -x [2020-11-18T00:57:29.600Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:29.600Z] INFO: Testing against a local daemon [2020-11-18T00:57:29.600Z] === RUN TestContinueAfterPluginCrash [2020-11-18T00:57:29.600Z] === PAUSE TestContinueAfterPluginCrash [2020-11-18T00:57:29.600Z] === RUN TestReadPluginNoRead [2020-11-18T00:57:29.600Z] === PAUSE TestReadPluginNoRead [2020-11-18T00:57:29.600Z] === RUN TestDaemonStartWithLogOpt [2020-11-18T00:57:29.600Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-18T00:57:29.600Z] === CONT TestContinueAfterPluginCrash [2020-11-18T00:57:29.600Z] === CONT TestDaemonStartWithLogOpt [2020-11-18T00:57:29.600Z] === CONT TestReadPluginNoRead [2020-11-18T00:57:34.918Z] === RUN TestReadPluginNoRead/default [2020-11-18T00:57:34.918Z] --- PASS: TestDaemonStartWithLogOpt (5.09s) [2020-11-18T00:57:35.965Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-18T00:57:36.945Z] --- PASS: TestUpdateRestartPolicy (10.91s) [2020-11-18T00:57:36.945Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-18T00:57:36.945Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2020-11-18T00:57:36.945Z] === RUN TestWaitNonBlocked [2020-11-18T00:57:36.945Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T00:57:36.945Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T00:57:36.945Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T00:57:36.945Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T00:57:36.945Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T00:57:36.945Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T00:57:36.945Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-11-18T00:57:36.945Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.57s) [2020-11-18T00:57:36.945Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2020-11-18T00:57:36.945Z] === RUN TestWaitBlocked [2020-11-18T00:57:36.945Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T00:57:36.945Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T00:57:36.945Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T00:57:36.945Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T00:57:36.945Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T00:57:36.945Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T00:57:37.507Z] --- PASS: TestWaitBlocked (0.01s) [2020-11-18T00:57:37.507Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2020-11-18T00:57:37.507Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2020-11-18T00:57:37.507Z] === CONT TestDaemonRestartIpcMode [2020-11-18T00:57:37.507Z] === CONT TestIpcModeOlderClient [2020-11-18T00:57:37.507Z] --- PASS: TestIpcModeOlderClient (0.06s) [2020-11-18T00:57:37.879Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-18T00:57:39.792Z] --- PASS: TestReadPluginNoRead (9.89s) [2020-11-18T00:57:39.792Z] --- PASS: TestReadPluginNoRead/default (1.84s) [2020-11-18T00:57:39.792Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.81s) [2020-11-18T00:57:39.792Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.77s) [2020-11-18T00:57:39.792Z] read_test.go:92: [d9ed52f788644] daemon is not started [2020-11-18T00:57:40.053Z] --- PASS: TestContinueAfterPluginCrash (10.34s) [2020-11-18T00:57:40.053Z] PASS [2020-11-18T00:57:40.053Z] [2020-11-18T00:57:40.053Z] DONE 6 tests in 10.531s [2020-11-18T00:57:40.053Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-18T00:57:40.053Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:40.053Z] ++ set -e [2020-11-18T00:57:40.053Z] ++ '[' -n 0 ']' [2020-11-18T00:57:40.053Z] ++ set -x [2020-11-18T00:57:40.053Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:40.053Z] testing: warning: no tests to run [2020-11-18T00:57:40.053Z] PASS [2020-11-18T00:57:40.053Z] [2020-11-18T00:57:40.053Z] DONE 0 tests in 0.061s [2020-11-18T00:57:40.053Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-18T00:57:40.053Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:40.053Z] ++ set -e [2020-11-18T00:57:40.053Z] ++ '[' -n 0 ']' [2020-11-18T00:57:40.053Z] ++ set -x [2020-11-18T00:57:40.053Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:40.314Z] INFO: Testing against a local daemon [2020-11-18T00:57:40.314Z] === RUN TestPluginWithDevMounts [2020-11-18T00:57:40.314Z] === PAUSE TestPluginWithDevMounts [2020-11-18T00:57:40.314Z] === CONT TestPluginWithDevMounts [2020-11-18T00:57:41.734Z] --- PASS: TestDaemonRestartIpcMode (4.20s) [2020-11-18T00:57:41.734Z] PASS [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === Skipped [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-18T00:57:41.734Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-11-18T00:57:41.734Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-11-18T00:57:41.734Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-11-18T00:57:41.734Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-11-18T00:57:41.734Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-11-18T00:57:41.734Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-11-18T00:57:41.734Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-18T00:57:41.734Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-18T00:57:41.734Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-18T00:57:41.734Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-18T00:57:41.734Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-11-18T00:57:41.734Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-11-18T00:57:41.734Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2020-11-18T00:57:41.734Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2020-11-18T00:57:41.734Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-11-18T00:57:41.734Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:41.734Z] [2020-11-18T00:57:41.734Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-18T00:57:41.735Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-18T00:57:41.735Z] [2020-11-18T00:57:41.735Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-11-18T00:57:41.735Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:41.735Z] [2020-11-18T00:57:41.735Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-11-18T00:57:41.735Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-18T00:57:41.735Z] [2020-11-18T00:57:41.735Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-11-18T00:57:41.735Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:41.735Z] [2020-11-18T00:57:41.735Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-11-18T00:57:41.735Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-11-18T00:57:41.735Z] [2020-11-18T00:57:41.735Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-11-18T00:57:41.735Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:41.735Z] [2020-11-18T00:57:41.735Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-18T00:57:41.735Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-18T00:57:41.735Z] [2020-11-18T00:57:41.735Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-11-18T00:57:41.735Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:41.735Z] [2020-11-18T00:57:41.735Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-11-18T00:57:41.735Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:41.735Z] [2020-11-18T00:57:41.735Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-11-18T00:57:41.735Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-18T00:57:41.735Z] [2020-11-18T00:57:41.735Z] [2020-11-18T00:57:41.735Z] DONE 176 tests, 26 skipped in 78.516s [2020-11-18T00:57:41.735Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-18T00:57:41.735Z] INFO: Testing against a local daemon [2020-11-18T00:57:41.735Z] === RUN TestCommitInheritsEnv [2020-11-18T00:57:42.860Z] --- PASS: TestPluginWithDevMounts (2.19s) [2020-11-18T00:57:42.860Z] PASS [2020-11-18T00:57:42.860Z] [2020-11-18T00:57:42.860Z] DONE 1 tests in 2.412s [2020-11-18T00:57:42.860Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-18T00:57:42.860Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:42.860Z] ++ set -e [2020-11-18T00:57:42.860Z] ++ '[' -n 0 ']' [2020-11-18T00:57:42.860Z] ++ set -x [2020-11-18T00:57:42.860Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:57:42.860Z] INFO: Testing against a local daemon [2020-11-18T00:57:42.860Z] === RUN TestSecretInspect [2020-11-18T00:57:43.115Z] --- PASS: TestCommitInheritsEnv (1.37s) [2020-11-18T00:57:43.115Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-18T00:57:43.115Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-18T00:57:43.115Z] === RUN TestImagesFilterMultiReference [2020-11-18T00:57:43.115Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-11-18T00:57:43.115Z] === RUN TestImagePullPlatformInvalid [2020-11-18T00:57:43.371Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-11-18T00:57:43.371Z] === RUN TestRemoveImageOrphaning [2020-11-18T00:57:45.259Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2020-11-18T00:57:45.259Z] === RUN TestRemoveImageGarbageCollector [2020-11-18T00:57:45.259Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-18T00:57:45.259Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-18T00:57:45.259Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-18T00:57:45.259Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-11-18T00:57:45.259Z] === RUN TestTagInvalidReference [2020-11-18T00:57:45.259Z] --- PASS: TestTagInvalidReference (0.01s) [2020-11-18T00:57:45.259Z] === RUN TestTagValidPrefixedRepo [2020-11-18T00:57:45.259Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-11-18T00:57:45.259Z] === RUN TestTagExistedNameWithoutForce [2020-11-18T00:57:45.259Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-18T00:57:45.259Z] === RUN TestTagOfficialNames [2020-11-18T00:57:45.259Z] --- PASS: TestTagOfficialNames (0.06s) [2020-11-18T00:57:45.259Z] === RUN TestTagMatchesDigest [2020-11-18T00:57:45.259Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-11-18T00:57:45.259Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-18T00:57:46.160Z] --- PASS: TestSecretInspect (3.23s) [2020-11-18T00:57:46.160Z] === RUN TestSecretList [2020-11-18T00:57:47.535Z] INFO: Extraction ended at 11/18/2020 00:57:45. Duration:00:00:23.1687406 [2020-11-18T00:57:47.535Z] INFO: Updating the golang and path environment variables [2020-11-18T00:57:47.535Z] INFO: GOPATH=d:\gopath [2020-11-18T00:57:47.535Z] INFO: go version go1.13.15 windows/amd64 [2020-11-18T00:57:47.535Z] INFO: Running the daemon under test in debug mode [2020-11-18T00:57:47.535Z] INFO: Starting a daemon under test... [2020-11-18T00:57:47.535Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41620\6\daemon --pidfile d:\CI\PR-41620\6\docker.pid -D [2020-11-18T00:57:47.535Z] INFO: Process started successfully. [2020-11-18T00:57:47.535Z] INFO: Start tailing logs of the daemon under tests [2020-11-18T00:57:47.535Z] INFO: Waiting for the daemon under test to start... [2020-11-18T00:57:48.127Z] Loaded image: buildpack-deps:buster [2020-11-18T00:57:48.127Z] Loaded image: busybox:latest [2020-11-18T00:57:48.127Z] Loaded image: busybox:glibc [2020-11-18T00:57:48.127Z] Loaded image: debian:buster [2020-11-18T00:57:48.127Z] Loaded image: hello-world:latest [2020-11-18T00:57:48.127Z] Loaded image: arm32v7/hello-world:latest [2020-11-18T00:57:48.127Z] INFO: Testing against a local daemon [2020-11-18T00:57:48.127Z] === RUN TestCgroupNamespacesBuild [2020-11-18T00:57:48.127Z] --- PASS: TestCgroupNamespacesBuild (2.32s) [2020-11-18T00:57:48.127Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-18T00:57:48.127Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.97s) [2020-11-18T00:57:48.127Z] === RUN TestBuildWithSession [2020-11-18T00:57:48.127Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-18T00:57:48.127Z] build_session_test.go:25: TODO: BuildKit [2020-11-18T00:57:48.127Z] === RUN TestBuildSquashParent [2020-11-18T00:57:49.463Z] --- PASS: TestSecretList (3.29s) [2020-11-18T00:57:49.463Z] === RUN TestSecretsCreateAndDelete [2020-11-18T00:57:52.768Z] --- PASS: TestSecretsCreateAndDelete (2.75s) [2020-11-18T00:57:52.768Z] === RUN TestSecretsUpdate [2020-11-18T00:57:53.417Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-11-18T00:57:53.418Z] Copying nested executables into bundles/binary-daemon [2020-11-18T00:57:53.673Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-11-18T00:57:54.930Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/make.sh cross [2020-11-18T00:57:55.186Z] [2020-11-18T00:57:55.315Z] --- PASS: TestSecretsUpdate (3.25s) [2020-11-18T00:57:55.315Z] === RUN TestTemplatedSecret [2020-11-18T00:57:55.442Z] Removing bundles/ [2020-11-18T00:57:55.442Z] [2020-11-18T00:57:55.442Z] ---> Making bundle: cross (in bundles/cross) [2020-11-18T00:57:55.442Z] Cross building: bundles/cross/linux/amd64 [2020-11-18T00:57:55.442Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-11-18T00:57:55.442Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-11-18T00:57:56.281Z] --- PASS: TestBuildSquashParent (8.60s) [2020-11-18T00:57:56.281Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-18T00:57:56.281Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T00:57:56.281Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T00:57:56.281Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T00:57:56.281Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T00:57:56.281Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T00:57:56.281Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T00:57:56.281Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T00:57:56.281Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T00:57:56.281Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T00:57:56.281Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T00:57:56.281Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T00:57:56.281Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T00:57:56.281Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T00:57:56.281Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T00:57:58.837Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T00:57:59.099Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T00:57:59.523Z] --- PASS: TestTemplatedSecret (3.45s) [2020-11-18T00:57:59.523Z] === RUN TestSecretCreateResolve [2020-11-18T00:58:02.074Z] --- PASS: TestSecretCreateResolve (3.27s) [2020-11-18T00:58:02.074Z] PASS [2020-11-18T00:58:02.074Z] [2020-11-18T00:58:02.074Z] DONE 6 tests in 19.578s [2020-11-18T00:58:02.074Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-11-18T00:58:02.074Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:58:02.074Z] ++ set -e [2020-11-18T00:58:02.074Z] ++ '[' -n 0 ']' [2020-11-18T00:58:02.074Z] ++ set -x [2020-11-18T00:58:02.074Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:58:02.335Z] INFO: Testing against a local daemon [2020-11-18T00:58:02.335Z] === RUN TestServiceCreateInit [2020-11-18T00:58:02.335Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-18T00:58:02.411Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T00:58:02.411Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T00:58:05.279Z] .....INFO: Daemon under test started and replied! [2020-11-18T00:58:05.279Z] INFO: Docker version of the daemon under test [2020-11-18T00:58:05.279Z] [2020-11-18T00:58:05.279Z] Client: [2020-11-18T00:58:05.279Z] Version: 17.06.2-ce [2020-11-18T00:58:05.279Z] API version: 1.30 [2020-11-18T00:58:05.279Z] Go version: go1.8.3 [2020-11-18T00:58:05.279Z] Git commit: cec0b72 [2020-11-18T00:58:05.279Z] Built: Tue Sep 5 19:57:19 2017 [2020-11-18T00:58:05.279Z] OS/Arch: windows/amd64 [2020-11-18T00:58:05.279Z] [2020-11-18T00:58:05.279Z] Server: [2020-11-18T00:58:05.279Z] Version: 0.0.0-dev [2020-11-18T00:58:05.279Z] API version: 1.41 (minimum version 1.24) [2020-11-18T00:58:05.279Z] Go version: go1.13.15 [2020-11-18T00:58:05.279Z] Git commit: a1a8eab4a9 [2020-11-18T00:58:05.279Z] Built: 11/18/2020 00:56:03 [2020-11-18T00:58:05.279Z] OS/Arch: windows/amd64 [2020-11-18T00:58:05.279Z] Experimental: false [2020-11-18T00:58:05.279Z] [2020-11-18T00:58:05.279Z] INFO: Docker info of the daemon under test [2020-11-18T00:58:05.279Z] [2020-11-18T00:58:05.279Z] Containers: 0 [2020-11-18T00:58:05.279Z] Running: 0 [2020-11-18T00:58:05.279Z] Paused: 0 [2020-11-18T00:58:05.279Z] Stopped: 0 [2020-11-18T00:58:05.279Z] Images: 0 [2020-11-18T00:58:05.279Z] Server Version: 0.0.0-dev [2020-11-18T00:58:05.279Z] Storage Driver: windowsfilter [2020-11-18T00:58:05.279Z] Windows: [2020-11-18T00:58:05.279Z] Logging Driver: json-file [2020-11-18T00:58:05.279Z] Plugins: [2020-11-18T00:58:05.279Z] Volume: local [2020-11-18T00:58:05.279Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-18T00:58:05.279Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-18T00:58:05.279Z] Swarm: inactive [2020-11-18T00:58:05.279Z] Default Isolation: process [2020-11-18T00:58:05.279Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-18T00:58:05.279Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-18T00:58:05.279Z] OSType: windows [2020-11-18T00:58:05.279Z] Architecture: x86_64 [2020-11-18T00:58:05.279Z] CPUs: 4 [2020-11-18T00:58:05.279Z] Total Memory: 32GiB [2020-11-18T00:58:05.279Z] Name: azwin-2-923750 [2020-11-18T00:58:05.279Z] ID: OZZR:2X7Z:QEB6:56K5:UGOI:CCPA:KZMX:TFRZ:ERUP:YGPK:MZ3S:IU3Y [2020-11-18T00:58:05.279Z] Docker Root Dir: D:\CI\PR-41620\6\daemon [2020-11-18T00:58:05.279Z] Debug Mode (client): false [2020-11-18T00:58:05.279Z] Debug Mode (server): true [2020-11-18T00:58:05.279Z] File Descriptors: -1 [2020-11-18T00:58:05.279Z] Goroutines: 16 [2020-11-18T00:58:05.279Z] System Time: 2020-11-18T00:58:04.7469838Z [2020-11-18T00:58:05.279Z] EventsListeners: 0 [2020-11-18T00:58:05.279Z] Registry: https://index.docker.io/v1/ [2020-11-18T00:58:05.279Z] Labels: [2020-11-18T00:58:05.279Z] Experimental: false [2020-11-18T00:58:05.279Z] Insecure Registries: [2020-11-18T00:58:05.279Z] 127.0.0.0/8 [2020-11-18T00:58:05.279Z] Live Restore Enabled: false [2020-11-18T00:58:05.279Z] [2020-11-18T00:58:05.279Z] [2020-11-18T00:58:05.279Z] INFO: Docker images of the daemon under test [2020-11-18T00:58:05.279Z] [2020-11-18T00:58:05.279Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-11-18T00:58:05.279Z] [2020-11-18T00:58:05.279Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-11-18T00:58:05.279Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-11-18T00:58:05.279Z] ltsc2019: Pulling from windows/servercore [2020-11-18T00:58:05.279Z] 4612f6d0b889: Pulling fs layer [2020-11-18T00:58:05.279Z] 680bbdbacf1b: Pulling fs layer [2020-11-18T00:58:05.720Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-11-18T00:58:05.720Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.17s) [2020-11-18T00:58:05.720Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.43s) [2020-11-18T00:58:05.720Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.11s) [2020-11-18T00:58:05.720Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.99s) [2020-11-18T00:58:05.720Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.25s) [2020-11-18T00:58:05.720Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.17s) [2020-11-18T00:58:05.720Z] === RUN TestBuildMultiStageCopy [2020-11-18T00:58:05.720Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-18T00:58:07.629Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-18T00:58:08.269Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-18T00:58:08.531Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-18T00:58:09.105Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-18T00:58:09.678Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-18T00:58:10.252Z] --- PASS: TestBuildMultiStageCopy (5.01s) [2020-11-18T00:58:10.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.62s) [2020-11-18T00:58:10.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2020-11-18T00:58:10.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.56s) [2020-11-18T00:58:10.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2020-11-18T00:58:10.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s) [2020-11-18T00:58:10.252Z] === RUN TestBuildMultiStageParentConfig [2020-11-18T00:58:12.171Z] --- PASS: TestBuildMultiStageParentConfig (1.45s) [2020-11-18T00:58:12.171Z] === RUN TestBuildLabelWithTargets [2020-11-18T00:58:12.414Z] 680bbdbacf1b: Verifying Checksum [2020-11-18T00:58:12.414Z] 680bbdbacf1b: Download complete [2020-11-18T00:58:12.925Z] --- PASS: TestServiceCreateInit (10.12s) [2020-11-18T00:58:12.925Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.02s) [2020-11-18T00:58:12.925Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.07s) [2020-11-18T00:58:12.925Z] === RUN TestCreateServiceMultipleTimes [2020-11-18T00:58:14.723Z] --- PASS: TestBuildLabelWithTargets (2.40s) [2020-11-18T00:58:14.723Z] === RUN TestBuildWithEmptyLayers [2020-11-18T00:58:15.668Z] --- PASS: TestBuildWithEmptyLayers (1.28s) [2020-11-18T00:58:15.668Z] === RUN TestBuildMultiStageOnBuild [2020-11-18T00:58:16.354Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-18T00:58:16.354Z] [2020-11-18T00:58:16.354Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-18T00:58:16.354Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-18T00:58:16.354Z] HOSTNAME=9ff28c69362f [2020-11-18T00:58:16.354Z] TESTDEBUG=0 [2020-11-18T00:58:16.354Z] DEST=bundles/test-integration [2020-11-18T00:58:16.354Z] PWD=/go/src/github.com/docker/docker [2020-11-18T00:58:16.354Z] DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 [2020-11-18T00:58:16.354Z] container=docker [2020-11-18T00:58:16.354Z] HOME=/root [2020-11-18T00:58:16.354Z] GOLANG_VERSION=1.13.15 [2020-11-18T00:58:16.354Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-18T00:58:16.354Z] VALIDATE_BRANCH=master [2020-11-18T00:58:16.354Z] TERM=xterm [2020-11-18T00:58:16.354Z] DOCKER_PKG=github.com/docker/docker [2020-11-18T00:58:16.354Z] SHLVL=1 [2020-11-18T00:58:16.354Z] TIMEOUT=120m [2020-11-18T00:58:16.354Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-18T00:58:16.354Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-18T00:58:16.354Z] GO111MODULE=off [2020-11-18T00:58:16.354Z] DOCKER_EXPERIMENTAL=1 [2020-11-18T00:58:16.354Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-18T00:58:16.354Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-18T00:58:16.354Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-18T00:58:16.354Z] GOPATH=/go [2020-11-18T00:58:16.354Z] PKG_CONFIG=pkg-config [2020-11-18T00:58:16.354Z] _=/usr/bin/env [2020-11-18T00:58:16.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-18T00:58:18.975Z] --- PASS: TestBuildMultiStageOnBuild (3.14s) [2020-11-18T00:58:18.975Z] === RUN TestBuildUncleanTarFilenames [2020-11-18T00:58:20.897Z] --- PASS: TestBuildUncleanTarFilenames (1.91s) [2020-11-18T00:58:20.897Z] === RUN TestBuildMultiStageLayerLeak [2020-11-18T00:58:21.020Z] 4612f6d0b889: Verifying Checksum [2020-11-18T00:58:21.020Z] 4612f6d0b889: Download complete [2020-11-18T00:58:24.204Z] --- PASS: TestBuildMultiStageLayerLeak (3.21s) [2020-11-18T00:58:24.204Z] === RUN TestBuildWithHugeFile [2020-11-18T00:58:34.895Z] --- PASS: TestCreateServiceMultipleTimes (19.62s) [2020-11-18T00:58:34.895Z] === RUN TestCreateServiceConflict [2020-11-18T00:58:35.466Z] --- PASS: TestCreateServiceConflict (3.30s) [2020-11-18T00:58:35.466Z] === RUN TestCreateServiceMaxReplicas [2020-11-18T00:58:39.677Z] --- PASS: TestCreateServiceMaxReplicas (3.59s) [2020-11-18T00:58:39.677Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-18T00:58:43.572Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-18T00:58:44.617Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-18T00:58:48.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-18T00:58:54.599Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.91s) [2020-11-18T00:58:54.600Z] === RUN TestCreateServiceSecretFileMode [2020-11-18T00:58:57.145Z] --- PASS: TestCreateServiceSecretFileMode (2.83s) [2020-11-18T00:58:57.145Z] === RUN TestCreateServiceConfigFileMode [2020-11-18T00:59:00.449Z] --- PASS: TestCreateServiceConfigFileMode (3.33s) [2020-11-18T00:59:00.449Z] === RUN TestCreateServiceSysctls [2020-11-18T00:59:03.083Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-18T00:59:03.083Z] Using test binary docker [2020-11-18T00:59:03.083Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-18T00:59:03.083Z] Using test binary docker [2020-11-18T00:59:03.083Z] +++ /etc/init.d/apparmor start [2020-11-18T00:59:03.083Z] +++ /etc/init.d/apparmor start [2020-11-18T00:59:03.083Z] Starting: AppArmorStarting: AppArmor: already loaded with profiles.: Skipped. ...: already loaded with profiles.: Skipped. ... (warning). [2020-11-18T00:59:03.083Z] (warning). [2020-11-18T00:59:03.083Z] INFO: Waiting for daemon to start... [2020-11-18T00:59:03.083Z] INFO: Waiting for daemon to start... [2020-11-18T00:59:03.083Z] Starting dockerd [2020-11-18T00:59:03.083Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-11-18T00:59:03.083Z] Starting dockerd [2020-11-18T00:59:03.083Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-11-18T00:59:03.083Z] .. [2020-11-18T00:59:03.083Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-18T00:59:03.083Z] [2020-11-18T00:59:03.083Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-18T00:59:03.083Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-18T00:59:03.083Z] Error: No such image: emptyfs [2020-11-18T00:59:03.083Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-18T00:59:03.083Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-18T00:59:03.083Z] ++++ docker load [2020-11-18T00:59:03.083Z] Error: No such image: emptyfs [2020-11-18T00:59:03.083Z] ++++ docker load [2020-11-18T00:59:03.083Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-18T00:59:03.083Z] Running integration-test (iteration 1) [2020-11-18T00:59:03.083Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-11-18T00:59:03.083Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-11-18T00:59:03.083Z] ++ set -e [2020-11-18T00:59:03.083Z] ++ '[' -n 0 ']' [2020-11-18T00:59:03.083Z] Running integration-test (iteration 1) [2020-11-18T00:59:03.083Z] ++ set -x [2020-11-18T00:59:03.083Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-11-18T00:59:03.083Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-11-18T00:59:03.083Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-11-18T00:59:03.083Z] ++ set -e [2020-11-18T00:59:03.083Z] ++ '[' -n 0 ']' [2020-11-18T00:59:03.083Z] ++ set -x [2020-11-18T00:59:03.083Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-11-18T00:59:04.655Z] --- PASS: TestCreateServiceSysctls (4.27s) [2020-11-18T00:59:04.655Z] === RUN TestCreateServiceCapabilities [2020-11-18T00:59:07.200Z] --- PASS: TestCreateServiceCapabilities (2.86s) [2020-11-18T00:59:07.200Z] === RUN TestInspect [2020-11-18T00:59:11.408Z] --- PASS: TestInspect (3.61s) [2020-11-18T00:59:11.408Z] === RUN TestCreateJob [2020-11-18T00:59:14.713Z] --- PASS: TestCreateJob (3.99s) [2020-11-18T00:59:14.713Z] === RUN TestReplicatedJob [2020-11-18T00:59:16.894Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-11-18T00:59:16.894Z] Copying nested executables into bundles/cross/linux/amd64 [2020-11-18T00:59:16.894Z] Cross building: bundles/cross/windows/amd64 [2020-11-18T00:59:16.894Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-18T00:59:16.894Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-11-18T00:59:20.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-18T00:59:20.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-18T00:59:20.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-18T00:59:20.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-18T00:59:20.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-18T00:59:21.299Z] --- PASS: TestReplicatedJob (6.33s) [2020-11-18T00:59:21.300Z] === RUN TestUpdateReplicatedJob [2020-11-18T00:59:22.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-18T00:59:25.517Z] --- PASS: TestUpdateReplicatedJob (4.29s) [2020-11-18T00:59:25.517Z] === RUN TestServiceListWithStatuses [2020-11-18T00:59:25.517Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-18T00:59:25.517Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-18T00:59:25.517Z] === RUN TestDockerNetworkConnectAlias [2020-11-18T00:59:26.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-18T00:59:28.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-18T00:59:29.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-18T00:59:30.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-18T00:59:31.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-18T00:59:32.105Z] --- PASS: TestDockerNetworkConnectAlias (6.44s) [2020-11-18T00:59:32.105Z] === RUN TestDockerNetworkReConnect [2020-11-18T00:59:33.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-18T00:59:34.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-18T00:59:36.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-18T00:59:36.650Z] --- PASS: TestImportExtremelyLargeImageWorks (102.17s) [2020-11-18T00:59:36.650Z] PASS [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === Skipped [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-18T00:59:36.650Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] DONE 12 tests, 1 skipped in 105.957s [2020-11-18T00:59:36.650Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-18T00:59:36.650Z] INFO: Testing against a local daemon [2020-11-18T00:59:36.650Z] === RUN TestNetworkCreateDelete [2020-11-18T00:59:36.650Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-11-18T00:59:36.650Z] === RUN TestDockerNetworkDeletePreferID [2020-11-18T00:59:36.650Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2020-11-18T00:59:36.650Z] === RUN TestDaemonDNSFallback [2020-11-18T00:59:36.650Z] --- PASS: TestDaemonDNSFallback (7.30s) [2020-11-18T00:59:36.650Z] === RUN TestInspectNetwork [2020-11-18T00:59:36.650Z] --- SKIP: TestInspectNetwork (0.00s) [2020-11-18T00:59:36.650Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:59:36.650Z] === RUN TestRunContainerWithBridgeNone [2020-11-18T00:59:36.650Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-11-18T00:59:36.650Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] === RUN TestNetworkInvalidJSON [2020-11-18T00:59:36.650Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-18T00:59:36.650Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-18T00:59:36.650Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T00:59:36.650Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T00:59:36.650Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T00:59:36.650Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T00:59:36.650Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-18T00:59:36.650Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T00:59:36.650Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T00:59:36.650Z] --- PASS: TestNetworkInvalidJSON (0.07s) [2020-11-18T00:59:36.650Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-18T00:59:36.650Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-18T00:59:36.650Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-18T00:59:36.650Z] === RUN TestHostIPv4BridgeLabel [2020-11-18T00:59:36.650Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-11-18T00:59:36.650Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-18T00:59:36.650Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.04s) [2020-11-18T00:59:36.650Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] === RUN TestDaemonDefaultNetworkPools [2020-11-18T00:59:36.650Z] --- SKIP: TestDaemonDefaultNetworkPools (0.03s) [2020-11-18T00:59:36.650Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-18T00:59:36.650Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.04s) [2020-11-18T00:59:36.650Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-18T00:59:36.650Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2020-11-18T00:59:36.650Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-18T00:59:36.650Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.04s) [2020-11-18T00:59:36.650Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] === RUN TestServiceWithPredefinedNetwork [2020-11-18T00:59:36.650Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-11-18T00:59:36.650Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:59:36.650Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-18T00:59:36.650Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-18T00:59:36.650Z] service_test.go:236: FLAKY_TEST [2020-11-18T00:59:36.650Z] === RUN TestServiceWithDataPathPortInit [2020-11-18T00:59:36.650Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2020-11-18T00:59:36.650Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:59:36.650Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-18T00:59:36.650Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-18T00:59:36.650Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:59:36.650Z] PASS [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === Skipped [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-11-18T00:59:36.650Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-11-18T00:59:36.650Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-11-18T00:59:36.650Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.04s) [2020-11-18T00:59:36.650Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.03s) [2020-11-18T00:59:36.650Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.04s) [2020-11-18T00:59:36.650Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2020-11-18T00:59:36.650Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.04s) [2020-11-18T00:59:36.650Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-11-18T00:59:36.650Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-18T00:59:36.650Z] service_test.go:236: FLAKY_TEST [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2020-11-18T00:59:36.650Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-18T00:59:36.650Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] DONE 19 tests, 12 skipped in 8.182s [2020-11-18T00:59:36.650Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-18T00:59:36.650Z] INFO: Testing against a local daemon [2020-11-18T00:59:36.650Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-18T00:59:36.650Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-18T00:59:36.650Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T00:59:36.650Z] === RUN TestDockerNetworkIpvlan [2020-11-18T00:59:36.650Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-18T00:59:36.650Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T00:59:36.650Z] PASS [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === Skipped [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-18T00:59:36.650Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-18T00:59:36.650Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] DONE 2 tests, 2 skipped in 0.115s [2020-11-18T00:59:36.650Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-18T00:59:36.650Z] INFO: Testing against a local daemon [2020-11-18T00:59:36.650Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-18T00:59:36.650Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-18T00:59:36.650Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] === RUN TestDockerNetworkMacvlan [2020-11-18T00:59:36.650Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-11-18T00:59:36.650Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] PASS [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === Skipped [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-18T00:59:36.650Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-11-18T00:59:36.650Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] DONE 2 tests, 2 skipped in 0.117s [2020-11-18T00:59:36.650Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-18T00:59:36.650Z] testing: warning: no tests to run [2020-11-18T00:59:36.650Z] PASS [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] DONE 0 tests in 0.027s [2020-11-18T00:59:36.650Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-18T00:59:36.650Z] INFO: Testing against a local daemon [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginAllowRequest [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginTLS [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginDenyRequest [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginDenyResponse [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginAllowEventStream [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginErrorResponse [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginErrorRequest [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginHeader [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.25s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginV2Disable [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-18T00:59:36.650Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] PASS [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === Skipped [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.650Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-11-18T00:59:36.650Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.650Z] [2020-11-18T00:59:36.651Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.25s) [2020-11-18T00:59:36.651Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.651Z] [2020-11-18T00:59:36.651Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-11-18T00:59:36.651Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.651Z] [2020-11-18T00:59:36.651Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-11-18T00:59:36.651Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.651Z] [2020-11-18T00:59:36.651Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-11-18T00:59:36.651Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.651Z] [2020-11-18T00:59:36.651Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-11-18T00:59:36.651Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.651Z] [2020-11-18T00:59:36.651Z] [2020-11-18T00:59:36.651Z] DONE 17 tests, 17 skipped in 0.454s [2020-11-18T00:59:36.651Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-18T00:59:36.651Z] INFO: Testing against a local daemon [2020-11-18T00:59:36.651Z] === RUN TestPluginInvalidJSON [2020-11-18T00:59:36.651Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T00:59:36.651Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T00:59:36.651Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T00:59:36.651Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-18T00:59:36.651Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-18T00:59:36.651Z] === RUN TestPluginInstall [2020-11-18T00:59:36.651Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-18T00:59:36.651Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.651Z] PASS [2020-11-18T00:59:36.651Z] [2020-11-18T00:59:36.651Z] === Skipped [2020-11-18T00:59:36.651Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-11-18T00:59:36.651Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-18T00:59:36.651Z] [2020-11-18T00:59:36.651Z] [2020-11-18T00:59:36.651Z] DONE 3 tests, 1 skipped in 0.153s [2020-11-18T00:59:36.651Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-18T00:59:36.907Z] INFO: Testing against a local daemon [2020-11-18T00:59:36.907Z] === RUN TestExternalGraphDriver [2020-11-18T00:59:36.907Z] --- SKIP: TestExternalGraphDriver (0.08s) [2020-11-18T00:59:36.907Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-18T00:59:36.907Z] === RUN TestGraphdriverPluginV2 [2020-11-18T00:59:37.396Z] --- PASS: TestDockerNetworkReConnect (4.99s) [2020-11-18T00:59:37.396Z] === RUN TestServicePlugin [2020-11-18T00:59:37.396Z] --- SKIP: TestServicePlugin (0.01s) [2020-11-18T00:59:37.396Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T00:59:37.396Z] === RUN TestServiceUpdateLabel [2020-11-18T00:59:37.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-18T00:59:39.051Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-18T00:59:39.051Z] Using test binary docker [2020-11-18T00:59:39.051Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-18T00:59:39.051Z] +++ /etc/init.d/apparmor start [2020-11-18T00:59:39.051Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-18T00:59:39.051Z] INFO: Waiting for daemon to start... [2020-11-18T00:59:39.051Z] Starting dockerd [2020-11-18T00:59:39.051Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-11-18T00:59:39.944Z] --- PASS: TestServiceUpdateLabel (3.21s) [2020-11-18T00:59:39.944Z] === RUN TestServiceUpdateSecrets [2020-11-18T00:59:41.126Z] . [2020-11-18T00:59:41.126Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-18T00:59:41.126Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-18T00:59:41.126Z] Error: No such image: emptyfs [2020-11-18T00:59:41.126Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-18T00:59:41.126Z] ++++ docker load [2020-11-18T00:59:41.126Z] Running integration-test (iteration 1) [2020-11-18T00:59:41.126Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-11-18T00:59:41.126Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:59:41.126Z] ++ set -e [2020-11-18T00:59:41.126Z] ++ '[' -n 0 ']' [2020-11-18T00:59:41.126Z] ++ set -x [2020-11-18T00:59:41.126Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-11-18T00:59:41.857Z] Loaded image: buildpack-deps:buster [2020-11-18T00:59:41.857Z] Loaded image: busybox:latest [2020-11-18T00:59:41.857Z] Loaded image: buildpack-deps:buster [2020-11-18T00:59:41.857Z] Loaded image: busybox:glibc [2020-11-18T00:59:41.857Z] Loaded image: debian:buster [2020-11-18T00:59:41.857Z] Loaded image: busybox:latest [2020-11-18T00:59:41.857Z] Loaded image: hello-world:latest [2020-11-18T00:59:41.857Z] Loaded image: busybox:glibc [2020-11-18T00:59:41.857Z] Loaded image: debian:busterLoaded image: arm32v7/hello-world:latest [2020-11-18T00:59:41.857Z] [2020-11-18T00:59:41.857Z] INFO: Testing against a local daemon [2020-11-18T00:59:41.857Z] === RUN TestDockerDaemonSuite [2020-11-18T00:59:41.857Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-11-18T00:59:41.857Z] Loaded image: hello-world:latest [2020-11-18T00:59:41.857Z] Loaded image: arm32v7/hello-world:latest [2020-11-18T00:59:41.857Z] INFO: Testing against a local daemon [2020-11-18T00:59:41.857Z] === RUN TestDockerSuite [2020-11-18T00:59:41.857Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-11-18T00:59:41.857Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-11-18T00:59:41.857Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-11-18T00:59:41.857Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-11-18T00:59:41.857Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-11-18T00:59:41.857Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-11-18T00:59:41.857Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-11-18T00:59:41.857Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-11-18T00:59:43.243Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-11-18T00:59:43.442Z] --- PASS: TestGraphdriverPluginV2 (5.94s) [2020-11-18T00:59:43.442Z] PASS [2020-11-18T00:59:43.442Z] [2020-11-18T00:59:43.442Z] === Skipped [2020-11-18T00:59:43.442Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2020-11-18T00:59:43.442Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-18T00:59:43.442Z] [2020-11-18T00:59:43.442Z] [2020-11-18T00:59:43.442Z] DONE 2 tests, 1 skipped in 6.156s [2020-11-18T00:59:43.442Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-18T00:59:43.442Z] INFO: Testing against a local daemon [2020-11-18T00:59:43.442Z] === RUN TestContinueAfterPluginCrash [2020-11-18T00:59:43.442Z] === PAUSE TestContinueAfterPluginCrash [2020-11-18T00:59:43.442Z] === RUN TestReadPluginNoRead [2020-11-18T00:59:43.442Z] === PAUSE TestReadPluginNoRead [2020-11-18T00:59:43.442Z] === RUN TestDaemonStartWithLogOpt [2020-11-18T00:59:43.442Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-18T00:59:43.442Z] === CONT TestContinueAfterPluginCrash [2020-11-18T00:59:43.442Z] === CONT TestDaemonStartWithLogOpt [2020-11-18T00:59:43.505Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-11-18T00:59:44.078Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-11-18T00:59:44.078Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-11-18T00:59:45.021Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-11-18T00:59:45.021Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-11-18T00:59:45.021Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-11-18T00:59:46.936Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-11-18T00:59:46.936Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-11-18T00:59:47.198Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-11-18T00:59:47.198Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-11-18T00:59:47.198Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-11-18T00:59:48.585Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-11-18T00:59:49.158Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-11-18T00:59:49.420Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-11-18T00:59:49.681Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-11-18T00:59:49.681Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-11-18T00:59:49.681Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-11-18T00:59:49.984Z] --- PASS: TestDaemonStartWithLogOpt (6.55s) [2020-11-18T00:59:49.984Z] === CONT TestReadPluginNoRead [2020-11-18T00:59:53.258Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-18T00:59:53.258Z] --- PASS: TestContinueAfterPluginCrash (10.22s) [2020-11-18T00:59:55.773Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-18T00:59:56.273Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-11-18T00:59:56.550Z] Loaded image: buildpack-deps:buster [2020-11-18T00:59:56.550Z] Loaded image: busybox:latest [2020-11-18T00:59:56.550Z] Loaded image: busybox:glibc [2020-11-18T00:59:56.550Z] Loaded image: debian:buster [2020-11-18T00:59:56.550Z] Loaded image: hello-world:latest [2020-11-18T00:59:56.550Z] Loaded image: arm32v7/hello-world:latest [2020-11-18T00:59:56.550Z] INFO: Testing against a local daemon [2020-11-18T00:59:56.550Z] === RUN TestCgroupNamespacesBuild [2020-11-18T00:59:56.550Z] --- PASS: TestCgroupNamespacesBuild (1.40s) [2020-11-18T00:59:56.550Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-18T00:59:57.185Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.43s) [2020-11-18T00:59:57.185Z] === RUN TestBuildWithSession [2020-11-18T00:59:57.185Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-18T00:59:57.185Z] build_session_test.go:25: TODO: BuildKit [2020-11-18T00:59:57.185Z] === RUN TestBuildSquashParent [2020-11-18T00:59:57.668Z] === RUN TestReadPluginNoRead/default [2020-11-18T00:59:58.063Z] --- PASS: TestServiceUpdateSecrets (15.39s) [2020-11-18T00:59:58.063Z] === RUN TestServiceUpdateConfigs [2020-11-18T00:59:59.581Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-11-18T01:00:00.183Z] --- PASS: TestReadPluginNoRead (10.39s) [2020-11-18T01:00:00.183Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.24s) [2020-11-18T01:00:00.183Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.25s) [2020-11-18T01:00:00.183Z] --- PASS: TestReadPluginNoRead/default (2.29s) [2020-11-18T01:00:00.183Z] read_test.go:92: [d3d5a98cbae6b] daemon is not started [2020-11-18T01:00:00.183Z] PASS [2020-11-18T01:00:00.183Z] [2020-11-18T01:00:00.183Z] DONE 6 tests in 17.083s [2020-11-18T01:00:00.183Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-18T01:00:00.183Z] testing: warning: no tests to run [2020-11-18T01:00:00.183Z] PASS [2020-11-18T01:00:00.183Z] [2020-11-18T01:00:00.183Z] DONE 0 tests in 0.047s [2020-11-18T01:00:00.183Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-18T01:00:00.183Z] INFO: Testing against a local daemon [2020-11-18T01:00:00.183Z] === RUN TestPluginWithDevMounts [2020-11-18T01:00:00.183Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-18T01:00:00.183Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-18T01:00:00.183Z] PASS [2020-11-18T01:00:00.183Z] [2020-11-18T01:00:00.183Z] === Skipped [2020-11-18T01:00:00.183Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-11-18T01:00:00.183Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-18T01:00:00.183Z] [2020-11-18T01:00:00.183Z] [2020-11-18T01:00:00.183Z] DONE 1 tests, 1 skipped in 0.151s [2020-11-18T01:00:00.183Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-18T01:00:00.183Z] INFO: Testing against a local daemon [2020-11-18T01:00:00.183Z] === RUN TestSecretInspect [2020-11-18T01:00:00.183Z] --- SKIP: TestSecretInspect (0.02s) [2020-11-18T01:00:00.183Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.183Z] === RUN TestSecretList [2020-11-18T01:00:00.183Z] --- SKIP: TestSecretList (0.03s) [2020-11-18T01:00:00.183Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.183Z] === RUN TestSecretsCreateAndDelete [2020-11-18T01:00:00.443Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-11-18T01:00:00.443Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] === RUN TestSecretsUpdate [2020-11-18T01:00:00.443Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-11-18T01:00:00.443Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] === RUN TestTemplatedSecret [2020-11-18T01:00:00.443Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-11-18T01:00:00.443Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] === RUN TestSecretCreateResolve [2020-11-18T01:00:00.443Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-11-18T01:00:00.443Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] PASS [2020-11-18T01:00:00.443Z] [2020-11-18T01:00:00.443Z] === Skipped [2020-11-18T01:00:00.443Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-11-18T01:00:00.443Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] [2020-11-18T01:00:00.443Z] === SKIP: amd64.integration.secret TestSecretList (0.03s) [2020-11-18T01:00:00.443Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] [2020-11-18T01:00:00.443Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-11-18T01:00:00.443Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] [2020-11-18T01:00:00.443Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-11-18T01:00:00.443Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] [2020-11-18T01:00:00.443Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-11-18T01:00:00.443Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] [2020-11-18T01:00:00.443Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-11-18T01:00:00.443Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] [2020-11-18T01:00:00.443Z] [2020-11-18T01:00:00.443Z] DONE 6 tests, 6 skipped in 0.188s [2020-11-18T01:00:00.443Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-18T01:00:00.443Z] INFO: Testing against a local daemon [2020-11-18T01:00:00.443Z] === RUN TestServiceCreateInit [2020-11-18T01:00:00.443Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-18T01:00:00.443Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-18T01:00:00.443Z] --- PASS: TestServiceCreateInit (0.02s) [2020-11-18T01:00:00.443Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-18T01:00:00.443Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-18T01:00:00.443Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] === RUN TestCreateServiceMultipleTimes [2020-11-18T01:00:00.443Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-11-18T01:00:00.443Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] === RUN TestCreateServiceConflict [2020-11-18T01:00:00.443Z] --- SKIP: TestCreateServiceConflict (0.02s) [2020-11-18T01:00:00.443Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] === RUN TestCreateServiceMaxReplicas [2020-11-18T01:00:00.443Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-11-18T01:00:00.443Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-18T01:00:00.443Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-18T01:00:00.443Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] === RUN TestCreateServiceSecretFileMode [2020-11-18T01:00:00.443Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-11-18T01:00:00.443Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.443Z] === RUN TestCreateServiceConfigFileMode [2020-11-18T01:00:00.700Z] --- SKIP: TestCreateServiceConfigFileMode (0.03s) [2020-11-18T01:00:00.700Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.700Z] === RUN TestCreateServiceSysctls [2020-11-18T01:00:00.700Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2020-11-18T01:00:00.700Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.700Z] === RUN TestCreateServiceCapabilities [2020-11-18T01:00:00.700Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2020-11-18T01:00:00.700Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.700Z] === RUN TestInspect [2020-11-18T01:00:00.700Z] --- SKIP: TestInspect (0.04s) [2020-11-18T01:00:00.700Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.700Z] === RUN TestCreateJob [2020-11-18T01:00:00.700Z] --- SKIP: TestCreateJob (0.01s) [2020-11-18T01:00:00.700Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.700Z] === RUN TestReplicatedJob [2020-11-18T01:00:00.700Z] --- SKIP: TestReplicatedJob (0.01s) [2020-11-18T01:00:00.700Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.700Z] === RUN TestUpdateReplicatedJob [2020-11-18T01:00:00.700Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-11-18T01:00:00.700Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.700Z] === RUN TestServiceListWithStatuses [2020-11-18T01:00:00.700Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-18T01:00:00.700Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-18T01:00:00.700Z] === RUN TestDockerNetworkConnectAlias [2020-11-18T01:00:00.700Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-11-18T01:00:00.700Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.700Z] === RUN TestDockerNetworkReConnect [2020-11-18T01:00:00.700Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2020-11-18T01:00:00.700Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:00.700Z] === RUN TestServicePlugin [2020-11-18T01:00:01.652Z] --- PASS: TestBuildSquashParent (4.17s) [2020-11-18T01:00:01.652Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-18T01:00:01.652Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T01:00:01.652Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T01:00:01.652Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T01:00:01.652Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T01:00:01.652Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T01:00:01.652Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T01:00:01.652Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T01:00:01.652Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T01:00:01.652Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T01:00:01.652Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T01:00:01.652Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T01:00:01.652Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T01:00:01.652Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T01:00:01.652Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T01:00:01.652Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T01:00:01.652Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T01:00:02.888Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-11-18T01:00:04.410Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T01:00:04.410Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T01:00:04.873Z] --- SKIP: TestServicePlugin (3.49s) [2020-11-18T01:00:04.873Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] === RUN TestServiceUpdateLabel [2020-11-18T01:00:04.873Z] --- SKIP: TestServiceUpdateLabel (0.03s) [2020-11-18T01:00:04.873Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] === RUN TestServiceUpdateSecrets [2020-11-18T01:00:04.873Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-11-18T01:00:04.873Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] === RUN TestServiceUpdateConfigs [2020-11-18T01:00:04.873Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-11-18T01:00:04.873Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] === RUN TestServiceUpdateNetwork [2020-11-18T01:00:04.873Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-11-18T01:00:04.873Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] === RUN TestServiceUpdatePidsLimit [2020-11-18T01:00:04.873Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-11-18T01:00:04.873Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] PASS [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === Skipped [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-18T01:00:04.873Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-18T01:00:04.873Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-18T01:00:04.873Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-18T01:00:04.873Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-11-18T01:00:04.873Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2020-11-18T01:00:04.873Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2020-11-18T01:00:04.873Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-18T01:00:04.873Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-11-18T01:00:04.873Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.03s) [2020-11-18T01:00:04.873Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2020-11-18T01:00:04.873Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.04s) [2020-11-18T01:00:04.873Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestInspect (0.04s) [2020-11-18T01:00:04.873Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-11-18T01:00:04.873Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-11-18T01:00:04.873Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-11-18T01:00:04.873Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-18T01:00:04.873Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-11-18T01:00:04.873Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2020-11-18T01:00:04.873Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestServicePlugin (3.49s) [2020-11-18T01:00:04.873Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.03s) [2020-11-18T01:00:04.873Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-11-18T01:00:04.873Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-11-18T01:00:04.873Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-11-18T01:00:04.873Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-11-18T01:00:04.873Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] DONE 24 tests, 23 skipped in 4.003s [2020-11-18T01:00:04.873Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-18T01:00:04.873Z] INFO: Testing against a local daemon [2020-11-18T01:00:04.873Z] === RUN TestSessionCreate [2020-11-18T01:00:04.873Z] --- PASS: TestSessionCreate (0.03s) [2020-11-18T01:00:04.873Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-18T01:00:04.873Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-11-18T01:00:04.873Z] PASS [2020-11-18T01:00:04.873Z] [2020-11-18T01:00:04.873Z] DONE 2 tests in 0.153s [2020-11-18T01:00:04.873Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-18T01:00:04.873Z] INFO: Testing against a local daemon [2020-11-18T01:00:04.873Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-18T01:00:04.873Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-18T01:00:04.873Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-18T01:00:04.873Z] === RUN TestEventsExecDie [2020-11-18T01:00:05.130Z] --- PASS: TestEventsExecDie (0.47s) [2020-11-18T01:00:05.130Z] === RUN TestEventsBackwardsCompatible [2020-11-18T01:00:05.130Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2020-11-18T01:00:05.130Z] === RUN TestInfoBinaryCommits [2020-11-18T01:00:05.130Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-11-18T01:00:05.130Z] === RUN TestInfoAPIVersioned [2020-11-18T01:00:05.130Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-18T01:00:05.130Z] === RUN TestInfoDiscoveryBackend [2020-11-18T01:00:05.435Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-11-18T01:00:05.926Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-18T01:00:05.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.59s) [2020-11-18T01:00:05.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.62s) [2020-11-18T01:00:05.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.62s) [2020-11-18T01:00:05.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.67s) [2020-11-18T01:00:05.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.78s) [2020-11-18T01:00:05.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.84s) [2020-11-18T01:00:05.926Z] === RUN TestBuildMultiStageCopy [2020-11-18T01:00:05.926Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-18T01:00:06.014Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-11-18T01:00:06.586Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-11-18T01:00:07.019Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2020-11-18T01:00:07.019Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-18T01:00:07.453Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-18T01:00:07.530Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-11-18T01:00:07.747Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-18T01:00:08.042Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-18T01:00:08.476Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-11-18T01:00:08.705Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-18T01:00:08.705Z] --- PASS: TestBuildMultiStageCopy (2.98s) [2020-11-18T01:00:08.705Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.70s) [2020-11-18T01:00:08.705Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.31s) [2020-11-18T01:00:08.705Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.30s) [2020-11-18T01:00:08.705Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.34s) [2020-11-18T01:00:08.705Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s) [2020-11-18T01:00:08.705Z] === RUN TestBuildMultiStageParentConfig [2020-11-18T01:00:08.737Z] --- PASS: TestBuildWithHugeFile (105.04s) [2020-11-18T01:00:08.738Z] === RUN TestBuildWithEmptyDockerfile [2020-11-18T01:00:08.738Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T01:00:08.738Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T01:00:08.738Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T01:00:08.738Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T01:00:08.738Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T01:00:08.738Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T01:00:08.738Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T01:00:08.738Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T01:00:08.999Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T01:00:09.260Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-11-18T01:00:09.260Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2020-11-18T01:00:09.260Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-11-18T01:00:09.260Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2020-11-18T01:00:09.260Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2020-11-18T01:00:09.260Z] === RUN TestBuildPreserveOwnership [2020-11-18T01:00:09.260Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-18T01:00:09.260Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-11-18T01:00:09.754Z] --- PASS: TestBuildMultiStageParentConfig (0.84s) [2020-11-18T01:00:09.754Z] === RUN TestBuildLabelWithTargets [2020-11-18T01:00:10.286Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s) [2020-11-18T01:00:10.286Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-18T01:00:10.286Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-18T01:00:10.286Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T01:00:10.286Z] === RUN TestInfoAPI [2020-11-18T01:00:10.286Z] --- PASS: TestInfoAPI (0.04s) [2020-11-18T01:00:10.286Z] === RUN TestInfoAPIWarnings [2020-11-18T01:00:11.177Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-11-18T01:00:11.273Z] --- PASS: TestBuildLabelWithTargets (1.28s) [2020-11-18T01:00:11.274Z] === RUN TestBuildWithEmptyLayers [2020-11-18T01:00:11.438Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-11-18T01:00:11.568Z] --- PASS: TestBuildWithEmptyLayers (0.61s) [2020-11-18T01:00:11.568Z] === RUN TestBuildMultiStageOnBuild [2020-11-18T01:00:12.383Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-18T01:00:12.960Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-11-18T01:00:12.960Z] === RUN TestDockerSuite/TestAttachDetach [2020-11-18T01:00:12.972Z] --- PASS: TestServiceUpdateConfigs (15.41s) [2020-11-18T01:00:12.972Z] === RUN TestServiceUpdateNetwork [2020-11-18T01:00:13.650Z] --- PASS: TestBuildMultiStageOnBuild (1.79s) [2020-11-18T01:00:13.650Z] === RUN TestBuildUncleanTarFilenames [2020-11-18T01:00:13.905Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-11-18T01:00:13.905Z] --- PASS: TestBuildPreserveOwnership (4.76s) [2020-11-18T01:00:13.905Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.23s) [2020-11-18T01:00:13.905Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.50s) [2020-11-18T01:00:13.905Z] === RUN TestBuildPlatformInvalid [2020-11-18T01:00:14.167Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-11-18T01:00:14.167Z] PASS [2020-11-18T01:00:14.167Z] [2020-11-18T01:00:14.167Z] === Skipped [2020-11-18T01:00:14.167Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-18T01:00:14.167Z] build_session_test.go:25: TODO: BuildKit [2020-11-18T01:00:14.167Z] [2020-11-18T01:00:14.167Z] [2020-11-18T01:00:14.167Z] DONE 32 tests, 1 skipped in 192.784s [2020-11-18T01:00:14.167Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-18T01:00:14.167Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:00:14.167Z] ++ set -e [2020-11-18T01:00:14.167Z] ++ '[' -n 0 ']' [2020-11-18T01:00:14.167Z] ++ set -x [2020-11-18T01:00:14.167Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:00:14.287Z] --- PASS: TestBuildUncleanTarFilenames (0.87s) [2020-11-18T01:00:14.287Z] === RUN TestBuildMultiStageLayerLeak [2020-11-18T01:00:14.428Z] INFO: Testing against a local daemon [2020-11-18T01:00:14.428Z] === RUN TestConfigInspect [2020-11-18T01:00:14.428Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-11-18T01:00:16.343Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-11-18T01:00:16.363Z] --- PASS: TestBuildMultiStageLayerLeak (1.78s) [2020-11-18T01:00:16.363Z] === RUN TestBuildWithHugeFile [2020-11-18T01:00:16.916Z] --- PASS: TestConfigInspect (2.66s) [2020-11-18T01:00:16.916Z] === RUN TestConfigList [2020-11-18T01:00:16.916Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-11-18T01:00:17.177Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-11-18T01:00:17.751Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-11-18T01:00:19.139Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-11-18T01:00:19.713Z] --- PASS: TestConfigList (2.72s) [2020-11-18T01:00:19.713Z] === RUN TestConfigsCreateAndDelete [2020-11-18T01:00:19.975Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-11-18T01:00:20.923Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-11-18T01:00:21.868Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-11-18T01:00:22.441Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-11-18T01:00:23.017Z] --- PASS: TestConfigsCreateAndDelete (3.27s) [2020-11-18T01:00:23.017Z] === RUN TestConfigsUpdate [2020-11-18T01:00:23.017Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-11-18T01:00:23.017Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-11-18T01:00:24.499Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-11-18T01:00:25.453Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-11-18T01:00:25.715Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-11-18T01:00:26.659Z] --- PASS: TestConfigsUpdate (3.48s) [2020-11-18T01:00:26.659Z] === RUN TestTemplatedConfig [2020-11-18T01:00:27.882Z] --- PASS: TestServiceUpdateNetwork (14.70s) [2020-11-18T01:00:27.883Z] === RUN TestServiceUpdatePidsLimit [2020-11-18T01:00:27.883Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-18T01:00:28.144Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-18T01:00:28.324Z] --- PASS: TestInfoAPIWarnings (17.36s) [2020-11-18T01:00:28.324Z] === RUN TestInfoDebug [2020-11-18T01:00:29.210Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-11-18T01:00:29.251Z] --- PASS: TestInfoDebug (1.53s) [2020-11-18T01:00:29.251Z] === RUN TestInfoInsecureRegistries [2020-11-18T01:00:30.156Z] --- PASS: TestTemplatedConfig (3.74s) [2020-11-18T01:00:30.156Z] === RUN TestConfigCreateResolve [2020-11-18T01:00:30.615Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-11-18T01:00:30.615Z] === RUN TestInfoRegistryMirrors [2020-11-18T01:00:31.543Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-11-18T01:00:31.980Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-11-18T01:00:31.980Z] === RUN TestLoginFailsWithBadCredentials [2020-11-18T01:00:32.236Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s) [2020-11-18T01:00:32.236Z] === RUN TestPingCacheHeaders [2020-11-18T01:00:32.236Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-11-18T01:00:32.236Z] === RUN TestPingGet [2020-11-18T01:00:32.236Z] --- PASS: TestPingGet (0.02s) [2020-11-18T01:00:32.236Z] === RUN TestPingHead [2020-11-18T01:00:32.493Z] --- PASS: TestPingHead (0.02s) [2020-11-18T01:00:32.493Z] === RUN TestVersion [2020-11-18T01:00:32.493Z] --- PASS: TestVersion (0.02s) [2020-11-18T01:00:32.493Z] PASS [2020-11-18T01:00:32.493Z] [2020-11-18T01:00:32.493Z] === Skipped [2020-11-18T01:00:32.493Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-18T01:00:32.493Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-18T01:00:32.493Z] [2020-11-18T01:00:32.493Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-18T01:00:32.493Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-18T01:00:32.493Z] [2020-11-18T01:00:32.493Z] [2020-11-18T01:00:32.493Z] DONE 18 tests, 2 skipped in 27.855s [2020-11-18T01:00:32.493Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-18T01:00:32.493Z] INFO: Testing against a local daemon [2020-11-18T01:00:32.493Z] === RUN TestVolumesCreateAndList [2020-11-18T01:00:32.493Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-11-18T01:00:32.493Z] === RUN TestVolumesRemove [2020-11-18T01:00:32.493Z] --- PASS: TestVolumesRemove (0.06s) [2020-11-18T01:00:32.493Z] === RUN TestVolumesInspect [2020-11-18T01:00:32.493Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-18T01:00:32.493Z] === RUN TestVolumesInvalidJSON [2020-11-18T01:00:32.493Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-18T01:00:32.493Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-18T01:00:32.493Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-18T01:00:32.493Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-18T01:00:32.493Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-18T01:00:32.493Z] PASS [2020-11-18T01:00:32.493Z] [2020-11-18T01:00:32.493Z] DONE 5 tests in 0.214s [2020-11-18T01:00:32.749Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-18T01:00:32.749Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12138 is not a child of this shell [2020-11-18T01:00:32.749Z] warning: PID 12138 from bundles/test-integration/docker.pid had a nonzero exit code [2020-11-18T01:00:32.749Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-18T01:00:32.749Z] [2020-11-18T01:00:32.749Z] Unloading profiles will leave already running processes permanently [2020-11-18T01:00:32.749Z] unconfined, which can lead to unexpected situations. [2020-11-18T01:00:32.749Z] [2020-11-18T01:00:32.749Z] To set a process to complain mode, use the command line tool [2020-11-18T01:00:32.749Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-18T01:00:32.749Z] Removing test suite binaries [2020-11-18T01:00:32.749Z] exiting test-integration [2020-11-18T01:00:32.749Z] ++ exit 0 [2020-11-18T01:00:32.932Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-11-18T01:00:33.506Z] --- PASS: TestConfigCreateResolve (3.19s) [2020-11-18T01:00:33.506Z] === RUN TestConfigDaemonLibtrustID [2020-11-18T01:00:33.676Z] [2020-11-18T01:00:34.079Z] --- PASS: TestConfigDaemonLibtrustID (0.64s) [2020-11-18T01:00:34.079Z] PASS [2020-11-18T01:00:34.079Z] [2020-11-18T01:00:34.079Z] DONE 7 tests in 19.881s [2020-11-18T01:00:34.079Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-18T01:00:34.079Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:00:34.079Z] ++ set -e [2020-11-18T01:00:34.079Z] ++ '[' -n 0 ']' [2020-11-18T01:00:34.079Z] ++ set -x [2020-11-18T01:00:34.079Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:00:34.341Z] INFO: Testing against a local daemon [2020-11-18T01:00:34.341Z] === RUN TestCheckpoint [2020-11-18T01:00:34.341Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-18T01:00:34.341Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-18T01:00:34.341Z] === RUN TestContainerInvalidJSON [2020-11-18T01:00:34.341Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T01:00:34.341Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T01:00:34.341Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T01:00:34.341Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T01:00:34.341Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-18T01:00:34.341Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-18T01:00:34.341Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T01:00:34.341Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-18T01:00:34.341Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T01:00:34.341Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-11-18T01:00:34.341Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-11-18T01:00:34.341Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-11-18T01:00:34.341Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-18T01:00:34.341Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-18T01:00:34.341Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s) [2020-11-18T01:00:34.341Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-18T01:00:34.602Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2020-11-18T01:00:34.602Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-18T01:00:34.602Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2020-11-18T01:00:34.602Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-18T01:00:34.863Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-11-18T01:00:34.863Z] === RUN TestCopyFromContainer Post stage [Pipeline] junit [2020-11-18T01:00:35.052Z] Recording test results [2020-11-18T01:00:35.136Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-11-18T01:00:35.709Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-11-18T01:00:36.283Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-11-18T01:00:36.284Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-18T01:00:36.857Z] === RUN TestCopyFromContainer// [2020-11-18T01:00:36.857Z] === RUN TestCopyFromContainer//bar/root [2020-11-18T01:00:37.083Z] + echo Ensuring container killed. [2020-11-18T01:00:37.083Z] Ensuring container killed. [2020-11-18T01:00:37.083Z] + docker rm -vf docker-pr6 [2020-11-18T01:00:37.083Z] Error: No such container: docker-pr6 [2020-11-18T01:00:37.083Z] + true [Pipeline] sh [2020-11-18T01:00:37.120Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-18T01:00:37.120Z] === RUN TestCopyFromContainer/bar/quux [2020-11-18T01:00:37.382Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-18T01:00:37.382Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-18T01:00:37.402Z] + echo Chowning /workspace to jenkins user [2020-11-18T01:00:37.402Z] Chowning /workspace to jenkins user [2020-11-18T01:00:37.402Z] + id -u [2020-11-18T01:00:37.402Z] + id -g [2020-11-18T01:00:37.402Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41620:/workspace busybox chown -R 1000:1000 /workspace [2020-11-18T01:00:37.402Z] Unable to find image 'busybox:latest' locally [2020-11-18T01:00:37.644Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-18T01:00:37.644Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-18T01:00:37.657Z] latest: Pulling from library/busybox [2020-11-18T01:00:37.657Z] 9758c28807f2: Pulling fs layer [2020-11-18T01:00:37.907Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-11-18T01:00:37.907Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-18T01:00:37.913Z] 9758c28807f2: Verifying Checksum [2020-11-18T01:00:37.913Z] 9758c28807f2: Download complete [2020-11-18T01:00:37.913Z] 9758c28807f2: Pull complete [2020-11-18T01:00:37.913Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-18T01:00:37.913Z] Status: Downloaded newer image for busybox:latest [2020-11-18T01:00:38.168Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-18T01:00:38.292Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-18T01:00:38.292Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-11-18T01:00:38.292Z] remote: Enumerating objects: 2, done. [2020-11-18T01:00:38.292Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-11-18T01:00:38.292Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-11-18T01:00:38.292Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-11-18T01:00:38.293Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2020-11-18T01:00:38.293Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-11-18T01:00:38.293Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-18T01:00:38.430Z] --- PASS: TestCopyFromContainer (3.51s) [2020-11-18T01:00:38.430Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-11-18T01:00:38.430Z] --- PASS: TestCopyFromContainer//bar/root (0.18s) [2020-11-18T01:00:38.430Z] --- PASS: TestCopyFromContainer//bar/root/ (0.15s) [2020-11-18T01:00:38.430Z] --- PASS: TestCopyFromContainer/bar/quux (0.16s) [2020-11-18T01:00:38.430Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2020-11-18T01:00:38.430Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.14s) [2020-11-18T01:00:38.430Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s) [2020-11-18T01:00:38.430Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.20s) [2020-11-18T01:00:38.430Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s) [2020-11-18T01:00:38.430Z] --- PASS: TestCopyFromContainer/bar/notarget (0.20s) [2020-11-18T01:00:38.430Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-18T01:00:38.430Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T01:00:38.430Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T01:00:38.430Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T01:00:38.430Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T01:00:38.430Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T01:00:38.430Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T01:00:38.430Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T01:00:38.430Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T01:00:38.430Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T01:00:38.430Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-18T01:00:38.430Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-18T01:00:38.430Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-18T01:00:38.430Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-18T01:00:38.430Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-18T01:00:38.430Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-11-18T01:00:38.430Z] === RUN TestCreateWithInvalidEnv [2020-11-18T01:00:38.430Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-11-18T01:00:38.430Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-18T01:00:38.430Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-18T01:00:38.430Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-18T01:00:38.430Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-18T01:00:38.430Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-18T01:00:38.430Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-18T01:00:38.430Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-18T01:00:38.430Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-18T01:00:38.430Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-18T01:00:38.430Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-18T01:00:38.430Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-11-18T01:00:38.430Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-11-18T01:00:38.430Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-11-18T01:00:38.430Z] === RUN TestCreateTmpfsMountsTarget [2020-11-18T01:00:38.430Z] --- PASS: TestCreateTmpfsMountsTarget (0.08s) [2020-11-18T01:00:38.430Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-18T01:00:38.614Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/test/unit [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-18T01:00:39.618Z] + bundleName=amd64-rootless [2020-11-18T01:00:39.618Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-11-18T01:00:39.618Z] Creating amd64-rootless-bundles.tar.gz [2020-11-18T01:00:39.618Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-11-18T01:00:39.618Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-18T01:00:39.626Z] Archiving artifacts [2020-11-18T01:00:40.989Z] --- PASS: TestCreateWithCustomMaskedPaths (2.18s) [2020-11-18T01:00:40.989Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-18T01:00:40.989Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-11-18T01:00:41.067Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41620/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-18T01:00:41.130Z] ? github.com/docker/docker/api [no test files] [2020-11-18T01:00:41.417Z] + make clean [2020-11-18T01:00:41.673Z] docker volume rm -f docker-dev-cache [2020-11-18T01:00:41.673Z] docker-dev-cache [Pipeline] deleteDir [2020-11-18T01:00:42.376Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-18T01:00:43.320Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.39s) [2020-11-18T01:00:43.320Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-18T01:00:43.320Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T01:00:43.320Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T01:00:43.320Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T01:00:43.320Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T01:00:43.320Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T01:00:43.320Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T01:00:43.320Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T01:00:43.320Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T01:00:43.320Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T01:00:43.320Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T01:00:43.320Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T01:00:43.320Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T01:00:43.320Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T01:00:43.320Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T01:00:43.320Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T01:00:43.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-11-18T01:00:43.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-11-18T01:00:43.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-11-18T01:00:43.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-11-18T01:00:43.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-18T01:00:43.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-11-18T01:00:43.320Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-18T01:00:44.264Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.84s) [2020-11-18T01:00:44.264Z] === RUN TestCreateDifferentPlatform [2020-11-18T01:00:44.264Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-18T01:00:44.265Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-18T01:00:44.265Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-11-18T01:00:44.265Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-18T01:00:44.265Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-18T01:00:44.265Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-18T01:00:44.265Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-11-18T01:00:44.265Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-18T01:00:44.265Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-11-18T01:00:44.265Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2020-11-18T01:00:44.265Z] === RUN TestContainerStartOnDaemonRestart [2020-11-18T01:00:44.265Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-18T01:00:44.265Z] === RUN TestDaemonRestartIpcMode [2020-11-18T01:00:44.265Z] === PAUSE TestDaemonRestartIpcMode [2020-11-18T01:00:44.265Z] === RUN TestDaemonHostGatewayIP [2020-11-18T01:00:44.265Z] === PAUSE TestDaemonHostGatewayIP [2020-11-18T01:00:44.265Z] === RUN TestContainerKillOnDaemonStart [2020-11-18T01:00:44.265Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-18T01:00:44.265Z] === RUN TestDiff [2020-11-18T01:00:44.422Z] --- PASS: TestServiceUpdatePidsLimit (17.55s) [2020-11-18T01:00:44.422Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s) [2020-11-18T01:00:44.422Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-11-18T01:00:44.422Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s) [2020-11-18T01:00:44.422Z] PASS [2020-11-18T01:00:44.422Z] [2020-11-18T01:00:44.422Z] === Skipped [2020-11-18T01:00:44.422Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-18T01:00:44.422Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-18T01:00:44.422Z] [2020-11-18T01:00:44.422Z] === SKIP: arm64.integration.service TestServicePlugin (0.01s) [2020-11-18T01:00:44.422Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:00:44.422Z] [2020-11-18T01:00:44.422Z] [2020-11-18T01:00:44.422Z] DONE 27 tests, 2 skipped in 160.979s [2020-11-18T01:00:44.422Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-11-18T01:00:44.422Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:00:44.422Z] ++ set -e [2020-11-18T01:00:44.422Z] ++ '[' -n 0 ']' [2020-11-18T01:00:44.422Z] ++ set -x [2020-11-18T01:00:44.422Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:00:44.422Z] INFO: Testing against a local daemon [2020-11-18T01:00:44.422Z] === RUN TestSessionCreate [2020-11-18T01:00:44.422Z] --- PASS: TestSessionCreate (0.05s) [2020-11-18T01:00:44.422Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-18T01:00:44.422Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-11-18T01:00:44.422Z] PASS [2020-11-18T01:00:44.422Z] [2020-11-18T01:00:44.422Z] DONE 2 tests in 0.308s [2020-11-18T01:00:44.422Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-11-18T01:00:44.422Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:00:44.422Z] ++ set -e [2020-11-18T01:00:44.422Z] ++ '[' -n 0 ']' [2020-11-18T01:00:44.422Z] ++ set -x [2020-11-18T01:00:44.422Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:00:44.422Z] INFO: Testing against a local daemon [2020-11-18T01:00:44.422Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-18T01:00:44.422Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-18T01:00:44.422Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-18T01:00:44.422Z] === RUN TestEventsExecDie [2020-11-18T01:00:44.422Z] --- PASS: TestEventsExecDie (0.87s) [2020-11-18T01:00:44.422Z] === RUN TestEventsBackwardsCompatible [2020-11-18T01:00:44.684Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2020-11-18T01:00:44.684Z] === RUN TestInfoBinaryCommits [2020-11-18T01:00:44.684Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-11-18T01:00:44.684Z] === RUN TestInfoAPIVersioned [2020-11-18T01:00:44.684Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-11-18T01:00:44.684Z] === RUN TestInfoDiscoveryBackend [2020-11-18T01:00:44.838Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-11-18T01:00:44.838Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-11-18T01:00:45.102Z] --- PASS: TestDiff (0.78s) [2020-11-18T01:00:45.102Z] === RUN TestExecWithCloseStdin [2020-11-18T01:00:45.257Z] --- PASS: TestInfoDiscoveryBackend (0.64s) [2020-11-18T01:00:45.257Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-18T01:00:46.046Z] --- PASS: TestExecWithCloseStdin (0.89s) [2020-11-18T01:00:46.046Z] === RUN TestExec [2020-11-18T01:00:46.046Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-11-18T01:00:46.620Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-11-18T01:00:46.620Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-11-18T01:00:46.642Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-18T01:00:46.643Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-18T01:00:46.882Z] --- PASS: TestExec (0.91s) [2020-11-18T01:00:46.882Z] === RUN TestExecUser [2020-11-18T01:00:46.882Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-11-18T01:00:46.904Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-11-18T01:00:46.904Z] === RUN TestInfoAPI [2020-11-18T01:00:47.164Z] --- PASS: TestInfoAPI (0.05s) [2020-11-18T01:00:47.164Z] === RUN TestInfoAPIWarnings [2020-11-18T01:00:47.456Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-11-18T01:00:47.456Z] --- PASS: TestExecUser (0.76s) [2020-11-18T01:00:47.456Z] === RUN TestExportContainerAndImportImage [2020-11-18T01:00:48.402Z] --- PASS: TestExportContainerAndImportImage (0.86s) [2020-11-18T01:00:48.402Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-18T01:00:49.347Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-11-18T01:00:49.921Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s) [2020-11-18T01:00:49.921Z] === RUN TestHealthCheckWorkdir [2020-11-18T01:00:50.183Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-11-18T01:00:50.755Z] --- PASS: TestHealthCheckWorkdir (0.92s) [2020-11-18T01:00:50.755Z] === RUN TestHealthKillContainer [2020-11-18T01:00:51.697Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-11-18T01:00:52.270Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-11-18T01:00:53.658Z] --- PASS: TestHealthKillContainer (2.59s) [2020-11-18T01:00:53.658Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-18T01:00:53.658Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-11-18T01:00:54.230Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2020-11-18T01:00:54.230Z] === RUN TestIpcModeNone [2020-11-18T01:00:54.230Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-11-18T01:00:54.803Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-11-18T01:00:55.064Z] --- PASS: TestIpcModeNone (0.90s) [2020-11-18T01:00:55.064Z] === RUN TestIpcModePrivate [2020-11-18T01:00:55.326Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-11-18T01:00:55.898Z] --- PASS: TestIpcModePrivate (0.79s) [2020-11-18T01:00:55.899Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2020-11-18T01:00:55.899Z] === RUN TestIpcModeShareable [2020-11-18T01:00:55.899Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-11-18T01:00:55.968Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2020-11-18T01:00:56.844Z] --- PASS: TestIpcModeShareable (0.86s) [2020-11-18T01:00:56.844Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2020-11-18T01:00:56.844Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-18T01:00:59.397Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-11-18T01:00:59.397Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-11-18T01:00:59.397Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.80s) [2020-11-18T01:00:59.397Z] === RUN TestAPIIpcModeHost [2020-11-18T01:01:00.343Z] --- PASS: TestAPIIpcModeHost (0.81s) [2020-11-18T01:01:00.343Z] === RUN TestDaemonIpcModeShareable [2020-11-18T01:01:02.260Z] --- PASS: TestDaemonIpcModeShareable (1.64s) [2020-11-18T01:01:02.260Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:120, shared: true, mustBeShared: true [2020-11-18T01:01:02.260Z] === RUN TestDaemonIpcModePrivate [2020-11-18T01:01:02.260Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-11-18T01:01:02.521Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-11-18T01:01:03.221Z] 4612f6d0b889: Pull complete [2020-11-18T01:01:03.909Z] --- PASS: TestDaemonIpcModePrivate (1.88s) [2020-11-18T01:01:03.909Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2020-11-18T01:01:03.909Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-18T01:01:04.482Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-11-18T01:01:04.744Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-11-18T01:01:05.281Z] --- PASS: TestInfoAPIWarnings (16.64s) [2020-11-18T01:01:05.281Z] === RUN TestInfoDebug [2020-11-18T01:01:05.281Z] --- PASS: TestInfoDebug (0.64s) [2020-11-18T01:01:05.281Z] === RUN TestInfoInsecureRegistries [2020-11-18T01:01:05.281Z] --- PASS: TestInfoInsecureRegistries (0.63s) [2020-11-18T01:01:05.281Z] === RUN TestInfoRegistryMirrors [2020-11-18T01:01:05.541Z] --- PASS: TestInfoRegistryMirrors (0.67s) [2020-11-18T01:01:05.541Z] === RUN TestLoginFailsWithBadCredentials [2020-11-18T01:01:05.688Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.83s) [2020-11-18T01:01:05.688Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2020-11-18T01:01:05.688Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-18T01:01:05.802Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s) [2020-11-18T01:01:05.802Z] === RUN TestPingCacheHeaders [2020-11-18T01:01:06.064Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-11-18T01:01:06.064Z] === RUN TestPingGet [2020-11-18T01:01:06.064Z] --- PASS: TestPingGet (0.03s) [2020-11-18T01:01:06.064Z] === RUN TestPingHead [2020-11-18T01:01:06.064Z] --- PASS: TestPingHead (0.05s) [2020-11-18T01:01:06.064Z] === RUN TestVersion [2020-11-18T01:01:06.064Z] --- PASS: TestVersion (0.05s) [2020-11-18T01:01:06.064Z] PASS [2020-11-18T01:01:06.064Z] [2020-11-18T01:01:06.064Z] === Skipped [2020-11-18T01:01:06.064Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-18T01:01:06.064Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-18T01:01:06.064Z] [2020-11-18T01:01:06.064Z] [2020-11-18T01:01:06.064Z] DONE 18 tests, 1 skipped in 22.609s [2020-11-18T01:01:06.064Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-18T01:01:06.064Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:01:06.064Z] ++ set -e [2020-11-18T01:01:06.064Z] ++ '[' -n 0 ']' [2020-11-18T01:01:06.064Z] ++ set -x [2020-11-18T01:01:06.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:01:06.324Z] INFO: Testing against a local daemon [2020-11-18T01:01:06.324Z] === RUN TestVolumesCreateAndList [2020-11-18T01:01:06.324Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-11-18T01:01:06.324Z] === RUN TestVolumesRemove [2020-11-18T01:01:06.586Z] --- PASS: TestVolumesRemove (0.11s) [2020-11-18T01:01:06.586Z] === RUN TestVolumesInspect [2020-11-18T01:01:06.586Z] --- PASS: TestVolumesInspect (0.04s) [2020-11-18T01:01:06.586Z] === RUN TestVolumesInvalidJSON [2020-11-18T01:01:06.586Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-18T01:01:06.586Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-18T01:01:06.586Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-18T01:01:06.586Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-11-18T01:01:06.586Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-18T01:01:06.586Z] PASS [2020-11-18T01:01:06.586Z] [2020-11-18T01:01:06.586Z] DONE 5 tests in 0.445s [2020-11-18T01:01:06.586Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-18T01:01:06.847Z] ++++ cat bundles/test-integration/docker.pid [2020-11-18T01:01:06.847Z] +++ kill 13793 [2020-11-18T01:01:07.604Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-11-18T01:01:07.604Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-11-18T01:01:07.604Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.82s) [2020-11-18T01:01:07.604Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: true, mustBeShared: true [2020-11-18T01:01:07.604Z] === RUN TestIpcModeOlderClient [2020-11-18T01:01:07.604Z] === PAUSE TestIpcModeOlderClient [2020-11-18T01:01:07.604Z] === RUN TestKillContainerInvalidSignal [2020-11-18T01:01:08.231Z] +++ /etc/init.d/apparmor stop [2020-11-18T01:01:08.492Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-18T01:01:08.492Z] [2020-11-18T01:01:08.492Z] Unloading profiles will leave already running processes permanently [2020-11-18T01:01:08.492Z] unconfined, which can lead to unexpected situations. [2020-11-18T01:01:08.492Z] [2020-11-18T01:01:08.492Z] To set a process to complain mode, use the command line tool [2020-11-18T01:01:08.492Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-18T01:01:08.492Z] +++ true [2020-11-18T01:01:08.492Z] exiting test-integration [2020-11-18T01:01:08.492Z] ++ exit 0 [2020-11-18T01:01:08.492Z] [2020-11-18T01:01:08.549Z] --- PASS: TestKillContainerInvalidSignal (0.95s) [2020-11-18T01:01:08.549Z] === RUN TestKillContainer [2020-11-18T01:01:08.549Z] === RUN TestKillContainer/no_signal [2020-11-18T01:01:09.121Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-11-18T01:01:09.122Z] === RUN TestKillContainer/non_killing_signal [2020-11-18T01:01:09.697Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-11-18T01:01:09.959Z] === RUN TestKillContainer/killing_signal [2020-11-18T01:01:10.534Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-11-18T01:01:11.107Z] --- PASS: TestKillContainer (2.66s) [2020-11-18T01:01:11.107Z] --- PASS: TestKillContainer/no_signal (0.85s) [2020-11-18T01:01:11.107Z] --- PASS: TestKillContainer/non_killing_signal (0.78s) [2020-11-18T01:01:11.107Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2020-11-18T01:01:11.107Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-18T01:01:11.107Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-18T01:01:11.369Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-11-18T01:01:11.942Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-18T01:01:11.942Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-11-18T01:01:12.516Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.57s) [2020-11-18T01:01:12.516Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2020-11-18T01:01:12.516Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s) [2020-11-18T01:01:12.516Z] === RUN TestKillStoppedContainer Post stage [Pipeline] junit [2020-11-18T01:01:12.712Z] Recording test results [2020-11-18T01:01:12.778Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-11-18T01:01:12.778Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-18T01:01:12.778Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-11-18T01:01:12.778Z] === RUN TestKillDifferentUserContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-18T01:01:13.250Z] + echo Ensuring container killed. [2020-11-18T01:01:13.250Z] Ensuring container killed. [2020-11-18T01:01:13.250Z] + docker rm -vf docker-pr6 [2020-11-18T01:01:13.250Z] Error: No such container: docker-pr6 [2020-11-18T01:01:13.250Z] + true [Pipeline] sh [2020-11-18T01:01:13.362Z] --- PASS: TestBuildWithHugeFile (54.43s) [2020-11-18T01:01:13.362Z] === RUN TestBuildWithEmptyDockerfile [2020-11-18T01:01:13.362Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T01:01:13.362Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T01:01:13.362Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T01:01:13.362Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T01:01:13.362Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T01:01:13.362Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T01:01:13.362Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T01:01:13.362Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T01:01:13.362Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T01:01:13.362Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-11-18T01:01:13.362Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.25s) [2020-11-18T01:01:13.362Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s) [2020-11-18T01:01:13.362Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s) [2020-11-18T01:01:13.362Z] === RUN TestBuildPreserveOwnership [2020-11-18T01:01:13.362Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-18T01:01:13.362Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-18T01:01:13.539Z] + echo Chowning /workspace to jenkins user [2020-11-18T01:01:13.539Z] Chowning /workspace to jenkins user [2020-11-18T01:01:13.539Z] + id -u [2020-11-18T01:01:13.539Z] + id -g [2020-11-18T01:01:13.539Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41620:/workspace busybox chown -R 1000:1000 /workspace [2020-11-18T01:01:13.722Z] --- PASS: TestKillDifferentUserContainer (0.81s) [2020-11-18T01:01:13.722Z] === RUN TestInspectOomKilledTrue [2020-11-18T01:01:13.722Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-18T01:01:13.722Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T01:01:13.722Z] === RUN TestInspectOomKilledFalse [2020-11-18T01:01:13.722Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-18T01:01:13.722Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T01:01:13.722Z] === RUN TestLinksEtcHostsContentMatch [2020-11-18T01:01:13.722Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-11-18T01:01:14.295Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2020-11-18T01:01:14.295Z] === RUN TestLinksContainerNames [2020-11-18T01:01:14.403Z] --- PASS: TestBuildPreserveOwnership (3.78s) [2020-11-18T01:01:14.403Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.49s) [2020-11-18T01:01:14.403Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.29s) [2020-11-18T01:01:14.403Z] === RUN TestBuildPlatformInvalid [2020-11-18T01:01:14.697Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2020-11-18T01:01:14.697Z] PASS [2020-11-18T01:01:14.697Z] [2020-11-18T01:01:14.697Z] === Skipped [2020-11-18T01:01:14.697Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-11-18T01:01:14.697Z] build_session_test.go:25: TODO: BuildKit [2020-11-18T01:01:14.697Z] [2020-11-18T01:01:14.697Z] [2020-11-18T01:01:14.697Z] DONE 32 tests, 1 skipped in 93.540s [2020-11-18T01:01:14.697Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-11-18T01:01:14.697Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:01:14.697Z] ++ set -e [2020-11-18T01:01:14.697Z] ++ '[' -n 0 ']' [2020-11-18T01:01:14.697Z] ++ set -x [2020-11-18T01:01:14.697Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:01:14.697Z] INFO: Testing against a local daemon [2020-11-18T01:01:14.697Z] === RUN TestConfigInspect [2020-11-18T01:01:14.868Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-11-18T01:01:15.479Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-11-18T01:01:15.748Z] --- PASS: TestLinksContainerNames (1.71s) [2020-11-18T01:01:15.748Z] === RUN TestLogsFollowTailEmpty [2020-11-18T01:01:16.699Z] --- PASS: TestLogsFollowTailEmpty (0.66s) [2020-11-18T01:01:16.699Z] === RUN TestContainerNetworkMountsNoChown [2020-11-18T01:01:16.774Z] --- PASS: TestConfigInspect (1.90s) [2020-11-18T01:01:16.774Z] === RUN TestConfigList [2020-11-18T01:01:17.271Z] --- PASS: TestContainerNetworkMountsNoChown (0.58s) [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/default [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/default [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/private [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/private [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rprivate [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/slave [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/slave [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rslave [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/shared [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/shared [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rshared [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/default [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/rprivate [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/private [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/shared [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/rshared [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/rslave [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/slave [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-18T01:01:17.271Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-18T01:01:17.271Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-18T01:01:17.271Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-18T01:01:17.533Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-18T01:01:17.533Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-18T01:01:17.533Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-18T01:01:17.533Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-18T01:01:17.533Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T01:01:17.533Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T01:01:17.533Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T01:01:17.533Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T01:01:17.533Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-18T01:01:17.533Z] === CONT TestMountDaemonRoot/rslave/bind_root [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-18T01:01:17.794Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-18T01:01:17.794Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-18T01:01:17.794Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-18T01:01:17.794Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.07s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.07s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-11-18T01:01:17.794Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-11-18T01:01:17.794Z] === RUN TestContainerBindMountNonRecursive [2020-11-18T01:01:18.057Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-11-18T01:01:18.057Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-11-18T01:01:18.063Z] + bundleName=arm64-integration [2020-11-18T01:01:18.063Z] + echo Creating arm64-integration-bundles.tar.gz [2020-11-18T01:01:18.063Z] Creating arm64-integration-bundles.tar.gz [2020-11-18T01:01:18.063Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-11-18T01:01:18.063Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-18T01:01:18.337Z] Archiving artifacts [2020-11-18T01:01:18.630Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-11-18T01:01:18.738Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41620/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-18T01:01:18.847Z] --- PASS: TestConfigList (1.90s) [2020-11-18T01:01:18.847Z] === RUN TestConfigsCreateAndDelete [2020-11-18T01:01:19.061Z] + make clean [2020-11-18T01:01:19.573Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-11-18T01:01:19.633Z] docker volume rm -f docker-dev-cache [2020-11-18T01:01:19.633Z] docker-dev-cache [Pipeline] deleteDir [2020-11-18T01:01:19.834Z] --- PASS: TestContainerBindMountNonRecursive (2.10s) [2020-11-18T01:01:19.834Z] === RUN TestContainerVolumesMountedAsShared [2020-11-18T01:01:20.368Z] --- PASS: TestConfigsCreateAndDelete (1.83s) [2020-11-18T01:01:20.368Z] === RUN TestConfigsUpdate [2020-11-18T01:01:20.408Z] --- PASS: TestContainerVolumesMountedAsShared (0.63s) [2020-11-18T01:01:20.408Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-18T01:01:20.408Z] === RUN TestDockerSuite/TestBuildAddScript [2020-11-18T01:01:21.351Z] --- PASS: TestContainerVolumesMountedAsSlave (0.69s) [2020-11-18T01:01:21.351Z] === RUN TestNetworkNat [2020-11-18T01:01:21.926Z] --- PASS: TestNetworkNat (0.74s) [2020-11-18T01:01:21.926Z] === RUN TestNetworkLocalhostTCPNat [2020-11-18T01:01:22.476Z] --- PASS: TestConfigsUpdate (1.91s) [2020-11-18T01:01:22.476Z] === RUN TestTemplatedConfig [2020-11-18T01:01:22.871Z] --- PASS: TestNetworkLocalhostTCPNat (0.75s) [2020-11-18T01:01:22.871Z] === RUN TestNetworkLoopbackNat [2020-11-18T01:01:22.871Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [Pipeline] } [Pipeline] // withEnv [2020-11-18T01:01:23.444Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-18T01:01:24.568Z] --- PASS: TestTemplatedConfig (2.39s) [2020-11-18T01:01:24.568Z] === RUN TestConfigCreateResolve [2020-11-18T01:01:25.994Z] --- PASS: TestNetworkLoopbackNat (3.19s) [2020-11-18T01:01:25.994Z] === RUN TestPause [2020-11-18T01:01:26.567Z] --- PASS: TestPause (0.82s) [2020-11-18T01:01:26.567Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-18T01:01:26.567Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-18T01:01:26.567Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-18T01:01:26.567Z] === RUN TestPauseStopPausedContainer [2020-11-18T01:01:26.648Z] --- PASS: TestConfigCreateResolve (1.92s) [2020-11-18T01:01:26.648Z] === RUN TestConfigDaemonLibtrustID [2020-11-18T01:01:27.140Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-11-18T01:01:27.283Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-11-18T01:01:27.283Z] PASS [2020-11-18T01:01:27.283Z] [2020-11-18T01:01:27.283Z] DONE 7 tests in 12.470s [2020-11-18T01:01:27.283Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-11-18T01:01:27.283Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:01:27.283Z] ++ set -e [2020-11-18T01:01:27.283Z] ++ '[' -n 0 ']' [2020-11-18T01:01:27.283Z] ++ set -x [2020-11-18T01:01:27.283Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:01:27.283Z] INFO: Testing against a local daemon [2020-11-18T01:01:27.283Z] === RUN TestCheckpoint [2020-11-18T01:01:27.283Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-18T01:01:27.283Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-18T01:01:27.283Z] === RUN TestContainerInvalidJSON [2020-11-18T01:01:27.283Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T01:01:27.283Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T01:01:27.283Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T01:01:27.283Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T01:01:27.283Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-18T01:01:27.283Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-18T01:01:27.283Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T01:01:27.283Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-18T01:01:27.283Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T01:01:27.283Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-18T01:01:27.283Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-18T01:01:27.283Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-18T01:01:27.283Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-18T01:01:27.283Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-18T01:01:27.284Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-11-18T01:01:27.284Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-18T01:01:27.284Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-11-18T01:01:27.284Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-18T01:01:27.401Z] --- PASS: TestPauseStopPausedContainer (0.87s) [2020-11-18T01:01:27.401Z] === RUN TestPsFilter [2020-11-18T01:01:27.576Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-11-18T01:01:27.577Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-18T01:01:27.577Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2020-11-18T01:01:27.577Z] === RUN TestCopyFromContainer [2020-11-18T01:01:27.663Z] --- PASS: TestPsFilter (0.16s) [2020-11-18T01:01:27.663Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-18T01:01:28.607Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2020-11-18T01:01:28.607Z] === RUN TestRemoveContainerWithVolume [2020-11-18T01:01:28.618Z] === RUN TestCopyFromContainer// [2020-11-18T01:01:28.914Z] === RUN TestCopyFromContainer//bar/root [2020-11-18T01:01:28.914Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-18T01:01:28.914Z] === RUN TestCopyFromContainer/bar/quux [2020-11-18T01:01:28.914Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-18T01:01:29.180Z] --- PASS: TestRemoveContainerWithVolume (0.79s) [2020-11-18T01:01:29.180Z] === RUN TestRemoveContainerRunning [2020-11-18T01:01:29.208Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-18T01:01:29.208Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-18T01:01:29.208Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-18T01:01:29.208Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-18T01:01:29.502Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-18T01:01:29.502Z] --- PASS: TestCopyFromContainer (1.94s) [2020-11-18T01:01:29.502Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-18T01:01:29.502Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2020-11-18T01:01:29.502Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-11-18T01:01:29.502Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2020-11-18T01:01:29.502Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-11-18T01:01:29.502Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-11-18T01:01:29.502Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-11-18T01:01:29.502Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-11-18T01:01:29.502Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2020-11-18T01:01:29.502Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2020-11-18T01:01:29.502Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-18T01:01:29.502Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T01:01:29.502Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T01:01:29.502Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T01:01:29.502Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T01:01:29.502Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T01:01:29.502Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T01:01:29.502Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T01:01:29.502Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T01:01:29.502Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T01:01:29.502Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-18T01:01:29.502Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-18T01:01:29.502Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-18T01:01:29.502Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-18T01:01:29.502Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-18T01:01:29.502Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-11-18T01:01:29.502Z] === RUN TestCreateWithInvalidEnv [2020-11-18T01:01:29.502Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-18T01:01:29.502Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-18T01:01:29.502Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-18T01:01:29.502Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-18T01:01:29.502Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-18T01:01:29.502Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-18T01:01:29.502Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-18T01:01:29.502Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-18T01:01:29.502Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-18T01:01:29.502Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-18T01:01:29.502Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-18T01:01:29.502Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-18T01:01:29.502Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-18T01:01:29.502Z] === RUN TestCreateTmpfsMountsTarget [2020-11-18T01:01:29.502Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-18T01:01:29.502Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-18T01:01:30.125Z] --- PASS: TestRemoveContainerRunning (0.82s) [2020-11-18T01:01:30.125Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-18T01:01:30.125Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-11-18T01:01:30.698Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-11-18T01:01:30.961Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s) [2020-11-18T01:01:30.961Z] === RUN TestRemoveInvalidContainer [2020-11-18T01:01:30.961Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-18T01:01:30.961Z] === RUN TestRenameLinkedContainer [2020-11-18T01:01:31.018Z] --- PASS: TestCreateWithCustomMaskedPaths (1.43s) [2020-11-18T01:01:31.018Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-18T01:01:31.223Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-11-18T01:01:31.796Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-11-18T01:01:32.368Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-11-18T01:01:32.537Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.52s) [2020-11-18T01:01:32.537Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-18T01:01:32.537Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T01:01:32.537Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T01:01:32.537Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T01:01:32.537Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T01:01:32.537Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T01:01:32.537Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T01:01:32.537Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T01:01:32.537Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T01:01:32.537Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T01:01:32.537Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T01:01:32.537Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T01:01:32.537Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T01:01:32.537Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T01:01:32.537Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T01:01:32.537Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T01:01:32.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-18T01:01:32.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-11-18T01:01:32.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-11-18T01:01:32.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-11-18T01:01:32.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-11-18T01:01:32.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-11-18T01:01:32.537Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-18T01:01:33.177Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s) [2020-11-18T01:01:33.177Z] === RUN TestCreateDifferentPlatform [2020-11-18T01:01:33.177Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-18T01:01:33.177Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-18T01:01:33.177Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-11-18T01:01:33.177Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-18T01:01:33.177Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-18T01:01:33.177Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-18T01:01:33.177Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-11-18T01:01:33.177Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-18T01:01:33.177Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2020-11-18T01:01:33.177Z] === RUN TestContainerStartOnDaemonRestart [2020-11-18T01:01:33.177Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-18T01:01:33.177Z] === RUN TestDaemonRestartIpcMode [2020-11-18T01:01:33.177Z] === PAUSE TestDaemonRestartIpcMode [2020-11-18T01:01:33.177Z] === RUN TestDaemonHostGatewayIP [2020-11-18T01:01:33.177Z] === PAUSE TestDaemonHostGatewayIP [2020-11-18T01:01:33.177Z] === RUN TestContainerKillOnDaemonStart [2020-11-18T01:01:33.177Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-18T01:01:33.177Z] === RUN TestDiff [2020-11-18T01:01:33.817Z] --- PASS: TestDiff (0.51s) [2020-11-18T01:01:33.817Z] === RUN TestExecWithCloseStdin [2020-11-18T01:01:34.287Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-11-18T01:01:34.287Z] --- PASS: TestRenameLinkedContainer (3.24s) [2020-11-18T01:01:34.287Z] === RUN TestRenameStoppedContainer [2020-11-18T01:01:34.459Z] --- PASS: TestExecWithCloseStdin (0.61s) [2020-11-18T01:01:34.459Z] === RUN TestExec [2020-11-18T01:01:35.098Z] --- PASS: TestExec (0.64s) [2020-11-18T01:01:35.098Z] === RUN TestExecUser [2020-11-18T01:01:35.231Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-11-18T01:01:35.231Z] --- PASS: TestRenameStoppedContainer (0.98s) [2020-11-18T01:01:35.231Z] === RUN TestRenameRunningContainerAndReuse [2020-11-18T01:01:35.734Z] --- PASS: TestExecUser (0.62s) [2020-11-18T01:01:35.734Z] === RUN TestExportContainerAndImportImage [2020-11-18T01:01:36.177Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-11-18T01:01:36.382Z] --- PASS: TestExportContainerAndImportImage (0.81s) [2020-11-18T01:01:36.383Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-18T01:01:36.751Z] --- PASS: TestRenameRunningContainerAndReuse (1.67s) [2020-11-18T01:01:36.751Z] === RUN TestRenameInvalidName [2020-11-18T01:01:37.696Z] --- PASS: TestRenameInvalidName (0.77s) [2020-11-18T01:01:37.696Z] === RUN TestRenameAnonymousContainer [2020-11-18T01:01:37.903Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2020-11-18T01:01:37.903Z] === RUN TestHealthCheckWorkdir [2020-11-18T01:01:37.958Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-11-18T01:01:38.219Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-11-18T01:01:38.481Z] === RUN TestDockerSuite/TestBuildAddTar [2020-11-18T01:01:38.538Z] --- PASS: TestHealthCheckWorkdir (0.72s) [2020-11-18T01:01:38.538Z] === RUN TestHealthKillContainer [2020-11-18T01:01:39.869Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-11-18T01:01:40.812Z] --- PASS: TestRenameAnonymousContainer (3.02s) [2020-11-18T01:01:40.812Z] === RUN TestRenameContainerWithSameName [2020-11-18T01:01:41.275Z] --- PASS: TestHealthKillContainer (2.63s) [2020-11-18T01:01:41.275Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-18T01:01:41.385Z] --- PASS: TestRenameContainerWithSameName (0.80s) [2020-11-18T01:01:41.385Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-18T01:01:41.385Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-11-18T01:01:41.570Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s) [2020-11-18T01:01:41.570Z] === RUN TestIpcModeNone [2020-11-18T01:01:42.206Z] --- PASS: TestIpcModeNone (0.58s) [2020-11-18T01:01:42.207Z] === RUN TestIpcModePrivate [2020-11-18T01:01:42.849Z] --- PASS: TestIpcModePrivate (0.60s) [2020-11-18T01:01:42.849Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-11-18T01:01:42.849Z] === RUN TestIpcModeShareable [2020-11-18T01:01:43.305Z] --- PASS: TestRenameContainerWithLinkedContainer (1.60s) [2020-11-18T01:01:43.305Z] === RUN TestResize [2020-11-18T01:01:43.305Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-11-18T01:01:43.486Z] --- PASS: TestIpcModeShareable (0.61s) [2020-11-18T01:01:43.486Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-11-18T01:01:43.486Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-18T01:01:43.877Z] --- PASS: TestResize (0.86s) [2020-11-18T01:01:43.877Z] === RUN TestResizeWithInvalidSize [2020-11-18T01:01:44.824Z] --- PASS: TestResizeWithInvalidSize (0.82s) [2020-11-18T01:01:44.824Z] === RUN TestResizeWhenContainerNotStarted [2020-11-18T01:01:45.397Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-11-18T01:01:45.397Z] --- PASS: TestResizeWhenContainerNotStarted (0.72s) [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:01:45.397Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:01:45.397Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:01:45.397Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:01:45.397Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-18T01:01:45.589Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.77s) [2020-11-18T01:01:45.589Z] === RUN TestAPIIpcModeHost [2020-11-18T01:01:45.884Z] --- PASS: TestAPIIpcModeHost (0.47s) [2020-11-18T01:01:45.884Z] === RUN TestDaemonIpcModeShareable [2020-11-18T01:01:45.970Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-11-18T01:01:46.914Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-11-18T01:01:47.175Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:01:47.404Z] --- PASS: TestDaemonIpcModeShareable (1.38s) [2020-11-18T01:01:47.404Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-18T01:01:47.404Z] === RUN TestDaemonIpcModePrivate [2020-11-18T01:01:47.759Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:01:48.020Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-11-18T01:01:48.444Z] --- PASS: TestDaemonIpcModePrivate (1.37s) [2020-11-18T01:01:48.444Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-18T01:01:48.444Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-18T01:01:48.966Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:01:48.966Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-11-18T01:01:49.227Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-18T01:01:49.487Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-11-18T01:01:49.985Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.34s) [2020-11-18T01:01:49.985Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-18T01:01:49.985Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-18T01:01:50.432Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-18T01:01:51.376Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-18T01:01:51.501Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.39s) [2020-11-18T01:01:51.501Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-18T01:01:51.501Z] === RUN TestIpcModeOlderClient [2020-11-18T01:01:51.501Z] === PAUSE TestIpcModeOlderClient [2020-11-18T01:01:51.501Z] === RUN TestKillContainerInvalidSignal [2020-11-18T01:01:51.796Z] --- PASS: TestKillContainerInvalidSignal (0.54s) [2020-11-18T01:01:51.796Z] === RUN TestKillContainer [2020-11-18T01:01:51.796Z] === RUN TestKillContainer/no_signal [2020-11-18T01:01:52.320Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-11-18T01:01:52.430Z] === RUN TestKillContainer/non_killing_signal [2020-11-18T01:01:52.584Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-18T01:01:52.725Z] === RUN TestKillContainer/killing_signal [2020-11-18T01:01:53.362Z] --- PASS: TestKillContainer (1.60s) [2020-11-18T01:01:53.362Z] --- PASS: TestKillContainer/no_signal (0.52s) [2020-11-18T01:01:53.362Z] --- PASS: TestKillContainer/non_killing_signal (0.37s) [2020-11-18T01:01:53.362Z] --- PASS: TestKillContainer/killing_signal (0.49s) [2020-11-18T01:01:53.362Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-18T01:01:53.362Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-18T01:01:53.999Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-18T01:01:54.293Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.07s) [2020-11-18T01:01:54.293Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s) [2020-11-18T01:01:54.293Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.37s) [2020-11-18T01:01:54.293Z] === RUN TestKillStoppedContainer [2020-11-18T01:01:54.505Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-18T01:01:54.588Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-11-18T01:01:54.589Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-18T01:01:54.589Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-11-18T01:01:54.589Z] === RUN TestKillDifferentUserContainer [2020-11-18T01:01:55.223Z] --- PASS: TestKillDifferentUserContainer (0.50s) [2020-11-18T01:01:55.224Z] === RUN TestInspectOomKilledTrue [2020-11-18T01:01:55.450Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-18T01:01:55.863Z] --- PASS: TestInspectOomKilledTrue (0.90s) [2020-11-18T01:01:55.863Z] === RUN TestInspectOomKilledFalse [2020-11-18T01:01:56.022Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-11-18T01:01:56.509Z] --- PASS: TestInspectOomKilledFalse (0.51s) [2020-11-18T01:01:56.509Z] === RUN TestLinksEtcHostsContentMatch [2020-11-18T01:01:56.595Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-18T01:01:56.803Z] --- PASS: TestLinksEtcHostsContentMatch (0.38s) [2020-11-18T01:01:56.803Z] === RUN TestLinksContainerNames [2020-11-18T01:01:57.845Z] --- PASS: TestLinksContainerNames (1.02s) [2020-11-18T01:01:57.845Z] === RUN TestLogsFollowTailEmpty [2020-11-18T01:01:58.482Z] --- PASS: TestLogsFollowTailEmpty (0.57s) [2020-11-18T01:01:58.482Z] === RUN TestContainerNetworkMountsNoChown [2020-11-18T01:01:59.120Z] --- PASS: TestContainerNetworkMountsNoChown (0.51s) [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/default [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/default [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/private [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/private [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rprivate [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/slave [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/slave [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rslave [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/shared [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/shared [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rshared [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/default [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rslave [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rshared [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rprivate [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/private [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/shared [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/slave [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-18T01:01:59.120Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-18T01:01:59.120Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-18T01:01:59.120Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-18T01:01:59.146Z] === RUN TestDockerSuite/TestBuildBlankName [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.80s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.33s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.56s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.46s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.66s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.30s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.11s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.67s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.05s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.42s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.67s) [2020-11-18T01:01:59.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.59s) [2020-11-18T01:01:59.146Z] === RUN TestCgroupNamespacesRun [2020-11-18T01:01:59.408Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-11-18T01:01:59.413Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-11-18T01:01:59.413Z] === RUN TestContainerBindMountNonRecursive [2020-11-18T01:02:00.456Z] --- PASS: TestContainerBindMountNonRecursive (1.28s) [2020-11-18T01:02:00.456Z] === RUN TestContainerVolumesMountedAsShared [2020-11-18T01:02:01.092Z] --- PASS: TestContainerVolumesMountedAsShared (0.50s) [2020-11-18T01:02:01.092Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-18T01:02:01.325Z] --- PASS: TestCgroupNamespacesRun (1.94s) [2020-11-18T01:02:01.325Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-18T01:02:01.387Z] --- PASS: TestContainerVolumesMountedAsSlave (0.41s) [2020-11-18T01:02:01.387Z] === RUN TestNetworkNat [2020-11-18T01:02:01.586Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-11-18T01:02:02.030Z] --- PASS: TestNetworkNat (0.55s) [2020-11-18T01:02:02.030Z] === RUN TestNetworkLocalhostTCPNat [2020-11-18T01:02:02.670Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s) [2020-11-18T01:02:02.670Z] === RUN TestNetworkLoopbackNat [2020-11-18T01:02:02.975Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.86s) [2020-11-18T01:02:02.975Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-18T01:02:03.237Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-11-18T01:02:03.812Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-11-18T01:02:04.756Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.83s) [2020-11-18T01:02:04.756Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-18T01:02:05.328Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-11-18T01:02:05.404Z] --- PASS: TestNetworkLoopbackNat (2.78s) [2020-11-18T01:02:05.404Z] === RUN TestPause [2020-11-18T01:02:05.903Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-11-18T01:02:06.041Z] --- PASS: TestPause (0.55s) [2020-11-18T01:02:06.041Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-18T01:02:06.041Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-18T01:02:06.041Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-18T01:02:06.041Z] === RUN TestPauseStopPausedContainer [2020-11-18T01:02:06.678Z] --- PASS: TestPauseStopPausedContainer (0.58s) [2020-11-18T01:02:06.679Z] === RUN TestPsFilter [2020-11-18T01:02:06.679Z] --- PASS: TestPsFilter (0.17s) [2020-11-18T01:02:06.679Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-18T01:02:06.866Z] --- PASS: TestCgroupNamespacesRunHostMode (2.08s) [2020-11-18T01:02:06.866Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-18T01:02:07.319Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.54s) [2020-11-18T01:02:07.319Z] === RUN TestRemoveContainerWithVolume [2020-11-18T01:02:07.612Z] --- PASS: TestRemoveContainerWithVolume (0.53s) [2020-11-18T01:02:07.612Z] === RUN TestRemoveContainerRunning [2020-11-18T01:02:08.249Z] --- PASS: TestRemoveContainerRunning (0.54s) [2020-11-18T01:02:08.249Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-18T01:02:08.788Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-11-18T01:02:08.888Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.57s) [2020-11-18T01:02:08.889Z] === RUN TestRemoveInvalidContainer [2020-11-18T01:02:08.889Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-18T01:02:08.889Z] === RUN TestRenameLinkedContainer [2020-11-18T01:02:09.360Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.49s) [2020-11-18T01:02:09.360Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-18T01:02:10.983Z] --- PASS: TestRenameLinkedContainer (2.12s) [2020-11-18T01:02:10.983Z] === RUN TestRenameStoppedContainer [2020-11-18T01:02:11.278Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-11-18T01:02:11.540Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.09s) [2020-11-18T01:02:11.540Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-18T01:02:11.620Z] --- PASS: TestRenameStoppedContainer (0.53s) [2020-11-18T01:02:11.620Z] === RUN TestRenameRunningContainerAndReuse [2020-11-18T01:02:12.488Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) [2020-11-18T01:02:12.488Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-18T01:02:12.664Z] --- PASS: TestRenameRunningContainerAndReuse (1.11s) [2020-11-18T01:02:12.664Z] === RUN TestRenameInvalidName [2020-11-18T01:02:13.302Z] --- PASS: TestRenameInvalidName (0.52s) [2020-11-18T01:02:13.302Z] === RUN TestRenameAnonymousContainer [2020-11-18T01:02:14.407Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-11-18T01:02:14.407Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.05s) [2020-11-18T01:02:14.407Z] === RUN TestKernelTCPMemory [2020-11-18T01:02:15.384Z] --- PASS: TestRenameAnonymousContainer (2.00s) [2020-11-18T01:02:15.385Z] === RUN TestRenameContainerWithSameName [2020-11-18T01:02:15.680Z] --- PASS: TestRenameContainerWithSameName (0.52s) [2020-11-18T01:02:15.680Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-18T01:02:15.799Z] --- PASS: TestKernelTCPMemory (1.10s) [2020-11-18T01:02:15.799Z] === RUN TestNISDomainname [2020-11-18T01:02:15.799Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-11-18T01:02:16.721Z] --- PASS: TestRenameContainerWithLinkedContainer (1.06s) [2020-11-18T01:02:16.721Z] === RUN TestResize [2020-11-18T01:02:17.188Z] --- PASS: TestNISDomainname (1.35s) [2020-11-18T01:02:17.188Z] === RUN TestHostnameDnsResolution [2020-11-18T01:02:17.343Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-18T01:02:17.343Z] ok github.com/docker/docker/api/server/httputils 0.016s coverage: 14.7% of statements [2020-11-18T01:02:17.343Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-18T01:02:17.344Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/types [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-18T01:02:17.344Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-18T01:02:17.359Z] --- PASS: TestResize (0.53s) [2020-11-18T01:02:17.359Z] === RUN TestResizeWithInvalidSize [2020-11-18T01:02:17.600Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2020-11-18T01:02:17.601Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-11-18T01:02:17.601Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-18T01:02:17.601Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-18T01:02:17.601Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-18T01:02:17.601Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-18T01:02:17.601Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-18T01:02:17.601Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-18T01:02:17.601Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-18T01:02:17.653Z] --- PASS: TestResizeWithInvalidSize (0.54s) [2020-11-18T01:02:17.653Z] === RUN TestResizeWhenContainerNotStarted [2020-11-18T01:02:17.856Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2020-11-18T01:02:18.150Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-11-18T01:02:18.150Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-18T01:02:18.150Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-18T01:02:18.150Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-18T01:02:18.150Z] ? github.com/docker/docker/builder [no test files] [2020-11-18T01:02:18.150Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-18T01:02:18.150Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-18T01:02:18.150Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-18T01:02:18.150Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-18T01:02:18.150Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-18T01:02:18.150Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-18T01:02:18.150Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-18T01:02:18.314Z] --- PASS: TestResizeWhenContainerNotStarted (0.52s) [2020-11-18T01:02:18.314Z] === RUN TestDaemonRestartKillContainers [2020-11-18T01:02:18.314Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-18T01:02:18.314Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-18T01:02:18.314Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-18T01:02:18.314Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-18T01:02:18.314Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-18T01:02:18.314Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-18T01:02:18.314Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-18T01:02:18.314Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-18T01:02:18.314Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-18T01:02:18.314Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-18T01:02:18.314Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-18T01:02:18.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-18T01:02:18.315Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-18T01:02:18.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-18T01:02:18.315Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-18T01:02:18.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-18T01:02:18.315Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:02:18.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:02:18.315Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:02:18.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:02:18.315Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:02:18.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:02:18.315Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:02:18.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:02:18.315Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-18T01:02:18.315Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-18T01:02:18.315Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:02:18.315Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-18T01:02:18.579Z] --- PASS: TestHostnameDnsResolution (1.58s) [2020-11-18T01:02:18.579Z] === RUN TestStats [2020-11-18T01:02:19.522Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-11-18T01:02:20.409Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:02:20.409Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-18T01:02:20.466Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-11-18T01:02:21.071Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-18T01:02:21.370Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-18T01:02:21.410Z] --- PASS: TestStats (2.95s) [2020-11-18T01:02:21.410Z] === RUN TestStopContainerWithTimeout [2020-11-18T01:02:21.410Z] === RUN TestStopContainerWithTimeout/0 [2020-11-18T01:02:21.410Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-18T01:02:21.410Z] === RUN TestStopContainerWithTimeout/1 [2020-11-18T01:02:21.410Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-18T01:02:21.410Z] === RUN TestStopContainerWithTimeout/3 [2020-11-18T01:02:21.410Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-18T01:02:21.410Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-18T01:02:21.410Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-18T01:02:21.410Z] === CONT TestStopContainerWithTimeout/0 [2020-11-18T01:02:21.410Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-18T01:02:22.017Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-18T01:02:22.317Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-18T01:02:22.327Z] ok github.com/docker/docker/builder/dockerfile 0.189s coverage: 48.3% of statements [2020-11-18T01:02:22.327Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-18T01:02:22.327Z] ok github.com/docker/docker/builder/remotecontext 0.103s coverage: 13.7% of statements [2020-11-18T01:02:22.799Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-11-18T01:02:22.799Z] === CONT TestStopContainerWithTimeout/3 [2020-11-18T01:02:23.257Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-11-18T01:02:23.368Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-18T01:02:23.664Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-18T01:02:23.746Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-11-18T01:02:24.184Z] ok github.com/docker/docker/builder/remotecontext/git 1.321s coverage: 86.3% of statements [2020-11-18T01:02:24.184Z] ? github.com/docker/docker/cli [no test files] [2020-11-18T01:02:24.184Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-18T01:02:24.689Z] === CONT TestStopContainerWithTimeout/1 [2020-11-18T01:02:26.416Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-18T01:02:26.416Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.91s) [2020-11-18T01:02:26.416Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.96s) [2020-11-18T01:02:26.416Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.55s) [2020-11-18T01:02:26.416Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.92s) [2020-11-18T01:02:26.416Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.73s) [2020-11-18T01:02:26.416Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.91s) [2020-11-18T01:02:26.416Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.46s) [2020-11-18T01:02:26.416Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.41s) [2020-11-18T01:02:26.417Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.08s) [2020-11-18T01:02:26.417Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.36s) [2020-11-18T01:02:26.417Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.57s) [2020-11-18T01:02:26.417Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.47s) [2020-11-18T01:02:26.417Z] === RUN TestCgroupNamespacesRun [2020-11-18T01:02:26.605Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-18T01:02:26.605Z] --- PASS: TestStopContainerWithTimeout/0 (1.32s) [2020-11-18T01:02:26.605Z] --- PASS: TestStopContainerWithTimeout/-1 (3.24s) [2020-11-18T01:02:26.605Z] --- PASS: TestStopContainerWithTimeout/3 (2.70s) [2020-11-18T01:02:26.605Z] --- PASS: TestStopContainerWithTimeout/1 (1.81s) [2020-11-18T01:02:26.605Z] === RUN TestDeleteDevicemapper [2020-11-18T01:02:26.605Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-18T01:02:26.605Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-18T01:02:26.605Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-18T01:02:27.454Z] --- PASS: TestCgroupNamespacesRun (1.37s) [2020-11-18T01:02:27.454Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-18T01:02:28.355Z] ok github.com/docker/docker/client 0.198s coverage: 75.4% of statements [2020-11-18T01:02:28.972Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.33s) [2020-11-18T01:02:28.972Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-18T01:02:29.152Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-11-18T01:02:30.096Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-11-18T01:02:30.360Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.88s) [2020-11-18T01:02:30.360Z] === RUN TestUpdateMemory [2020-11-18T01:02:30.360Z] --- SKIP: TestUpdateMemory (0.01s) [2020-11-18T01:02:30.360Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-18T01:02:30.360Z] === RUN TestUpdateCPUQuota [2020-11-18T01:02:30.517Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.42s) [2020-11-18T01:02:30.517Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-18T01:02:31.558Z] --- PASS: TestCgroupNamespacesRunHostMode (1.34s) [2020-11-18T01:02:31.558Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-18T01:02:32.275Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-11-18T01:02:32.275Z] --- PASS: TestUpdateCPUQuota (1.59s) [2020-11-18T01:02:32.275Z] === RUN TestUpdatePidsLimit [2020-11-18T01:02:32.275Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-18T01:02:32.275Z] === RUN TestUpdatePidsLimit/no_change [2020-11-18T01:02:32.848Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-18T01:02:33.079Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.33s) [2020-11-18T01:02:33.079Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-18T01:02:33.109Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-18T01:02:33.682Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-18T01:02:33.682Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-11-18T01:02:33.944Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-18T01:02:34.123Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.31s) [2020-11-18T01:02:34.123Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-18T01:02:34.518Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-18T01:02:35.165Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2020-11-18T01:02:35.165Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-18T01:02:35.910Z] --- PASS: TestUpdatePidsLimit (3.85s) [2020-11-18T01:02:35.910Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2020-11-18T01:02:35.910Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2020-11-18T01:02:35.910Z] --- PASS: TestUpdatePidsLimit/update_lower (0.43s) [2020-11-18T01:02:35.910Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2020-11-18T01:02:35.910Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2020-11-18T01:02:35.910Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2020-11-18T01:02:35.910Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-11-18T01:02:35.910Z] === RUN TestUpdateRestartPolicy [2020-11-18T01:02:36.483Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-11-18T01:02:36.679Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.36s) [2020-11-18T01:02:36.679Z] === RUN TestKernelTCPMemory [2020-11-18T01:02:36.743Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-11-18T01:02:36.972Z] --- PASS: TestKernelTCPMemory (0.60s) [2020-11-18T01:02:36.972Z] === RUN TestNISDomainname [2020-11-18T01:02:37.004Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-11-18T01:02:37.610Z] --- PASS: TestNISDomainname (0.69s) [2020-11-18T01:02:37.610Z] === RUN TestHostnameDnsResolution [2020-11-18T01:02:38.392Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-11-18T01:02:38.652Z] --- PASS: TestHostnameDnsResolution (0.81s) [2020-11-18T01:02:38.652Z] === RUN TestStats [2020-11-18T01:02:38.653Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-11-18T01:02:40.569Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-11-18T01:02:40.831Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-11-18T01:02:41.388Z] --- PASS: TestStats (2.52s) [2020-11-18T01:02:41.388Z] === RUN TestStopContainerWithTimeout [2020-11-18T01:02:41.388Z] === RUN TestStopContainerWithTimeout/0 [2020-11-18T01:02:41.388Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-18T01:02:41.388Z] === RUN TestStopContainerWithTimeout/1 [2020-11-18T01:02:41.388Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-18T01:02:41.388Z] === RUN TestStopContainerWithTimeout/3 [2020-11-18T01:02:41.388Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-18T01:02:41.388Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-18T01:02:41.388Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-18T01:02:41.388Z] === CONT TestStopContainerWithTimeout/0 [2020-11-18T01:02:41.388Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-18T01:02:41.388Z] === CONT TestStopContainerWithTimeout/1 [2020-11-18T01:02:41.388Z] === CONT TestStopContainerWithTimeout/3 [2020-11-18T01:02:44.143Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-18T01:02:44.143Z] --- PASS: TestStopContainerWithTimeout/0 (1.06s) [2020-11-18T01:02:44.143Z] --- PASS: TestStopContainerWithTimeout/1 (1.96s) [2020-11-18T01:02:44.143Z] --- PASS: TestStopContainerWithTimeout/3 (2.64s) [2020-11-18T01:02:44.143Z] --- PASS: TestStopContainerWithTimeout/-1 (3.00s) [2020-11-18T01:02:44.143Z] === RUN TestDeleteDevicemapper [2020-11-18T01:02:44.143Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-18T01:02:44.143Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-18T01:02:44.143Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-18T01:02:45.043Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-11-18T01:02:46.229Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.23s) [2020-11-18T01:02:46.229Z] === RUN TestUpdateMemory [2020-11-18T01:02:46.431Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-11-18T01:02:46.866Z] --- PASS: TestUpdateMemory (0.67s) [2020-11-18T01:02:46.866Z] === RUN TestUpdateCPUQuota [2020-11-18T01:02:47.376Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-11-18T01:02:47.908Z] --- PASS: TestUpdateCPUQuota (0.83s) [2020-11-18T01:02:47.908Z] === RUN TestUpdatePidsLimit [2020-11-18T01:02:47.908Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-18T01:02:47.908Z] === RUN TestUpdatePidsLimit/no_change [2020-11-18T01:02:48.202Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-18T01:02:48.321Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-11-18T01:02:48.495Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-18T01:02:48.583Z] --- PASS: TestUpdateRestartPolicy (12.84s) [2020-11-18T01:02:48.583Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-18T01:02:48.787Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-18T01:02:49.081Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-18T01:02:49.157Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-11-18T01:02:49.157Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-11-18T01:02:49.375Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-18T01:02:49.418Z] --- PASS: TestUpdateRestartWithAutoRemove (0.85s) [2020-11-18T01:02:49.418Z] === RUN TestWaitNonBlocked [2020-11-18T01:02:49.418Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T01:02:49.418Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T01:02:49.418Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T01:02:49.418Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T01:02:49.418Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T01:02:49.418Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T01:02:50.035Z] --- PASS: TestUpdatePidsLimit (2.38s) [2020-11-18T01:02:50.035Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.26s) [2020-11-18T01:02:50.035Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2020-11-18T01:02:50.035Z] --- PASS: TestUpdatePidsLimit/update_lower (0.24s) [2020-11-18T01:02:50.035Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.26s) [2020-11-18T01:02:50.035Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s) [2020-11-18T01:02:50.035Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2020-11-18T01:02:50.035Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s) [2020-11-18T01:02:50.035Z] === RUN TestUpdateRestartPolicy [2020-11-18T01:02:50.808Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-11-18T01:02:50.808Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2020-11-18T01:02:50.808Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.26s) [2020-11-18T01:02:50.808Z] === RUN TestWaitBlocked [2020-11-18T01:02:50.808Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T01:02:50.808Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T01:02:50.808Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T01:02:50.808Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T01:02:50.808Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T01:02:50.808Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T01:02:52.196Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-18T01:02:52.196Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s) [2020-11-18T01:02:52.196Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.26s) [2020-11-18T01:02:52.196Z] === CONT TestContainerStartOnDaemonRestart [2020-11-18T01:02:52.196Z] === CONT TestIpcModeOlderClient [2020-11-18T01:02:52.196Z] --- PASS: TestIpcModeOlderClient (0.11s) [2020-11-18T01:02:52.196Z] === CONT TestDaemonHostGatewayIP [2020-11-18T01:02:52.769Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-11-18T01:02:54.687Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-11-18T01:02:56.606Z] --- PASS: TestContainerStartOnDaemonRestart (4.22s) [2020-11-18T01:02:56.606Z] === CONT TestContainerKillOnDaemonStart [2020-11-18T01:02:56.606Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-11-18T01:02:56.606Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-11-18T01:02:57.995Z] --- PASS: TestDaemonHostGatewayIP (5.69s) [2020-11-18T01:02:57.995Z] === CONT TestDaemonRestartIpcMode [2020-11-18T01:02:57.995Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-11-18T01:02:59.384Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-11-18T01:02:59.961Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-11-18T01:02:59.961Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-11-18T01:02:59.961Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-11-18T01:03:00.222Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-11-18T01:03:01.610Z] --- PASS: TestDaemonRestartIpcMode (3.79s) [2020-11-18T01:03:02.693Z] --- PASS: TestUpdateRestartPolicy (11.26s) [2020-11-18T01:03:02.693Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-18T01:03:02.693Z] --- PASS: TestUpdateRestartWithAutoRemove (0.53s) [2020-11-18T01:03:02.693Z] === RUN TestWaitNonBlocked [2020-11-18T01:03:02.693Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T01:03:02.693Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T01:03:02.693Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T01:03:02.693Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T01:03:02.693Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T01:03:02.693Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T01:03:02.693Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-18T01:03:02.693Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s) [2020-11-18T01:03:02.693Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.79s) [2020-11-18T01:03:02.693Z] === RUN TestWaitBlocked [2020-11-18T01:03:02.693Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T01:03:02.693Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T01:03:02.693Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T01:03:02.693Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T01:03:02.693Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-18T01:03:02.693Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-18T01:03:03.583Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-11-18T01:03:03.742Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-18T01:03:03.742Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.83s) [2020-11-18T01:03:03.742Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.87s) [2020-11-18T01:03:03.743Z] === CONT TestContainerStartOnDaemonRestart [2020-11-18T01:03:03.743Z] === CONT TestContainerKillOnDaemonStart [2020-11-18T01:03:03.743Z] === CONT TestIpcModeOlderClient [2020-11-18T01:03:03.743Z] === CONT TestDaemonHostGatewayIP [2020-11-18T01:03:03.743Z] --- PASS: TestIpcModeOlderClient (0.16s) [2020-11-18T01:03:03.743Z] === CONT TestDaemonRestartIpcMode [2020-11-18T01:03:04.982Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-11-18T01:03:06.898Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-11-18T01:03:07.026Z] ok github.com/docker/docker/cmd/dockerd 0.111s coverage: 29.1% of statements [2020-11-18T01:03:07.026Z] ok github.com/docker/docker/container 0.121s coverage: 34.7% of statements [2020-11-18T01:03:07.026Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-18T01:03:07.026Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-18T01:03:07.026Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-18T01:03:07.026Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-18T01:03:07.470Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-11-18T01:03:07.470Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-11-18T01:03:07.731Z] === RUN TestDockerSuite/TestBuildCmd [2020-11-18T01:03:07.993Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-11-18T01:03:08.250Z] --- PASS: TestContainerStartOnDaemonRestart (3.86s) [2020-11-18T01:03:08.250Z] --- PASS: TestDaemonHostGatewayIP (4.38s) [2020-11-18T01:03:08.250Z] --- PASS: TestDaemonRestartIpcMode (4.31s) [2020-11-18T01:03:08.565Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-11-18T01:03:08.826Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-11-18T01:03:08.826Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-11-18T01:03:09.772Z] --- PASS: TestContainerKillOnDaemonStart (13.27s) [2020-11-18T01:03:09.772Z] PASS [2020-11-18T01:03:09.772Z] [2020-11-18T01:03:09.772Z] === Skipped [2020-11-18T01:03:09.772Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-18T01:03:09.772Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-18T01:03:09.772Z] [2020-11-18T01:03:09.772Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-18T01:03:09.772Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T01:03:09.772Z] [2020-11-18T01:03:09.772Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-18T01:03:09.772Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T01:03:09.772Z] [2020-11-18T01:03:09.772Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-18T01:03:09.772Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-18T01:03:09.772Z] [2020-11-18T01:03:09.772Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-18T01:03:09.772Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-18T01:03:09.772Z] [2020-11-18T01:03:09.772Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2020-11-18T01:03:09.772Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-18T01:03:09.772Z] [2020-11-18T01:03:09.772Z] [2020-11-18T01:03:09.772Z] DONE 195 tests, 6 skipped in 155.528s [2020-11-18T01:03:09.772Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-18T01:03:09.772Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:03:09.772Z] ++ set -e [2020-11-18T01:03:09.772Z] ++ '[' -n 0 ']' [2020-11-18T01:03:09.772Z] ++ set -x [2020-11-18T01:03:09.772Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:03:10.034Z] INFO: Testing against a local daemon [2020-11-18T01:03:10.034Z] === RUN TestCommitInheritsEnv [2020-11-18T01:03:10.295Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-11-18T01:03:10.295Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-11-18T01:03:10.295Z] --- PASS: TestCommitInheritsEnv (0.51s) [2020-11-18T01:03:10.295Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-18T01:03:10.295Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-18T01:03:10.295Z] === RUN TestImagesFilterMultiReference [2020-11-18T01:03:10.557Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-11-18T01:03:10.557Z] === RUN TestImagePullPlatformInvalid [2020-11-18T01:03:10.557Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-18T01:03:10.557Z] === RUN TestRemoveImageOrphaning [2020-11-18T01:03:11.132Z] --- PASS: TestRemoveImageOrphaning (0.49s) [2020-11-18T01:03:11.132Z] === RUN TestRemoveImageGarbageCollector [2020-11-18T01:03:13.567Z] ok github.com/docker/docker/daemon/cluster 0.075s coverage: 0.5% of statements [2020-11-18T01:03:13.683Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-11-18T01:03:13.683Z] --- PASS: TestRemoveImageGarbageCollector (2.49s) [2020-11-18T01:03:13.683Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-18T01:03:13.683Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-11-18T01:03:13.683Z] === RUN TestTagInvalidReference [2020-11-18T01:03:13.683Z] --- PASS: TestTagInvalidReference (0.02s) [2020-11-18T01:03:13.683Z] === RUN TestTagValidPrefixedRepo [2020-11-18T01:03:13.683Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2020-11-18T01:03:13.683Z] === RUN TestTagExistedNameWithoutForce [2020-11-18T01:03:13.683Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2020-11-18T01:03:13.683Z] === RUN TestTagOfficialNames [2020-11-18T01:03:13.944Z] --- PASS: TestTagOfficialNames (0.09s) [2020-11-18T01:03:13.944Z] === RUN TestTagMatchesDigest [2020-11-18T01:03:13.944Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-11-18T01:03:13.944Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-18T01:03:14.932Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2020-11-18T01:03:14.993Z] 680bbdbacf1b: Pull complete [2020-11-18T01:03:14.993Z] Digest: sha256:0da0b0e6cf9cf435c6470f23a97a0b9b80495f3712529abc748d80c5fb59209c [2020-11-18T01:03:14.993Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:03:14.993Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-11-18T01:03:14.993Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-11-18T01:03:14.993Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1577' [2020-11-18T01:03:14.993Z] WARN: Skipping validation tests [2020-11-18T01:03:14.993Z] INFO: Running unit tests at 11/18/2020 01:03:05... [2020-11-18T01:03:14.993Z] INFO: make.ps1 starting at 11/18/2020 01:03:09 [2020-11-18T01:03:14.993Z] INFO: Git commit (a1a8eab4a9) assumed from DOCKER_GITCOMMIT environment variable [2020-11-18T01:03:14.993Z] INFO: Invoking autogen... [2020-11-18T01:03:14.993Z] INFO: Running unit tests... [2020-11-18T01:03:15.859Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-11-18T01:03:16.121Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-11-18T01:03:16.738Z] --- PASS: TestContainerKillOnDaemonStart (12.87s) [2020-11-18T01:03:16.738Z] PASS [2020-11-18T01:03:16.738Z] [2020-11-18T01:03:16.738Z] === Skipped [2020-11-18T01:03:16.738Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-11-18T01:03:16.738Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-18T01:03:16.738Z] [2020-11-18T01:03:16.738Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-18T01:03:16.738Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-18T01:03:16.738Z] [2020-11-18T01:03:16.738Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-11-18T01:03:16.738Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-18T01:03:16.738Z] [2020-11-18T01:03:16.738Z] [2020-11-18T01:03:16.738Z] DONE 195 tests, 3 skipped in 109.337s [2020-11-18T01:03:16.738Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-11-18T01:03:16.738Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:03:16.738Z] ++ set -e [2020-11-18T01:03:16.738Z] ++ '[' -n 0 ']' [2020-11-18T01:03:16.738Z] ++ set -x [2020-11-18T01:03:16.738Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:03:16.738Z] INFO: Testing against a local daemon [2020-11-18T01:03:16.738Z] === RUN TestCommitInheritsEnv [2020-11-18T01:03:16.822Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2020-11-18T01:03:17.031Z] --- PASS: TestCommitInheritsEnv (0.32s) [2020-11-18T01:03:17.031Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-18T01:03:17.031Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-18T01:03:17.031Z] === RUN TestImagesFilterMultiReference [2020-11-18T01:03:17.031Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-11-18T01:03:17.031Z] === RUN TestImagePullPlatformInvalid [2020-11-18T01:03:17.031Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-18T01:03:17.031Z] === RUN TestRemoveImageOrphaning [2020-11-18T01:03:17.064Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-11-18T01:03:17.325Z] --- PASS: TestRemoveImageOrphaning (0.36s) [2020-11-18T01:03:17.325Z] === RUN TestRemoveImageGarbageCollector [2020-11-18T01:03:17.325Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-18T01:03:17.325Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:03:17.325Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-18T01:03:17.325Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-11-18T01:03:17.325Z] === RUN TestTagInvalidReference [2020-11-18T01:03:17.325Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-18T01:03:17.325Z] === RUN TestTagValidPrefixedRepo [2020-11-18T01:03:17.622Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-11-18T01:03:17.622Z] === RUN TestTagExistedNameWithoutForce [2020-11-18T01:03:17.622Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-18T01:03:17.622Z] === RUN TestTagOfficialNames [2020-11-18T01:03:17.622Z] --- PASS: TestTagOfficialNames (0.03s) [2020-11-18T01:03:17.622Z] === RUN TestTagMatchesDigest [2020-11-18T01:03:17.622Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-11-18T01:03:17.622Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-18T01:03:18.007Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-11-18T01:03:18.269Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-11-18T01:03:19.213Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-11-18T01:03:19.787Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-11-18T01:03:20.048Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-11-18T01:03:20.311Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-11-18T01:03:20.820Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2020-11-18T01:03:25.609Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-11-18T01:03:26.767Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 14.1% of statements [2020-11-18T01:03:26.767Z] ok github.com/docker/docker/daemon 12.141s coverage: 17.2% of statements [2020-11-18T01:03:26.767Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-18T01:03:26.767Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-18T01:03:27.330Z] ok github.com/docker/docker/daemon/config 0.053s coverage: 81.8% of statements [2020-11-18T01:03:27.892Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-11-18T01:03:27.933Z] ? github.com/docker/docker/api [no test files] [2020-11-18T01:03:28.456Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2020-11-18T01:03:28.456Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-18T01:03:28.456Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-18T01:03:29.385Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2020-11-18T01:03:29.819Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-11-18T01:03:32.368Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-11-18T01:03:32.368Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-11-18T01:03:32.660Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.542s coverage: 73.1% of statements [2020-11-18T01:03:32.660Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2020-11-18T01:03:33.589Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.441s coverage: 56.2% of statements [2020-11-18T01:03:33.754Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-11-18T01:03:34.697Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-11-18T01:03:35.642Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-11-18T01:03:36.125Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.8% of statements [2020-11-18T01:03:37.494Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.476s coverage: 46.2% of statements [2020-11-18T01:03:37.494Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-18T01:03:38.057Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.301s coverage: 49.5% of statements [2020-11-18T01:03:38.191Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-11-18T01:03:39.578Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-11-18T01:03:39.950Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.0% of statements [2020-11-18T01:03:40.208Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.674s coverage: 57.7% of statements [2020-11-18T01:03:40.208Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-18T01:03:40.208Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-18T01:03:41.494Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-11-18T01:03:41.576Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2020-11-18T01:03:42.067Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-11-18T01:03:42.506Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2020-11-18T01:03:42.797Z] === RUN TestMiddlewares [2020-11-18T01:03:42.797Z] --- PASS: TestMiddlewares (0.00s) [2020-11-18T01:03:42.797Z] PASS [2020-11-18T01:03:42.797Z] coverage: 9.0% of statements [2020-11-18T01:03:42.797Z] ok github.com/docker/docker/api/server 0.173s coverage: 9.0% of statements [2020-11-18T01:03:43.435Z] ok github.com/docker/docker/daemon/images 0.017s coverage: 6.5% of statements [2020-11-18T01:03:43.435Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-18T01:03:43.435Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-18T01:03:43.453Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-11-18T01:03:43.453Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-11-18T01:03:43.453Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-11-18T01:03:43.453Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-11-18T01:03:43.453Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-11-18T01:03:44.801Z] ok github.com/docker/docker/daemon/logger 0.244s coverage: 41.0% of statements [2020-11-18T01:03:45.369Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-11-18T01:03:45.728Z] ok github.com/docker/docker/daemon/logger/awslogs 0.195s coverage: 77.4% of statements [2020-11-18T01:03:45.728Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-18T01:03:45.728Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-18T01:03:45.999Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2020-11-18T01:03:46.757Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-11-18T01:03:47.366Z] ok github.com/docker/docker/daemon/logger/journald 0.026s coverage: 23.9% of statements [2020-11-18T01:03:47.366Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.014s coverage: 61.6% of statements [2020-11-18T01:03:47.928Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.003s coverage: 87.2% of statements [2020-11-18T01:03:48.855Z] ok github.com/docker/docker/daemon/logger/local 0.017s coverage: 75.2% of statements [2020-11-18T01:03:48.855Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-18T01:03:49.416Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.061s coverage: 58.6% of statements [2020-11-18T01:03:50.343Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 33.3% of statements [2020-11-18T01:03:50.971Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-11-18T01:03:51.544Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-11-18T01:03:51.805Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-11-18T01:03:52.233Z] ok github.com/docker/docker/daemon/logger/syslog 0.009s coverage: 46.8% of statements [2020-11-18T01:03:52.233Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-11-18T01:03:52.378Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-11-18T01:03:52.796Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-11-18T01:03:52.796Z] ok github.com/docker/docker/daemon/logger/splunk 1.634s coverage: 82.5% of statements [2020-11-18T01:03:52.796Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-18T01:03:52.796Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-18T01:03:52.952Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-11-18T01:03:54.868Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-11-18T01:03:55.130Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-11-18T01:03:55.313Z] ok github.com/docker/docker/distribution/metadata 0.035s coverage: 48.2% of statements [2020-11-18T01:03:55.874Z] ok github.com/docker/docker/distribution 0.202s coverage: 25.6% of statements [2020-11-18T01:03:55.874Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-18T01:03:56.802Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-11-18T01:03:58.167Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2020-11-18T01:03:58.167Z] ok github.com/docker/docker/distribution/xfer 1.883s coverage: 85.1% of statements [2020-11-18T01:03:58.167Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-18T01:03:58.433Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-11-18T01:03:58.729Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2020-11-18T01:03:58.729Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-18T01:03:59.377Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-11-18T01:03:59.657Z] ok github.com/docker/docker/image/v1 0.027s coverage: 25.0% of statements [2020-11-18T01:03:59.657Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-18T01:03:59.950Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-11-18T01:04:00.523Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-11-18T01:04:00.585Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2020-11-18T01:04:01.468Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-11-18T01:04:01.513Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2020-11-18T01:04:02.074Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2020-11-18T01:04:02.330Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-11-18T01:04:04.219Z] ok github.com/docker/docker/pkg/archive 0.297s coverage: 77.3% of statements [2020-11-18T01:04:04.784Z] ok github.com/docker/docker/pkg/authorization 0.105s coverage: 68.3% of statements [2020-11-18T01:04:04.810Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-11-18T01:04:05.039Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-11-18T01:04:05.311Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-11-18T01:04:05.763Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-11-18T01:04:06.714Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-11-18T01:04:07.658Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-11-18T01:04:08.585Z] ok github.com/docker/docker/pkg/chrootarchive 2.479s coverage: 43.2% of statements [2020-11-18T01:04:08.585Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2020-11-18T01:04:09.045Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-11-18T01:04:09.045Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-11-18T01:04:09.146Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2020-11-18T01:04:09.146Z] ok github.com/docker/docker/layer 7.825s coverage: 68.8% of statements [2020-11-18T01:04:09.146Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-18T01:04:09.146Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-18T01:04:09.146Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-18T01:04:09.146Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-18T01:04:09.146Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-18T01:04:09.146Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-18T01:04:09.146Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-18T01:04:09.402Z] ok github.com/docker/docker/pkg/discovery/file 0.009s coverage: 97.6% of statements [2020-11-18T01:04:10.332Z] ok github.com/docker/docker/pkg/discovery/memory 0.015s coverage: 92.3% of statements [2020-11-18T01:04:10.896Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-11-18T01:04:10.966Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-11-18T01:04:11.152Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [2020-11-18T01:04:12.517Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2020-11-18T01:04:13.078Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2020-11-18T01:04:13.518Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-11-18T01:04:13.641Z] ok github.com/docker/docker/pkg/discovery/kv 3.097s coverage: 84.1% of statements [2020-11-18T01:04:13.899Z] ok github.com/docker/docker/pkg/fsutils 0.169s coverage: 85.1% of statements [2020-11-18T01:04:13.899Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2020-11-18T01:04:14.092Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-11-18T01:04:14.092Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-11-18T01:04:15.036Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-11-18T01:04:15.265Z] ok github.com/docker/docker/pkg/idtools 0.418s coverage: 70.1% of statements [2020-11-18T01:04:15.298Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-11-18T01:04:15.564Z] ok github.com/docker/docker/pkg/ioutils 0.527s coverage: 69.3% of statements [2020-11-18T01:04:15.564Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2020-11-18T01:04:15.564Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-18T01:04:15.820Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-11-18T01:04:15.820Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-18T01:04:15.820Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-18T01:04:16.077Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-11-18T01:04:16.077Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-18T01:04:16.243Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-11-18T01:04:16.333Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2020-11-18T01:04:16.505Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-11-18T01:04:16.590Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-11-18T01:04:16.846Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2020-11-18T01:04:17.102Z] ok github.com/docker/docker/pkg/pidfile 0.015s coverage: 82.4% of statements [2020-11-18T01:04:17.102Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-18T01:04:17.102Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-18T01:04:18.031Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2020-11-18T01:04:18.421Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-11-18T01:04:18.593Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-11-18T01:04:18.849Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-11-18T01:04:19.107Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-11-18T01:04:20.471Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2020-11-18T01:04:20.727Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-11-18T01:04:20.971Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-11-18T01:04:23.991Z] ok github.com/docker/docker/pkg/signal 2.398s coverage: 61.0% of statements [2020-11-18T01:04:23.991Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-11-18T01:04:24.247Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-11-18T01:04:24.504Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-11-18T01:04:25.066Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2020-11-18T01:04:25.185Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-11-18T01:04:25.629Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-11-18T01:04:26.192Z] ok github.com/docker/docker/pkg/tailfile 0.066s coverage: 88.6% of statements [2020-11-18T01:04:26.761Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2020-11-18T01:04:26.761Z] testing: warning: no tests to run [2020-11-18T01:04:26.761Z] coverage: [no statements] [2020-11-18T01:04:26.761Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-11-18T01:04:27.333Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-11-18T01:04:27.333Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-11-18T01:04:27.588Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-11-18T01:04:27.741Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-11-18T01:04:28.685Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-11-18T01:04:29.476Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2020-11-18T01:04:30.070Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-11-18T01:04:30.332Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-11-18T01:04:30.404Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-11-18T01:04:30.661Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 85.4% of statements [2020-11-18T01:04:30.904Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-11-18T01:04:31.476Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-11-18T01:04:32.026Z] ok github.com/docker/docker/quota 0.218s coverage: 71.4% of statements [2020-11-18T01:04:32.048Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-11-18T01:04:32.282Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-11-18T01:04:33.436Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-11-18T01:04:33.650Z] ok github.com/docker/docker/registry 0.058s coverage: 57.2% of statements [2020-11-18T01:04:34.011Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-11-18T01:04:34.011Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-11-18T01:04:34.212Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-11-18T01:04:34.468Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-11-18T01:04:35.030Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-11-18T01:04:35.286Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-11-18T01:04:35.930Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-11-18T01:04:37.847Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-11-18T01:04:38.554Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-11-18T01:04:39.118Z] ok github.com/docker/docker/volume/local 0.096s coverage: 76.6% of statements [2020-11-18T01:04:39.681Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2020-11-18T01:04:41.046Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2020-11-18T01:04:42.060Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-11-18T01:04:43.006Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-18T01:04:43.354Z] === RUN TestBoolValue [2020-11-18T01:04:43.354Z] --- PASS: TestBoolValue (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestBoolValueOrDefault [2020-11-18T01:04:43.354Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestInt64ValueOrZero [2020-11-18T01:04:43.354Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestInt64ValueOrDefault [2020-11-18T01:04:43.354Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestInt64ValueOrDefaultWithError [2020-11-18T01:04:43.354Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestJsonContentType [2020-11-18T01:04:43.354Z] --- PASS: TestJsonContentType (0.00s) [2020-11-18T01:04:43.354Z] PASS [2020-11-18T01:04:43.354Z] coverage: 14.7% of statements [2020-11-18T01:04:43.354Z] ok github.com/docker/docker/api/server/httputils 0.214s coverage: 14.7% of statements [2020-11-18T01:04:43.354Z] === RUN TestMaskSecretKeys [2020-11-18T01:04:43.354Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-11-18T01:04:43.354Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-11-18T01:04:43.354Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-11-18T01:04:43.354Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestVersionMiddlewareVersion [2020-11-18T01:04:43.354Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-11-18T01:04:43.354Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-11-18T01:04:43.354Z] PASS [2020-11-18T01:04:43.354Z] coverage: 37.7% of statements [2020-11-18T01:04:43.354Z] ok github.com/docker/docker/api/server/middleware 0.186s coverage: 37.7% of statements [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-18T01:04:43.354Z] === RUN TestToJSON [2020-11-18T01:04:43.354Z] --- PASS: TestToJSON (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestToParamWithVersion [2020-11-18T01:04:43.354Z] --- PASS: TestToParamWithVersion (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestFromJSON [2020-11-18T01:04:43.354Z] --- PASS: TestFromJSON (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestEmpty [2020-11-18T01:04:43.354Z] --- PASS: TestEmpty (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestArgsMatchKVListEmptySources [2020-11-18T01:04:43.354Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestArgsMatchKVList [2020-11-18T01:04:43.354Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestArgsMatch [2020-11-18T01:04:43.354Z] --- PASS: TestArgsMatch (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestAdd [2020-11-18T01:04:43.354Z] --- PASS: TestAdd (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestDel [2020-11-18T01:04:43.354Z] --- PASS: TestDel (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestLen [2020-11-18T01:04:43.354Z] --- PASS: TestLen (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestExactMatch [2020-11-18T01:04:43.354Z] --- PASS: TestExactMatch (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestOnlyOneExactMatch [2020-11-18T01:04:43.354Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestContains [2020-11-18T01:04:43.354Z] --- PASS: TestContains (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestValidate [2020-11-18T01:04:43.354Z] --- PASS: TestValidate (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestWalkValues [2020-11-18T01:04:43.354Z] --- PASS: TestWalkValues (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestFuzzyMatch [2020-11-18T01:04:43.354Z] --- PASS: TestFuzzyMatch (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestClone [2020-11-18T01:04:43.354Z] --- PASS: TestClone (0.00s) [2020-11-18T01:04:43.354Z] PASS [2020-11-18T01:04:43.354Z] coverage: 92.2% of statements [2020-11-18T01:04:43.354Z] ok github.com/docker/docker/api/types/filters 0.053s coverage: 92.2% of statements [2020-11-18T01:04:43.354Z] === RUN TestStrSliceMarshalJSON [2020-11-18T01:04:43.354Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestStrSliceUnmarshalJSON [2020-11-18T01:04:43.354Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestStrSliceUnmarshalString [2020-11-18T01:04:43.354Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestStrSliceUnmarshalSlice [2020-11-18T01:04:43.354Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-11-18T01:04:43.354Z] PASS [2020-11-18T01:04:43.354Z] coverage: 90.0% of statements [2020-11-18T01:04:43.354Z] ok github.com/docker/docker/api/types/strslice 0.119s coverage: 90.0% of statements [2020-11-18T01:04:43.354Z] === RUN TestAdjustForAPIVersion [2020-11-18T01:04:43.354Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-11-18T01:04:43.354Z] PASS [2020-11-18T01:04:43.354Z] coverage: 5.7% of statements [2020-11-18T01:04:43.354Z] ok github.com/docker/docker/api/server/router/swarm 0.136s coverage: 5.7% of statements [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-18T01:04:43.354Z] === RUN TestDurationToSecondsString [2020-11-18T01:04:43.354Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestGetTimestamp [2020-11-18T01:04:43.354Z] --- PASS: TestGetTimestamp (0.12s) [2020-11-18T01:04:43.354Z] === RUN TestParseTimestamps [2020-11-18T01:04:43.354Z] --- PASS: TestParseTimestamps (0.00s) [2020-11-18T01:04:43.354Z] PASS [2020-11-18T01:04:43.354Z] coverage: 100.0% of statements [2020-11-18T01:04:43.354Z] ok github.com/docker/docker/api/types/time 0.167s coverage: 100.0% of statements [2020-11-18T01:04:43.354Z] === RUN TestCompareVersion [2020-11-18T01:04:43.354Z] --- PASS: TestCompareVersion (0.00s) [2020-11-18T01:04:43.354Z] PASS [2020-11-18T01:04:43.354Z] coverage: 75.0% of statements [2020-11-18T01:04:43.354Z] ok github.com/docker/docker/api/types/versions 0.047s coverage: 75.0% of statements [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/builder [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-18T01:04:43.354Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-18T01:04:43.354Z] === RUN TestParseRemoteURL [2020-11-18T01:04:43.354Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-11-18T01:04:43.354Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-11-18T01:04:43.354Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-11-18T01:04:43.354Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-11-18T01:04:43.354Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-11-18T01:04:43.354Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-11-18T01:04:43.354Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-11-18T01:04:43.354Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-11-18T01:04:43.354Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-11-18T01:04:43.354Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-11-18T01:04:43.354Z] --- PASS: TestParseRemoteURL (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-11-18T01:04:43.354Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestCloneArgsSmartHttp [2020-11-18T01:04:43.354Z] --- PASS: TestCloneArgsSmartHttp (0.04s) [2020-11-18T01:04:43.354Z] === RUN TestCloneArgsDumbHttp [2020-11-18T01:04:43.354Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestCloneArgsGit [2020-11-18T01:04:43.354Z] --- PASS: TestCloneArgsGit (0.00s) [2020-11-18T01:04:43.354Z] === RUN TestCheckoutGit [2020-11-18T01:04:44.923Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-11-18T01:04:45.185Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-11-18T01:04:45.549Z] === RUN TestEnable [2020-11-18T01:04:45.549Z] --- PASS: TestEnable (0.00s) [2020-11-18T01:04:45.549Z] === RUN TestDisable [2020-11-18T01:04:45.549Z] --- PASS: TestDisable (0.00s) [2020-11-18T01:04:45.549Z] === RUN TestEnabled [2020-11-18T01:04:45.549Z] --- PASS: TestEnabled (0.00s) [2020-11-18T01:04:45.549Z] PASS [2020-11-18T01:04:45.549Z] coverage: 100.0% of statements [2020-11-18T01:04:45.549Z] ok github.com/docker/docker/cli/debug 0.037s coverage: 100.0% of statements [2020-11-18T01:04:46.012Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-11-18T01:04:46.012Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2020-11-18T01:04:46.012Z] === RUN TestProcessNoDockerignore [2020-11-18T01:04:46.012Z] --- PASS: TestProcessNoDockerignore (0.00s) [2020-11-18T01:04:46.012Z] === RUN TestProcessShouldLeaveAllFiles [2020-11-18T01:04:46.012Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2020-11-18T01:04:46.012Z] === RUN TestDetectContentType [2020-11-18T01:04:46.012Z] --- PASS: TestDetectContentType (0.00s) [2020-11-18T01:04:46.012Z] === RUN TestSelectAcceptableMIME [2020-11-18T01:04:46.012Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-11-18T01:04:46.012Z] === RUN TestInspectEmptyResponse [2020-11-18T01:04:46.012Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-11-18T01:04:46.012Z] === RUN TestInspectResponseBinary [2020-11-18T01:04:46.012Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-11-18T01:04:46.012Z] === RUN TestResponseUnsupportedContentType [2020-11-18T01:04:46.012Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-11-18T01:04:46.012Z] === RUN TestInspectResponseTextSimple [2020-11-18T01:04:46.012Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-11-18T01:04:46.012Z] === RUN TestInspectResponseEmptyContentType [2020-11-18T01:04:46.012Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-11-18T01:04:46.012Z] === RUN TestUnknownContentLength [2020-11-18T01:04:46.012Z] --- PASS: TestUnknownContentLength (0.00s) [2020-11-18T01:04:46.012Z] === RUN TestDownloadRemote [2020-11-18T01:04:46.012Z] --- PASS: TestDownloadRemote (0.07s) [2020-11-18T01:04:46.012Z] === RUN TestGetWithStatusError [2020-11-18T01:04:46.012Z] --- PASS: TestGetWithStatusError (0.01s) [2020-11-18T01:04:46.012Z] === RUN TestCloseRootDirectory [2020-11-18T01:04:46.012Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-11-18T01:04:46.012Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:04:46.012Z] === RUN TestHashFile [2020-11-18T01:04:46.012Z] --- SKIP: TestHashFile (0.00s) [2020-11-18T01:04:46.012Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:04:46.012Z] === RUN TestHashSubdir [2020-11-18T01:04:46.012Z] --- SKIP: TestHashSubdir (0.00s) [2020-11-18T01:04:46.012Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:04:46.012Z] === RUN TestRemoveDirectory [2020-11-18T01:04:46.012Z] --- SKIP: TestRemoveDirectory (0.00s) [2020-11-18T01:04:46.012Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:04:46.012Z] PASS [2020-11-18T01:04:46.012Z] coverage: 9.3% of statements [2020-11-18T01:04:46.012Z] ok github.com/docker/docker/builder/remotecontext 0.526s coverage: 9.3% of statements [2020-11-18T01:04:46.131Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-11-18T01:04:46.131Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-11-18T01:04:46.476Z] === RUN TestGetAllAllowed [2020-11-18T01:04:46.476Z] --- PASS: TestGetAllAllowed (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestGetAllMeta [2020-11-18T01:04:46.476Z] --- PASS: TestGetAllMeta (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestWarnOnUnusedBuildArgs [2020-11-18T01:04:46.476Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestIsUnreferencedBuiltin [2020-11-18T01:04:46.476Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestIsExistingDirectory [2020-11-18T01:04:46.476Z] --- PASS: TestIsExistingDirectory (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestGetFilenameForDownload [2020-11-18T01:04:46.476Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestEnv2Variables [2020-11-18T01:04:46.476Z] --- PASS: TestEnv2Variables (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-11-18T01:04:46.476Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestMaintainer [2020-11-18T01:04:46.476Z] --- PASS: TestMaintainer (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestLabel [2020-11-18T01:04:46.476Z] --- PASS: TestLabel (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestFromScratch [2020-11-18T01:04:46.476Z] --- PASS: TestFromScratch (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestFromWithArg [2020-11-18T01:04:46.476Z] --- PASS: TestFromWithArg (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-11-18T01:04:46.476Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestFromWithUndefinedArg [2020-11-18T01:04:46.476Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestFromMultiStageWithNamedStage [2020-11-18T01:04:46.476Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestOnbuild [2020-11-18T01:04:46.476Z] --- PASS: TestOnbuild (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestWorkdir [2020-11-18T01:04:46.476Z] --- PASS: TestWorkdir (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestCmd [2020-11-18T01:04:46.476Z] --- PASS: TestCmd (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestHealthcheckNone [2020-11-18T01:04:46.476Z] --- PASS: TestHealthcheckNone (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestHealthcheckCmd [2020-11-18T01:04:46.476Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestEntrypoint [2020-11-18T01:04:46.476Z] --- PASS: TestEntrypoint (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestExpose [2020-11-18T01:04:46.476Z] --- PASS: TestExpose (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestUser [2020-11-18T01:04:46.476Z] --- PASS: TestUser (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestVolume [2020-11-18T01:04:46.476Z] --- PASS: TestVolume (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestStopSignal [2020-11-18T01:04:46.476Z] --- SKIP: TestStopSignal (0.00s) [2020-11-18T01:04:46.476Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-18T01:04:46.476Z] === RUN TestArg [2020-11-18T01:04:46.476Z] --- PASS: TestArg (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestShell [2020-11-18T01:04:46.476Z] --- PASS: TestShell (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestPrependEnvOnCmd [2020-11-18T01:04:46.476Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestRunWithBuildArgs [2020-11-18T01:04:46.476Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestRunIgnoresHealthcheck [2020-11-18T01:04:46.476Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestNormalizeWorkdir [2020-11-18T01:04:46.476Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestDispatch [2020-11-18T01:04:46.476Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-11-18T01:04:46.476Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-11-18T01:04:46.476Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-11-18T01:04:46.476Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-11-18T01:04:46.476Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-11-18T01:04:46.476Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-11-18T01:04:46.476Z] === RUN TestDispatch/COPY_url [2020-11-18T01:04:46.476Z] --- PASS: TestDispatch (0.06s) [2020-11-18T01:04:46.476Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2020-11-18T01:04:46.476Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2020-11-18T01:04:46.476Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2020-11-18T01:04:46.476Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2020-11-18T01:04:46.476Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2020-11-18T01:04:46.476Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-11-18T01:04:46.476Z] --- PASS: TestDispatch/COPY_url (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestAddScratchImageAddsToMounts [2020-11-18T01:04:46.476Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestAddFromScratchPopulatesPlatform [2020-11-18T01:04:46.476Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-11-18T01:04:46.476Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-11-18T01:04:46.476Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestImageSourceGetAddsToMounts [2020-11-18T01:04:46.476Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestEmptyDockerfile [2020-11-18T01:04:46.476Z] --- PASS: TestEmptyDockerfile (0.01s) [2020-11-18T01:04:46.476Z] === RUN TestSymlinkDockerfile [2020-11-18T01:04:46.476Z] --- PASS: TestSymlinkDockerfile (0.01s) [2020-11-18T01:04:46.476Z] === RUN TestDockerfileOutsideTheBuildContext [2020-11-18T01:04:46.476Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestNonExistingDockerfile [2020-11-18T01:04:46.476Z] --- PASS: TestNonExistingDockerfile (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestCopyRunConfig [2020-11-18T01:04:46.476Z] --- PASS: TestCopyRunConfig (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestDeepCopyRunConfig [2020-11-18T01:04:46.476Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestExportImage [2020-11-18T01:04:46.476Z] --- PASS: TestExportImage (0.00s) [2020-11-18T01:04:46.476Z] === RUN TestNormalizeDest [2020-11-18T01:04:46.476Z] --- PASS: TestNormalizeDest (0.00s) [2020-11-18T01:04:46.476Z] PASS [2020-11-18T01:04:46.476Z] coverage: 46.6% of statements [2020-11-18T01:04:46.476Z] ok github.com/docker/docker/builder/dockerfile 0.435s coverage: 46.6% of statements [2020-11-18T01:04:46.943Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-18T01:04:48.682Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-11-18T01:04:51.234Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-11-18T01:04:52.180Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-11-18T01:04:53.207Z] ok github.com/docker/docker/pkg/plugins 33.615s coverage: 76.6% of statements [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/rootless [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/volume [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-18T01:04:53.207Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-18T01:04:53.207Z] [2020-11-18T01:04:53.207Z] === Skipped [2020-11-18T01:04:53.207Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-18T01:04:53.207Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-18T01:04:53.207Z] [2020-11-18T01:04:53.207Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-18T01:04:53.207Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-18T01:04:53.207Z] [2020-11-18T01:04:53.207Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-18T01:04:53.207Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T01:04:53.207Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T01:04:53.207Z] [2020-11-18T01:04:53.207Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-18T01:04:53.207Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T01:04:53.207Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T01:04:53.207Z] [2020-11-18T01:04:53.207Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:73: No driver to put! [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-18T01:04:53.208Z] time="2020-11-18T01:03:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-18T01:04:53.208Z] time="2020-11-18T01:03:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-18T01:04:53.208Z] time="2020-11-18T01:03:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-18T01:04:53.208Z] time="2020-11-18T01:03:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-18T01:04:53.208Z] time="2020-11-18T01:03:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:73: No driver to put! [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-18T01:04:53.208Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-18T01:04:53.208Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-18T01:04:53.208Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-18T01:04:53.208Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-18T01:04:53.208Z] graphtest_unix.go:73: No driver to put! [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-18T01:04:53.208Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-18T01:04:53.208Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] [2020-11-18T01:04:53.208Z] DONE 2191 tests, 26 skipped in 251.870s Post stage [Pipeline] junit [2020-11-18T01:04:53.217Z] Recording test results [2020-11-18T01:04:53.568Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-11-18T01:04:53.942Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41620/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bb6f972c6d9889f8571a454a01cbd2ce9d5f3d64 hack/validate/vendor [2020-11-18T01:04:54.502Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-18T01:04:55.413Z] + echo Ensuring container killed. [2020-11-18T01:04:55.413Z] Ensuring container killed. [2020-11-18T01:04:55.413Z] + docker rm -vf docker-pr6 [2020-11-18T01:04:55.413Z] Error: No such container: docker-pr6 [2020-11-18T01:04:55.413Z] + true [Pipeline] sh [2020-11-18T01:04:55.727Z] + echo Chowning /workspace to jenkins user [2020-11-18T01:04:55.727Z] Chowning /workspace to jenkins user [2020-11-18T01:04:55.727Z] + id -u [2020-11-18T01:04:55.727Z] + id -g [2020-11-18T01:04:55.727Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41620:/workspace busybox chown -R 1000:1000 /workspace [2020-11-18T01:04:56.119Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-18T01:04:56.617Z] + bundleName=unit [2020-11-18T01:04:56.617Z] + echo Creating unit-bundles.tar.gz [2020-11-18T01:04:56.617Z] Creating unit-bundles.tar.gz [2020-11-18T01:04:56.617Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-11-18T01:04:56.617Z] bundles/junit-report.xml [2020-11-18T01:04:56.617Z] bundles/go-test-report.json [2020-11-18T01:04:56.617Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-11-18T01:04:56.625Z] Archiving artifacts [2020-11-18T01:04:56.692Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-11-18T01:04:57.168Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41620/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-18T01:04:57.311Z] === RUN TestCheckpointCreateError [2020-11-18T01:04:57.311Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCheckpointCreate [2020-11-18T01:04:57.311Z] --- PASS: TestCheckpointCreate (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCheckpointDeleteError [2020-11-18T01:04:57.311Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCheckpointDelete [2020-11-18T01:04:57.311Z] --- PASS: TestCheckpointDelete (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCheckpointListError [2020-11-18T01:04:57.311Z] --- PASS: TestCheckpointListError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCheckpointList [2020-11-18T01:04:57.311Z] --- PASS: TestCheckpointList (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCheckpointListContainerNotFound [2020-11-18T01:04:57.311Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestNewClientWithOpsFromEnv [2020-11-18T01:04:57.311Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2020-11-18T01:04:57.311Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-18T01:04:57.311Z] === RUN TestGetAPIPath [2020-11-18T01:04:57.311Z] --- PASS: TestGetAPIPath (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestParseHostURL [2020-11-18T01:04:57.311Z] --- PASS: TestParseHostURL (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-11-18T01:04:57.311Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestNegotiateAPIVersionEmpty [2020-11-18T01:04:57.311Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestNegotiateAPIVersion [2020-11-18T01:04:57.311Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestNegotiateAPVersionOverride [2020-11-18T01:04:57.311Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestNegotiateAPIVersionAutomatic [2020-11-18T01:04:57.311Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-11-18T01:04:57.311Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-11-18T01:04:57.311Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestClientRedirect [2020-11-18T01:04:57.311Z] --- PASS: TestClientRedirect (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigCreateUnsupported [2020-11-18T01:04:57.311Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigCreateError [2020-11-18T01:04:57.311Z] --- PASS: TestConfigCreateError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigCreate [2020-11-18T01:04:57.311Z] --- PASS: TestConfigCreate (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigInspectNotFound [2020-11-18T01:04:57.311Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigInspectWithEmptyID [2020-11-18T01:04:57.311Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigInspectUnsupported [2020-11-18T01:04:57.311Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigInspectError [2020-11-18T01:04:57.311Z] --- PASS: TestConfigInspectError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigInspectConfigNotFound [2020-11-18T01:04:57.311Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigInspect [2020-11-18T01:04:57.311Z] --- PASS: TestConfigInspect (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigListUnsupported [2020-11-18T01:04:57.311Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigListError [2020-11-18T01:04:57.311Z] --- PASS: TestConfigListError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigList [2020-11-18T01:04:57.311Z] --- PASS: TestConfigList (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigRemoveUnsupported [2020-11-18T01:04:57.311Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigRemoveError [2020-11-18T01:04:57.311Z] --- PASS: TestConfigRemoveError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigRemove [2020-11-18T01:04:57.311Z] --- PASS: TestConfigRemove (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigUpdateUnsupported [2020-11-18T01:04:57.311Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigUpdateError [2020-11-18T01:04:57.311Z] --- PASS: TestConfigUpdateError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestConfigUpdate [2020-11-18T01:04:57.311Z] --- PASS: TestConfigUpdate (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerCommitError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerCommitError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerCommit [2020-11-18T01:04:57.311Z] --- PASS: TestContainerCommit (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerStatPathError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerStatPathError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerStatPathNotFoundError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerStatPathNoHeaderError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerStatPath [2020-11-18T01:04:57.311Z] --- PASS: TestContainerStatPath (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCopyToContainerError [2020-11-18T01:04:57.311Z] --- PASS: TestCopyToContainerError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCopyToContainerNotFoundError [2020-11-18T01:04:57.311Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCopyToContainerNotStatusOKError [2020-11-18T01:04:57.311Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCopyToContainer [2020-11-18T01:04:57.311Z] --- PASS: TestCopyToContainer (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCopyFromContainerError [2020-11-18T01:04:57.311Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCopyFromContainerNotFoundError [2020-11-18T01:04:57.311Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCopyFromContainerNotStatusOKError [2020-11-18T01:04:57.311Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCopyFromContainerNoHeaderError [2020-11-18T01:04:57.311Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestCopyFromContainer [2020-11-18T01:04:57.311Z] --- PASS: TestCopyFromContainer (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerCreateError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerCreateError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerCreateImageNotFound [2020-11-18T01:04:57.311Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerCreateWithName [2020-11-18T01:04:57.311Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerCreateAutoRemove [2020-11-18T01:04:57.311Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerDiffError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerDiffError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerDiff [2020-11-18T01:04:57.311Z] --- PASS: TestContainerDiff (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerExecCreateError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerExecCreate [2020-11-18T01:04:57.311Z] --- PASS: TestContainerExecCreate (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerExecStartError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerExecStartError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerExecStart [2020-11-18T01:04:57.311Z] --- PASS: TestContainerExecStart (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerExecInspectError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerExecInspect [2020-11-18T01:04:57.311Z] --- PASS: TestContainerExecInspect (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerExportError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerExportError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerExport [2020-11-18T01:04:57.311Z] --- PASS: TestContainerExport (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerInspectError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerInspectError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerInspectContainerNotFound [2020-11-18T01:04:57.311Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerInspectWithEmptyID [2020-11-18T01:04:57.311Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerInspect [2020-11-18T01:04:57.311Z] --- PASS: TestContainerInspect (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerInspectNode [2020-11-18T01:04:57.311Z] --- PASS: TestContainerInspectNode (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerKillError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerKillError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerKill [2020-11-18T01:04:57.311Z] --- PASS: TestContainerKill (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerListError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerListError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerList [2020-11-18T01:04:57.311Z] --- PASS: TestContainerList (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerLogsNotFoundError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerLogsError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerLogsError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerLogs [2020-11-18T01:04:57.311Z] --- PASS: TestContainerLogs (0.14s) [2020-11-18T01:04:57.311Z] === RUN TestContainerPauseError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerPauseError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerPause [2020-11-18T01:04:57.311Z] --- PASS: TestContainerPause (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainersPruneError [2020-11-18T01:04:57.311Z] --- PASS: TestContainersPruneError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainersPrune [2020-11-18T01:04:57.311Z] --- PASS: TestContainersPrune (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerRemoveError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerRemoveError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerRemoveNotFoundError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerRemove [2020-11-18T01:04:57.311Z] --- PASS: TestContainerRemove (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerRenameError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerRenameError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerRename [2020-11-18T01:04:57.311Z] --- PASS: TestContainerRename (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerResizeError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerResizeError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerExecResizeError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerResize [2020-11-18T01:04:57.311Z] --- PASS: TestContainerResize (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerExecResize [2020-11-18T01:04:57.311Z] --- PASS: TestContainerExecResize (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerRestartError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerRestartError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerRestart [2020-11-18T01:04:57.311Z] --- PASS: TestContainerRestart (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerStartError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerStartError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerStart [2020-11-18T01:04:57.311Z] --- PASS: TestContainerStart (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerStatsError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerStatsError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerStats [2020-11-18T01:04:57.311Z] --- PASS: TestContainerStats (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerStopError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerStopError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerStop [2020-11-18T01:04:57.311Z] --- PASS: TestContainerStop (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerTopError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerTopError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerTop [2020-11-18T01:04:57.311Z] --- PASS: TestContainerTop (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerUnpauseError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerUnpause [2020-11-18T01:04:57.311Z] --- PASS: TestContainerUnpause (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerUpdateError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerUpdateError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerUpdate [2020-11-18T01:04:57.311Z] --- PASS: TestContainerUpdate (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerWaitError [2020-11-18T01:04:57.311Z] --- PASS: TestContainerWaitError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestContainerWait [2020-11-18T01:04:57.311Z] --- PASS: TestContainerWait (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestDiskUsageError [2020-11-18T01:04:57.311Z] --- PASS: TestDiskUsageError (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestDiskUsage [2020-11-18T01:04:57.311Z] --- PASS: TestDiskUsage (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestDistributionInspectUnsupported [2020-11-18T01:04:57.311Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-11-18T01:04:57.311Z] === RUN TestDistributionInspectWithEmptyID [2020-11-18T01:04:57.312Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestEventsErrorInOptions [2020-11-18T01:04:57.312Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestEventsErrorFromServer [2020-11-18T01:04:57.312Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestEvents [2020-11-18T01:04:57.312Z] --- PASS: TestEvents (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestTLSCloseWriter [2020-11-18T01:04:57.312Z] === PAUSE TestTLSCloseWriter [2020-11-18T01:04:57.312Z] === RUN TestImageBuildError [2020-11-18T01:04:57.312Z] --- PASS: TestImageBuildError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageBuild [2020-11-18T01:04:57.312Z] --- PASS: TestImageBuild (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestGetDockerOS [2020-11-18T01:04:57.312Z] --- PASS: TestGetDockerOS (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageCreateError [2020-11-18T01:04:57.312Z] --- PASS: TestImageCreateError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageCreate [2020-11-18T01:04:57.312Z] --- PASS: TestImageCreate (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageHistoryError [2020-11-18T01:04:57.312Z] --- PASS: TestImageHistoryError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageHistory [2020-11-18T01:04:57.312Z] --- PASS: TestImageHistory (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageImportError [2020-11-18T01:04:57.312Z] --- PASS: TestImageImportError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageImport [2020-11-18T01:04:57.312Z] --- PASS: TestImageImport (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageInspectError [2020-11-18T01:04:57.312Z] --- PASS: TestImageInspectError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageInspectImageNotFound [2020-11-18T01:04:57.312Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageInspectWithEmptyID [2020-11-18T01:04:57.312Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageInspect [2020-11-18T01:04:57.312Z] --- PASS: TestImageInspect (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageListError [2020-11-18T01:04:57.312Z] --- PASS: TestImageListError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageList [2020-11-18T01:04:57.312Z] --- PASS: TestImageList (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageListApiBefore125 [2020-11-18T01:04:57.312Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageLoadError [2020-11-18T01:04:57.312Z] --- PASS: TestImageLoadError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageLoad [2020-11-18T01:04:57.312Z] --- PASS: TestImageLoad (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagesPruneError [2020-11-18T01:04:57.312Z] --- PASS: TestImagesPruneError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagesPrune [2020-11-18T01:04:57.312Z] --- PASS: TestImagesPrune (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePullReferenceParseError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePullAnyError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePullAnyError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePullStatusUnauthorizedError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePullWithoutErrors [2020-11-18T01:04:57.312Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePushReferenceError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePushAnyError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePushAnyError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePushStatusUnauthorizedError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-11-18T01:04:57.312Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImagePushWithoutErrors [2020-11-18T01:04:57.312Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-11-18T01:04:57.312Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-11-18T01:04:57.312Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-11-18T01:04:57.312Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-11-18T01:04:57.312Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-11-18T01:04:57.312Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-11-18T01:04:57.312Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-11-18T01:04:57.312Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-11-18T01:04:57.312Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageRemoveError [2020-11-18T01:04:57.312Z] --- PASS: TestImageRemoveError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageRemoveImageNotFound [2020-11-18T01:04:57.312Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageRemove [2020-11-18T01:04:57.312Z] --- PASS: TestImageRemove (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageSaveError [2020-11-18T01:04:57.312Z] --- PASS: TestImageSaveError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageSave [2020-11-18T01:04:57.312Z] --- PASS: TestImageSave (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageSearchAnyError [2020-11-18T01:04:57.312Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageSearchStatusUnauthorizedError [2020-11-18T01:04:57.312Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-18T01:04:57.312Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-18T01:04:57.312Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-11-18T01:04:57.312Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageSearchWithoutErrors [2020-11-18T01:04:57.312Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageTagError [2020-11-18T01:04:57.312Z] --- PASS: TestImageTagError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageTagInvalidReference [2020-11-18T01:04:57.312Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageTagInvalidSourceImageName [2020-11-18T01:04:57.312Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageTagHexSource [2020-11-18T01:04:57.312Z] --- PASS: TestImageTagHexSource (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestImageTag [2020-11-18T01:04:57.312Z] --- PASS: TestImageTag (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestInfoServerError [2020-11-18T01:04:57.312Z] --- PASS: TestInfoServerError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestInfoInvalidResponseJSONError [2020-11-18T01:04:57.312Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestInfo [2020-11-18T01:04:57.312Z] --- PASS: TestInfo (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkConnectError [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkConnectError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkConnect [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkConnect (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkCreateError [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkCreateError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkCreate [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkCreate (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkDisconnectError [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkDisconnect [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkInspectError [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkInspectError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkInspectNotFoundError [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkInspectWithEmptyID [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkInspect [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkInspect (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkListError [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkListError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkList [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkList (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworksPruneError [2020-11-18T01:04:57.312Z] --- PASS: TestNetworksPruneError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworksPrune [2020-11-18T01:04:57.312Z] --- PASS: TestNetworksPrune (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkRemoveError [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNetworkRemove [2020-11-18T01:04:57.312Z] --- PASS: TestNetworkRemove (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNodeInspectError [2020-11-18T01:04:57.312Z] --- PASS: TestNodeInspectError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNodeInspectNodeNotFound [2020-11-18T01:04:57.312Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNodeInspectWithEmptyID [2020-11-18T01:04:57.312Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNodeInspect [2020-11-18T01:04:57.312Z] --- PASS: TestNodeInspect (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNodeListError [2020-11-18T01:04:57.312Z] --- PASS: TestNodeListError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNodeList [2020-11-18T01:04:57.312Z] --- PASS: TestNodeList (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNodeRemoveError [2020-11-18T01:04:57.312Z] --- PASS: TestNodeRemoveError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNodeRemove [2020-11-18T01:04:57.312Z] --- PASS: TestNodeRemove (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNodeUpdateError [2020-11-18T01:04:57.312Z] --- PASS: TestNodeUpdateError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestNodeUpdate [2020-11-18T01:04:57.312Z] --- PASS: TestNodeUpdate (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestOptionWithTimeout [2020-11-18T01:04:57.312Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPingFail [2020-11-18T01:04:57.312Z] --- PASS: TestPingFail (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPingWithError [2020-11-18T01:04:57.312Z] 2020/11/18 01:04:56 RoundTripper returned a response & error; ignoring response [2020-11-18T01:04:57.312Z] 2020/11/18 01:04:56 RoundTripper returned a response & error; ignoring response [2020-11-18T01:04:57.312Z] --- PASS: TestPingWithError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPingSuccess [2020-11-18T01:04:57.312Z] --- PASS: TestPingSuccess (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPingHeadFallback [2020-11-18T01:04:57.312Z] === RUN TestPingHeadFallback/OK [2020-11-18T01:04:57.312Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-11-18T01:04:57.312Z] === RUN TestPingHeadFallback/Not_Found [2020-11-18T01:04:57.312Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-11-18T01:04:57.312Z] --- PASS: TestPingHeadFallback (0.00s) [2020-11-18T01:04:57.312Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-11-18T01:04:57.312Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-11-18T01:04:57.312Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-11-18T01:04:57.312Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginDisableError [2020-11-18T01:04:57.312Z] --- PASS: TestPluginDisableError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginDisable [2020-11-18T01:04:57.312Z] --- PASS: TestPluginDisable (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginEnableError [2020-11-18T01:04:57.312Z] --- PASS: TestPluginEnableError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginEnable [2020-11-18T01:04:57.312Z] --- PASS: TestPluginEnable (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginInspectError [2020-11-18T01:04:57.312Z] --- PASS: TestPluginInspectError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginInspectWithEmptyID [2020-11-18T01:04:57.312Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginInspect [2020-11-18T01:04:57.312Z] --- PASS: TestPluginInspect (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginListError [2020-11-18T01:04:57.312Z] --- PASS: TestPluginListError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginList [2020-11-18T01:04:57.312Z] --- PASS: TestPluginList (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginPushError [2020-11-18T01:04:57.312Z] --- PASS: TestPluginPushError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginPush [2020-11-18T01:04:57.312Z] --- PASS: TestPluginPush (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginRemoveError [2020-11-18T01:04:57.312Z] --- PASS: TestPluginRemoveError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginRemove [2020-11-18T01:04:57.312Z] --- PASS: TestPluginRemove (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginSetError [2020-11-18T01:04:57.312Z] --- PASS: TestPluginSetError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPluginSet [2020-11-18T01:04:57.312Z] --- PASS: TestPluginSet (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSetHostHeader [2020-11-18T01:04:57.312Z] --- PASS: TestSetHostHeader (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestPlainTextError [2020-11-18T01:04:57.312Z] --- PASS: TestPlainTextError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestInfiniteError [2020-11-18T01:04:57.312Z] --- PASS: TestInfiniteError (0.02s) [2020-11-18T01:04:57.312Z] === RUN TestSecretCreateUnsupported [2020-11-18T01:04:57.312Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretCreateError [2020-11-18T01:04:57.312Z] --- PASS: TestSecretCreateError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretCreate [2020-11-18T01:04:57.312Z] --- PASS: TestSecretCreate (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretInspectUnsupported [2020-11-18T01:04:57.312Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretInspectError [2020-11-18T01:04:57.312Z] --- PASS: TestSecretInspectError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretInspectSecretNotFound [2020-11-18T01:04:57.312Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretInspectWithEmptyID [2020-11-18T01:04:57.312Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretInspect [2020-11-18T01:04:57.312Z] --- PASS: TestSecretInspect (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretListUnsupported [2020-11-18T01:04:57.312Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretListError [2020-11-18T01:04:57.312Z] --- PASS: TestSecretListError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretList [2020-11-18T01:04:57.312Z] --- PASS: TestSecretList (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretRemoveUnsupported [2020-11-18T01:04:57.312Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretRemoveError [2020-11-18T01:04:57.312Z] --- PASS: TestSecretRemoveError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretRemove [2020-11-18T01:04:57.312Z] --- PASS: TestSecretRemove (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretUpdateUnsupported [2020-11-18T01:04:57.312Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretUpdateError [2020-11-18T01:04:57.312Z] --- PASS: TestSecretUpdateError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSecretUpdate [2020-11-18T01:04:57.312Z] --- PASS: TestSecretUpdate (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceCreateError [2020-11-18T01:04:57.312Z] --- PASS: TestServiceCreateError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceCreate [2020-11-18T01:04:57.312Z] --- PASS: TestServiceCreate (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceCreateCompatiblePlatforms [2020-11-18T01:04:57.312Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceCreateDigestPinning [2020-11-18T01:04:57.312Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceInspectError [2020-11-18T01:04:57.312Z] --- PASS: TestServiceInspectError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceInspectServiceNotFound [2020-11-18T01:04:57.312Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceInspectWithEmptyID [2020-11-18T01:04:57.312Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceInspect [2020-11-18T01:04:57.312Z] --- PASS: TestServiceInspect (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceListError [2020-11-18T01:04:57.312Z] --- PASS: TestServiceListError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceList [2020-11-18T01:04:57.312Z] --- PASS: TestServiceList (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceLogsError [2020-11-18T01:04:57.312Z] --- PASS: TestServiceLogsError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceLogs [2020-11-18T01:04:57.312Z] --- PASS: TestServiceLogs (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceRemoveError [2020-11-18T01:04:57.312Z] --- PASS: TestServiceRemoveError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceRemoveNotFoundError [2020-11-18T01:04:57.312Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceRemove [2020-11-18T01:04:57.312Z] --- PASS: TestServiceRemove (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceUpdateError [2020-11-18T01:04:57.312Z] --- PASS: TestServiceUpdateError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestServiceUpdate [2020-11-18T01:04:57.312Z] --- PASS: TestServiceUpdate (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSwarmGetUnlockKeyError [2020-11-18T01:04:57.312Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSwarmGetUnlockKey [2020-11-18T01:04:57.312Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSwarmInitError [2020-11-18T01:04:57.312Z] --- PASS: TestSwarmInitError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSwarmInit [2020-11-18T01:04:57.312Z] --- PASS: TestSwarmInit (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSwarmInspectError [2020-11-18T01:04:57.312Z] --- PASS: TestSwarmInspectError (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSwarmInspect [2020-11-18T01:04:57.312Z] --- PASS: TestSwarmInspect (0.00s) [2020-11-18T01:04:57.312Z] === RUN TestSwarmJoinError [2020-11-18T01:04:57.312Z] --- PASS: TestSwarmJoinError (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestSwarmJoin [2020-11-18T01:04:57.313Z] --- PASS: TestSwarmJoin (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestSwarmLeaveError [2020-11-18T01:04:57.313Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestSwarmLeave [2020-11-18T01:04:57.313Z] --- PASS: TestSwarmLeave (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestSwarmUnlockError [2020-11-18T01:04:57.313Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestSwarmUnlock [2020-11-18T01:04:57.313Z] --- PASS: TestSwarmUnlock (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestSwarmUpdateError [2020-11-18T01:04:57.313Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestSwarmUpdate [2020-11-18T01:04:57.313Z] --- PASS: TestSwarmUpdate (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestTaskInspectError [2020-11-18T01:04:57.313Z] --- PASS: TestTaskInspectError (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestTaskInspectWithEmptyID [2020-11-18T01:04:57.313Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestTaskInspect [2020-11-18T01:04:57.313Z] --- PASS: TestTaskInspect (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestTaskListError [2020-11-18T01:04:57.313Z] --- PASS: TestTaskListError (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestTaskList [2020-11-18T01:04:57.313Z] --- PASS: TestTaskList (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestVolumeCreateError [2020-11-18T01:04:57.313Z] --- PASS: TestVolumeCreateError (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestVolumeCreate [2020-11-18T01:04:57.313Z] --- PASS: TestVolumeCreate (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestVolumeInspectError [2020-11-18T01:04:57.313Z] --- PASS: TestVolumeInspectError (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestVolumeInspectNotFound [2020-11-18T01:04:57.313Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestVolumeInspectWithEmptyID [2020-11-18T01:04:57.313Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestVolumeInspect [2020-11-18T01:04:57.313Z] --- PASS: TestVolumeInspect (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestVolumeListError [2020-11-18T01:04:57.313Z] --- PASS: TestVolumeListError (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestVolumeList [2020-11-18T01:04:57.313Z] --- PASS: TestVolumeList (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestVolumeRemoveError [2020-11-18T01:04:57.313Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-11-18T01:04:57.313Z] === RUN TestVolumeRemove [2020-11-18T01:04:57.313Z] --- PASS: TestVolumeRemove (0.00s) [2020-11-18T01:04:57.313Z] === CONT TestTLSCloseWriter [2020-11-18T01:04:57.313Z] --- PASS: TestTLSCloseWriter (0.01s) [2020-11-18T01:04:57.313Z] PASS [2020-11-18T01:04:57.313Z] coverage: 74.9% of statements [2020-11-18T01:04:57.313Z] ok github.com/docker/docker/client 0.561s coverage: 74.9% of statements [2020-11-18T01:04:57.514Z] + make clean [2020-11-18T01:04:57.514Z] docker volume rm -f docker-dev-cache [2020-11-18T01:04:57.769Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-18T01:04:58.609Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-11-18T01:04:59.997Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-11-18T01:05:00.942Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-11-18T01:05:02.861Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-11-18T01:05:04.250Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-11-18T01:05:05.194Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-11-18T01:05:07.744Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-11-18T01:05:12.023Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-11-18T01:05:15.069Z] --- PASS: TestCheckoutGit (29.19s) [2020-11-18T01:05:15.069Z] === RUN TestValidGitTransport [2020-11-18T01:05:15.069Z] --- PASS: TestValidGitTransport (0.00s) [2020-11-18T01:05:15.069Z] === RUN TestGitInvalidRef [2020-11-18T01:05:15.069Z] --- PASS: TestGitInvalidRef (0.23s) [2020-11-18T01:05:15.069Z] PASS [2020-11-18T01:05:15.069Z] coverage: 86.3% of statements [2020-11-18T01:05:15.069Z] ok github.com/docker/docker/builder/remotecontext/git 29.661s coverage: 86.3% of statements [2020-11-18T01:05:15.069Z] ? github.com/docker/docker/cli [no test files] [2020-11-18T01:05:15.069Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-18T01:05:18.841Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-11-18T01:05:18.841Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-11-18T01:05:18.841Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-11-18T01:05:18.841Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-11-18T01:05:18.841Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-11-18T01:05:18.841Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-11-18T01:05:18.841Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-11-18T01:05:18.841Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-11-18T01:05:18.841Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-11-18T01:05:18.841Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-11-18T01:05:18.841Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-11-18T01:05:18.842Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-11-18T01:05:18.842Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-11-18T01:05:18.842Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.02s) [2020-11-18T01:05:18.842Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-11-18T01:05:18.842Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-11-18T01:05:18.842Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-11-18T01:05:18.842Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2020-11-18T01:05:18.842Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-11-18T01:05:18.842Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-11-18T01:05:18.842Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-11-18T01:05:18.842Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2020-11-18T01:05:18.842Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-11-18T01:05:18.842Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-11-18T01:05:18.842Z] === RUN TestConfigureDaemonLogs [2020-11-18T01:05:18.842Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-11-18T01:05:18.842Z] === RUN TestCommonOptionsInstallFlags [2020-11-18T01:05:18.842Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-11-18T01:05:18.842Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-11-18T01:05:18.842Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-11-18T01:05:18.842Z] PASS [2020-11-18T01:05:18.842Z] coverage: 18.4% of statements [2020-11-18T01:05:18.842Z] ok github.com/docker/docker/cmd/dockerd 0.629s coverage: 18.4% of statements [2020-11-18T01:05:20.391Z] === RUN TestContainerStopSignal [2020-11-18T01:05:20.391Z] --- PASS: TestContainerStopSignal (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestContainerStopTimeout [2020-11-18T01:05:20.391Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestContainerSecretReferenceDestTarget [2020-11-18T01:05:20.391Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-11-18T01:05:20.391Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestContainerLogPathSetForRingLogger [2020-11-18T01:05:20.391Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestReplaceAndAppendEnvVars [2020-11-18T01:05:20.391Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-11-18T01:05:20.391Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-11-18T01:05:20.391Z] === RUN TestNewMemoryStore [2020-11-18T01:05:20.391Z] --- PASS: TestNewMemoryStore (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestAddContainers [2020-11-18T01:05:20.391Z] --- PASS: TestAddContainers (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestGetContainer [2020-11-18T01:05:20.391Z] --- PASS: TestGetContainer (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestDeleteContainer [2020-11-18T01:05:20.391Z] --- PASS: TestDeleteContainer (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestListContainers [2020-11-18T01:05:20.391Z] --- PASS: TestListContainers (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestFirstContainer [2020-11-18T01:05:20.391Z] --- PASS: TestFirstContainer (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestApplyAllContainer [2020-11-18T01:05:20.391Z] --- PASS: TestApplyAllContainer (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestIsValidHealthString [2020-11-18T01:05:20.391Z] --- PASS: TestIsValidHealthString (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestStateRunStop [2020-11-18T01:05:20.391Z] --- PASS: TestStateRunStop (0.00s) [2020-11-18T01:05:20.391Z] === RUN TestStateTimeoutWait [2020-11-18T01:05:20.855Z] --- PASS: TestStateTimeoutWait (0.12s) [2020-11-18T01:05:20.855Z] state_test.go:141: Stop callback fired [2020-11-18T01:05:20.855Z] state_test.go:165: Stop callback fired [2020-11-18T01:05:20.855Z] === RUN TestIsValidStateString [2020-11-18T01:05:20.855Z] --- PASS: TestIsValidStateString (0.00s) [2020-11-18T01:05:20.855Z] === RUN TestViewSaveDelete [2020-11-18T01:05:20.855Z] --- PASS: TestViewSaveDelete (0.01s) [2020-11-18T01:05:20.855Z] === RUN TestViewAll [2020-11-18T01:05:20.855Z] --- PASS: TestViewAll (0.01s) [2020-11-18T01:05:20.855Z] === RUN TestViewGet [2020-11-18T01:05:20.855Z] --- PASS: TestViewGet (0.01s) [2020-11-18T01:05:20.855Z] === RUN TestNames [2020-11-18T01:05:20.855Z] --- PASS: TestNames (0.00s) [2020-11-18T01:05:20.855Z] === RUN TestViewWithHealthCheck [2020-11-18T01:05:20.855Z] --- PASS: TestViewWithHealthCheck (0.01s) [2020-11-18T01:05:20.855Z] PASS [2020-11-18T01:05:20.855Z] coverage: 41.4% of statements [2020-11-18T01:05:20.855Z] ok github.com/docker/docker/container 0.636s coverage: 41.4% of statements [2020-11-18T01:05:20.855Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-18T01:05:20.855Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-18T01:05:20.855Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-18T01:05:20.855Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-18T01:05:22.029Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-11-18T01:05:22.405Z] === RUN TestPrepare [2020-11-18T01:05:22.405Z] --- PASS: TestPrepare (0.00s) [2020-11-18T01:05:22.405Z] === RUN TestStart [2020-11-18T01:05:22.405Z] --- PASS: TestStart (0.00s) [2020-11-18T01:05:22.868Z] === RUN TestWaitCancel [2020-11-18T01:05:22.868Z] --- PASS: TestWaitCancel (0.00s) [2020-11-18T01:05:22.868Z] === RUN TestWaitDisabled [2020-11-18T01:05:22.868Z] --- PASS: TestWaitDisabled (0.00s) [2020-11-18T01:05:22.868Z] === RUN TestWaitEnabled [2020-11-18T01:05:22.868Z] --- PASS: TestWaitEnabled (0.01s) [2020-11-18T01:05:22.868Z] === RUN TestRemove [2020-11-18T01:05:22.868Z] --- PASS: TestRemove (0.00s) [2020-11-18T01:05:22.868Z] PASS [2020-11-18T01:05:22.868Z] coverage: 65.3% of statements [2020-11-18T01:05:22.868Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.278s coverage: 65.3% of statements [2020-11-18T01:05:23.415Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-11-18T01:05:23.988Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-11-18T01:05:24.250Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-11-18T01:05:25.194Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-11-18T01:05:25.794Z] === RUN TestNewListSecretsFilters [2020-11-18T01:05:25.794Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-11-18T01:05:25.794Z] === RUN TestNewListConfigsFilters [2020-11-18T01:05:25.794Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-11-18T01:05:25.794Z] PASS [2020-11-18T01:05:25.794Z] coverage: 0.5% of statements [2020-11-18T01:05:25.794Z] ok github.com/docker/docker/daemon/cluster 0.712s coverage: 0.5% of statements [2020-11-18T01:05:25.794Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-11-18T01:05:25.794Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-11-18T01:05:25.794Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-11-18T01:05:25.794Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-11-18T01:05:25.794Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-11-18T01:05:25.794Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-11-18T01:05:25.794Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertToGRPCIsolation [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-11-18T01:05:25.794Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-11-18T01:05:25.794Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-11-18T01:05:25.794Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-11-18T01:05:25.794Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCIsolation [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-11-18T01:05:26.258Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-11-18T01:05:26.258Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCConfigs [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCConfigs [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-11-18T01:05:26.258Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-11-18T01:05:26.258Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-11-18T01:05:26.258Z] PASS [2020-11-18T01:05:26.258Z] coverage: 35.9% of statements [2020-11-18T01:05:26.258Z] ok github.com/docker/docker/daemon/cluster/convert 1.007s coverage: 35.9% of statements [2020-11-18T01:05:28.500Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-11-18T01:05:28.500Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-11-18T01:05:29.073Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-11-18T01:05:29.335Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-11-18T01:05:29.597Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-11-18T01:05:30.543Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-11-18T01:05:30.543Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-11-18T01:05:31.115Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-11-18T01:05:31.377Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-11-18T01:05:32.085Z] === RUN TestBuilderGC [2020-11-18T01:05:32.085Z] --- PASS: TestBuilderGC (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestDaemonConfigurationNotFound [2020-11-18T01:05:32.085Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestDaemonBrokenConfiguration [2020-11-18T01:05:32.085Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestParseClusterAdvertiseSettings [2020-11-18T01:05:32.085Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestFindConfigurationConflicts [2020-11-18T01:05:32.085Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-11-18T01:05:32.085Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestDaemonConfigurationMergeConflicts [2020-11-18T01:05:32.085Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-11-18T01:05:32.085Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-11-18T01:05:32.085Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-11-18T01:05:32.085Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-11-18T01:05:32.085Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-11-18T01:05:32.085Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-11-18T01:05:32.085Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-11-18T01:05:32.085Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-11-18T01:05:32.085Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-11-18T01:05:32.085Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-11-18T01:05:32.085Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestValidateConfiguration [2020-11-18T01:05:32.085Z] === RUN TestValidateConfiguration/with_label [2020-11-18T01:05:32.085Z] === RUN TestValidateConfiguration/with_dns [2020-11-18T01:05:32.085Z] === RUN TestValidateConfiguration/with_dns-search [2020-11-18T01:05:32.085Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-11-18T01:05:32.085Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-11-18T01:05:32.085Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-11-18T01:05:32.085Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-11-18T01:05:32.085Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfiguration (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-11-18T01:05:32.085Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestModifiedDiscoverySettings [2020-11-18T01:05:32.085Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestReloadSetConfigFileNotExist [2020-11-18T01:05:32.085Z] time="2020-11-18T01:05:31Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-11-18T01:05:32.085Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s) [2020-11-18T01:05:32.085Z] === RUN TestReloadDefaultConfigNotExist [2020-11-18T01:05:32.085Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2020-11-18T01:05:32.085Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:05:32.085Z] === RUN TestReloadBadDefaultConfig [2020-11-18T01:05:32.085Z] time="2020-11-18T01:05:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-031806831" [2020-11-18T01:05:32.085Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestReloadWithConflictingLabels [2020-11-18T01:05:32.085Z] time="2020-11-18T01:05:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-217416706" [2020-11-18T01:05:32.085Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2020-11-18T01:05:32.085Z] === RUN TestReloadWithDuplicateLabels [2020-11-18T01:05:32.085Z] time="2020-11-18T01:05:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-612097913" [2020-11-18T01:05:32.085Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestDaemonConfigurationMerge [2020-11-18T01:05:32.085Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-11-18T01:05:32.085Z] PASS [2020-11-18T01:05:32.085Z] coverage: 79.7% of statements [2020-11-18T01:05:32.085Z] ok github.com/docker/docker/daemon/config 0.653s coverage: 79.7% of statements [2020-11-18T01:05:32.085Z] === RUN TestDiscoveryOptsErrors [2020-11-18T01:05:32.085Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-11-18T01:05:32.085Z] === RUN TestDiscoveryOpts [2020-11-18T01:05:32.085Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-11-18T01:05:32.085Z] PASS [2020-11-18T01:05:32.085Z] coverage: 30.0% of statements [2020-11-18T01:05:32.085Z] ok github.com/docker/docker/daemon/discovery 0.427s coverage: 30.0% of statements [2020-11-18T01:05:33.062Z] === RUN TestVerifyNetworkingConfig [2020-11-18T01:05:33.062Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-11-18T01:05:33.062Z] === RUN TestGetContainer [2020-11-18T01:05:33.062Z] --- PASS: TestGetContainer (0.00s) [2020-11-18T01:05:33.062Z] === RUN TestValidContainerNames [2020-11-18T01:05:33.062Z] --- PASS: TestValidContainerNames (0.00s) [2020-11-18T01:05:33.062Z] === RUN TestContainerInitDNS [2020-11-18T01:05:33.062Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-11-18T01:05:33.062Z] daemon_test.go:147: root required [2020-11-18T01:05:33.062Z] === RUN TestMerge [2020-11-18T01:05:33.062Z] --- PASS: TestMerge (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestValidateContainerIsolation [2020-11-18T01:05:33.526Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestFindNetworkErrorType [2020-11-18T01:05:33.526Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestEnsureServicesExist [2020-11-18T01:05:33.526Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestEnsureServicesExistErrors [2020-11-18T01:05:33.526Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-11-18T01:05:33.526Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-11-18T01:05:33.526Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-11-18T01:05:33.526Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestContainerDelete [2020-11-18T01:05:33.526Z] --- PASS: TestContainerDelete (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestContainerDoubleDelete [2020-11-18T01:05:33.526Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestLogContainerEventCopyLabels [2020-11-18T01:05:33.526Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestLogContainerEventWithAttributes [2020-11-18T01:05:33.526Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestNoneHealthcheck [2020-11-18T01:05:33.526Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestHealthStates [2020-11-18T01:05:33.526Z] time="2020-11-18T01:05:33Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-18T01:05:33.526Z] time="2020-11-18T01:05:33Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-18T01:05:33.526Z] time="2020-11-18T01:05:33Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-18T01:05:33.526Z] time="2020-11-18T01:05:33Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-18T01:05:33.526Z] time="2020-11-18T01:05:33Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-18T01:05:33.526Z] time="2020-11-18T01:05:33Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-18T01:05:33.526Z] time="2020-11-18T01:05:33Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-18T01:05:33.526Z] time="2020-11-18T01:05:33Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-18T01:05:33.526Z] time="2020-11-18T01:05:33Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-18T01:05:33.526Z] time="2020-11-18T01:05:33Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-18T01:05:33.526Z] --- PASS: TestHealthStates (0.10s) [2020-11-18T01:05:33.526Z] === RUN TestMaskURLCredentials [2020-11-18T01:05:33.526Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestGetInspectData [2020-11-18T01:05:33.526Z] --- PASS: TestGetInspectData (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestFillLicense [2020-11-18T01:05:33.526Z] --- PASS: TestFillLicense (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestListInvalidFilter [2020-11-18T01:05:33.526Z] --- PASS: TestListInvalidFilter (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestNameFilter [2020-11-18T01:05:33.526Z] --- PASS: TestNameFilter (0.01s) [2020-11-18T01:05:33.526Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-11-18T01:05:33.526Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-11-18T01:05:33.526Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-11-18T01:05:33.526Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestDaemonReloadLabels [2020-11-18T01:05:33.526Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-11-18T01:05:33.526Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestDaemonReloadMirrors [2020-11-18T01:05:33.526Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestDaemonReloadInsecureRegistries [2020-11-18T01:05:33.526Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestDaemonReloadNotAffectOthers [2020-11-18T01:05:33.526Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-11-18T01:05:33.526Z] === RUN TestDaemonDiscoveryReload [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite (352.69s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.03s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.12s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.92s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.28s) [2020-11-18T01:05:33.930Z] docker_cli_daemon_test.go:1455: [dc10d0b71ec41] daemon is not started [2020-11-18T01:05:33.930Z] check_test.go:309: [d0753f06dfa82] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.07s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.46s) [2020-11-18T01:05:33.930Z] check_test.go:309: [d50c632f77de1] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.40s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.77s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.29s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.36s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.15s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.43s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.51s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.43s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-11-18T01:05:33.930Z] check_test.go:309: [d2cf21a3467bb] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-11-18T01:05:33.930Z] check_test.go:309: [decba72f7c323] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.65s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2020-11-18T01:05:33.930Z] check_test.go:309: [d62bb66d2326b] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.40s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.67s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.27s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.14s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.52s) [2020-11-18T01:05:33.930Z] check_test.go:309: [dbccca2dddb33] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.58s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.11s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.45s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.84s) [2020-11-18T01:05:33.930Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-18T01:05:33.930Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-18T01:05:33.930Z] check_test.go:309: [dc9397ddc22c5] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.20s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.36s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.70s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.86s) [2020-11-18T01:05:33.930Z] check_test.go:309: [d4497361e0190] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.67s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s) [2020-11-18T01:05:33.930Z] check_test.go:309: [d6fc1177c454c] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.25s) [2020-11-18T01:05:33.930Z] docker_cli_daemon_plugins_test.go:79: [d447357d696b2] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.29s) [2020-11-18T01:05:33.930Z] docker_cli_daemon_plugins_test.go:169: [dfa8adde14abe] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.46s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.57s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2020-11-18T01:05:33.930Z] check_test.go:309: [d04e90fd5fdd7] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.76s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.05s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.74s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.85s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.78s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.78s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.10s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.35s) [2020-11-18T01:05:33.930Z] check_test.go:309: [df3eca6a6fdd3] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.47s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.83s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.18s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.00s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.03s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.09s) [2020-11-18T01:05:33.930Z] check_test.go:309: [d6a467aec0351] daemon is not started [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.59s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.22s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.45s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.39s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.67s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.37s) [2020-11-18T01:05:33.930Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.36s) [2020-11-18T01:05:33.930Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-11-18T01:05:33.930Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-18T01:05:33.930Z] check_test.go:309: [dc9183a1931c9] daemon is not started [2020-11-18T01:05:33.931Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-18T01:05:33.931Z] check_test.go:309: [d088fe05e8a47] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.34s) [2020-11-18T01:05:33.931Z] check_test.go:309: [d012338606a26] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.03s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.93s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.10s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.67s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.26s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.33s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.72s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.53s) [2020-11-18T01:05:33.931Z] check_test.go:309: [d5d5ed50c4560] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.67s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.92s) [2020-11-18T01:05:33.931Z] docker_cli_daemon_plugins_test.go:105: [d2af32100acab] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.92s) [2020-11-18T01:05:33.931Z] check_test.go:309: [db756f29bb77b] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.69s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.58s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.21s) [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2020-11-18T01:05:33.931Z] check_test.go:309: [d6ec61c2b6af4] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.13s) [2020-11-18T01:05:33.931Z] check_test.go:309: [d1e8402513c57] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.55s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.42s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.67s) [2020-11-18T01:05:33.931Z] check_test.go:309: [ddab466525495] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.50s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.01s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.04s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2020-11-18T01:05:33.931Z] check_test.go:309: [d4708143ab72f] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.93s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.55s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.88s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.78s) [2020-11-18T01:05:33.931Z] check_test.go:309: [d07bfb8496a51] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.99s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-11-18T01:05:33.931Z] check_test.go:309: [da4a6463e2ac9] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.82s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.96s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.79s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.56s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.07s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.55s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.40s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.55s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.92s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.25s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.18s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.18s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.95s) [2020-11-18T01:05:33.931Z] docker_cli_daemon_test.go:2550: [d16e89ec56255] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.46s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.71s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.87s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.86s) [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2020-11-18T01:05:33.931Z] check_test.go:309: [d78c2666ff817] daemon is not started [2020-11-18T01:05:33.931Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.35s) [2020-11-18T01:05:33.931Z] === RUN TestDockerSwarmSuite [2020-11-18T01:05:33.931Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-11-18T01:05:33.931Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-11-18T01:05:34.504Z] === RUN TestWaitNodeAttachment [2020-11-18T01:05:34.504Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2020-11-18T01:05:34.504Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-11-18T01:05:34.968Z] --- PASS: TestWaitNodeAttachment (0.41s) [2020-11-18T01:05:34.968Z] === RUN TestIsolationConversion [2020-11-18T01:05:34.968Z] === RUN TestIsolationConversion/default [2020-11-18T01:05:34.968Z] === RUN TestIsolationConversion/process [2020-11-18T01:05:34.968Z] === RUN TestIsolationConversion/hyperv [2020-11-18T01:05:34.968Z] --- PASS: TestIsolationConversion (0.00s) [2020-11-18T01:05:34.968Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-11-18T01:05:34.968Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-11-18T01:05:34.968Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-11-18T01:05:34.968Z] === RUN TestContainerLabels [2020-11-18T01:05:34.968Z] --- PASS: TestContainerLabels (0.00s) [2020-11-18T01:05:34.968Z] === RUN TestCredentialSpecConversion [2020-11-18T01:05:34.968Z] === RUN TestCredentialSpecConversion/none [2020-11-18T01:05:34.968Z] === RUN TestCredentialSpecConversion/config [2020-11-18T01:05:34.968Z] === RUN TestCredentialSpecConversion/file [2020-11-18T01:05:34.968Z] === RUN TestCredentialSpecConversion/registry [2020-11-18T01:05:34.968Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-11-18T01:05:34.968Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-11-18T01:05:34.968Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-11-18T01:05:34.968Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-11-18T01:05:34.968Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-11-18T01:05:34.968Z] === RUN TestControllerValidateMountBind [2020-11-18T01:05:34.968Z] --- PASS: TestControllerValidateMountBind (0.00s) [2020-11-18T01:05:34.968Z] === RUN TestControllerValidateMountVolume [2020-11-18T01:05:34.968Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-11-18T01:05:34.968Z] === RUN TestControllerValidateMountTarget [2020-11-18T01:05:34.968Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-11-18T01:05:34.968Z] === RUN TestControllerValidateMountTmpfs [2020-11-18T01:05:34.968Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-11-18T01:05:34.968Z] === RUN TestControllerValidateMountInvalidType [2020-11-18T01:05:34.968Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-11-18T01:05:34.968Z] === RUN TestControllerValidateMountNamedPipe [2020-11-18T01:05:34.968Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-11-18T01:05:34.968Z] PASS [2020-11-18T01:05:34.968Z] coverage: 11.3% of statements [2020-11-18T01:05:34.968Z] ok github.com/docker/docker/daemon/cluster/executor/container 2.125s coverage: 11.3% of statements [2020-11-18T01:05:34.968Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.52s) [2020-11-18T01:05:34.968Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-11-18T01:05:35.432Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2020-11-18T01:05:35.432Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-11-18T01:05:35.432Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-18T01:05:35.432Z] reload_test.go:520: root required [2020-11-18T01:05:35.432Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-11-18T01:05:35.432Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2020-11-18T01:05:35.432Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-11-18T01:05:35.432Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2020-11-18T01:05:35.432Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-11-18T01:05:35.432Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2020-11-18T01:05:35.432Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-11-18T01:05:35.432Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2020-11-18T01:05:35.432Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-11-18T01:05:35.432Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-11-18T01:05:35.432Z] === RUN TestParseVolumesFrom [2020-11-18T01:05:35.432Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-11-18T01:05:35.432Z] PASS [2020-11-18T01:05:35.432Z] coverage: 9.1% of statements [2020-11-18T01:05:35.432Z] ok github.com/docker/docker/daemon 3.555s coverage: 9.1% of statements [2020-11-18T01:05:35.432Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-18T01:05:35.432Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-18T01:05:35.848Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-11-18T01:05:35.895Z] === RUN TestEventsLog [2020-11-18T01:05:35.895Z] --- PASS: TestEventsLog (0.00s) [2020-11-18T01:05:35.895Z] === RUN TestEventsLogTimeout [2020-11-18T01:05:35.895Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-11-18T01:05:35.895Z] === RUN TestLogEvents [2020-11-18T01:05:35.895Z] --- PASS: TestLogEvents (0.06s) [2020-11-18T01:05:35.895Z] === RUN TestLoadBufferedEvents [2020-11-18T01:05:35.895Z] --- PASS: TestLoadBufferedEvents (0.13s) [2020-11-18T01:05:35.895Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-11-18T01:05:36.358Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-11-18T01:05:36.358Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-11-18T01:05:36.358Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-11-18T01:05:36.358Z] PASS [2020-11-18T01:05:36.358Z] coverage: 50.0% of statements [2020-11-18T01:05:36.358Z] ok github.com/docker/docker/daemon/events 0.409s coverage: 50.0% of statements [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-18T01:05:36.358Z] === RUN TestIsEmptyDir [2020-11-18T01:05:36.358Z] --- PASS: TestIsEmptyDir (0.01s) [2020-11-18T01:05:36.358Z] PASS [2020-11-18T01:05:36.358Z] coverage: 2.3% of statements [2020-11-18T01:05:36.358Z] ok github.com/docker/docker/daemon/graphdriver 0.221s coverage: 2.3% of statements [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-11-18T01:05:36.358Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-11-18T01:05:36.822Z] === RUN TestLinkNaming [2020-11-18T01:05:36.822Z] --- PASS: TestLinkNaming (0.00s) [2020-11-18T01:05:36.822Z] === RUN TestLinkNew [2020-11-18T01:05:36.822Z] --- PASS: TestLinkNew (0.00s) [2020-11-18T01:05:36.822Z] === RUN TestLinkEnv [2020-11-18T01:05:36.822Z] --- PASS: TestLinkEnv (0.00s) [2020-11-18T01:05:36.822Z] === RUN TestLinkMultipleEnv [2020-11-18T01:05:36.822Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-11-18T01:05:36.822Z] === RUN TestLinkPortRangeEnv [2020-11-18T01:05:36.822Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-11-18T01:05:36.822Z] PASS [2020-11-18T01:05:36.822Z] coverage: 93.0% of statements [2020-11-18T01:05:36.822Z] ok github.com/docker/docker/daemon/links 0.056s coverage: 93.0% of statements [2020-11-18T01:05:37.237Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-11-18T01:05:37.498Z] === RUN TestDockerSuite/TestBuildEnv [2020-11-18T01:05:38.887Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-11-18T01:05:39.749Z] === RUN TestNewStreamConfig [2020-11-18T01:05:39.749Z] === RUN TestNewStreamConfig/defaults [2020-11-18T01:05:39.749Z] === RUN TestNewStreamConfig/invalid_create_group [2020-11-18T01:05:39.749Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-11-18T01:05:39.749Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-11-18T01:05:39.749Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-11-18T01:05:39.749Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-11-18T01:05:39.749Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-11-18T01:05:39.749Z] --- PASS: TestNewStreamConfig (0.00s) [2020-11-18T01:05:39.749Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-11-18T01:05:39.749Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-11-18T01:05:39.749Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-11-18T01:05:39.749Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-11-18T01:05:39.749Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-11-18T01:05:39.749Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-11-18T01:05:39.749Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-11-18T01:05:39.749Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-11-18T01:05:39.749Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestNewAWSLogsClientRegionDetect [2020-11-18T01:05:39.749Z] time="2020-11-18T01:05:39Z" level=info msg="Trying to get region from EC2 Metadata" [2020-11-18T01:05:39.749Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s) [2020-11-18T01:05:39.749Z] === RUN TestCreateSuccess [2020-11-18T01:05:39.749Z] --- PASS: TestCreateSuccess (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestCreateLogGroupSuccess [2020-11-18T01:05:39.749Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestCreateError [2020-11-18T01:05:39.749Z] --- PASS: TestCreateError (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestCreateAlreadyExists [2020-11-18T01:05:39.749Z] time="2020-11-18T01:05:39Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-11-18T01:05:39.749Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestLogClosed [2020-11-18T01:05:39.749Z] --- PASS: TestLogClosed (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestLogBlocking [2020-11-18T01:05:39.749Z] --- PASS: TestLogBlocking (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestLogNonBlockingBufferEmpty [2020-11-18T01:05:39.749Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestLogNonBlockingBufferFull [2020-11-18T01:05:39.749Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestPublishBatchSuccess [2020-11-18T01:05:39.749Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestPublishBatchError [2020-11-18T01:05:39.749Z] time="2020-11-18T01:05:39Z" level=error msg=Error [2020-11-18T01:05:39.749Z] --- PASS: TestPublishBatchError (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-11-18T01:05:39.749Z] time="2020-11-18T01:05:39Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-18T01:05:39.749Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestPublishBatchAlreadyAccepted [2020-11-18T01:05:39.749Z] time="2020-11-18T01:05:39Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-18T01:05:39.749Z] time="2020-11-18T01:05:39Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-11-18T01:05:39.749Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestCollectBatchSimple [2020-11-18T01:05:39.749Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestCollectBatchTicker [2020-11-18T01:05:39.749Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestCollectBatchMultilinePattern [2020-11-18T01:05:39.749Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-11-18T01:05:39.749Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-11-18T01:05:39.749Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-11-18T01:05:39.749Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2020-11-18T01:05:39.749Z] === RUN TestCollectBatchClose [2020-11-18T01:05:39.749Z] --- PASS: TestCollectBatchClose (0.00s) [2020-11-18T01:05:39.749Z] === RUN TestEffectiveLen [2020-11-18T01:05:39.749Z] === RUN TestEffectiveLen/0/Hello [2020-11-18T01:05:39.749Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-11-18T01:05:39.749Z] === RUN TestEffectiveLen/2/🙃 [2020-11-18T01:05:39.749Z] === RUN TestEffectiveLen/3/���� [2020-11-18T01:05:39.749Z] === RUN TestEffectiveLen/4/He��o [2020-11-18T01:05:39.749Z] === RUN TestEffectiveLen/5/ [2020-11-18T01:05:39.749Z] --- PASS: TestEffectiveLen (0.00s) [2020-11-18T01:05:39.749Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-11-18T01:05:39.749Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-11-18T01:05:39.749Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-11-18T01:05:39.749Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestFindValidSplit [2020-11-18T01:05:39.750Z] === RUN TestFindValidSplit/0/ [2020-11-18T01:05:39.750Z] === RUN TestFindValidSplit/1/Hello [2020-11-18T01:05:39.750Z] === RUN TestFindValidSplit/2/Hello [2020-11-18T01:05:39.750Z] === RUN TestFindValidSplit/3/Hello [2020-11-18T01:05:39.750Z] === RUN TestFindValidSplit/4/🙃 [2020-11-18T01:05:39.750Z] === RUN TestFindValidSplit/5/🙃 [2020-11-18T01:05:39.750Z] === RUN TestFindValidSplit/6/a� [2020-11-18T01:05:39.750Z] === RUN TestFindValidSplit/7/a� [2020-11-18T01:05:39.750Z] --- PASS: TestFindValidSplit (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1044: [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1045: [2020-11-18T01:05:39.750Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1044: Hello [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1045: [2020-11-18T01:05:39.750Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1044: He [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1045: llo [2020-11-18T01:05:39.750Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1044: [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1045: Hello [2020-11-18T01:05:39.750Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1044: [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1045: 🙃 [2020-11-18T01:05:39.750Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1044: 🙃 [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1045: [2020-11-18T01:05:39.750Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1044: a [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1045: � [2020-11-18T01:05:39.750Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1044: a� [2020-11-18T01:05:39.750Z] cloudwatchlogs_test.go:1045: [2020-11-18T01:05:39.750Z] === RUN TestProcessEventEmoji [2020-11-18T01:05:39.750Z] --- PASS: TestProcessEventEmoji (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestCollectBatchLineSplit [2020-11-18T01:05:39.750Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestCollectBatchLineSplitWithBinary [2020-11-18T01:05:39.750Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestCollectBatchMaxEvents [2020-11-18T01:05:39.750Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2020-11-18T01:05:39.750Z] === RUN TestCollectBatchMaxTotalBytes [2020-11-18T01:05:39.750Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2020-11-18T01:05:39.750Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-11-18T01:05:39.750Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2020-11-18T01:05:39.750Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-11-18T01:05:39.750Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2020-11-18T01:05:39.750Z] === RUN TestParseLogOptionsMultilinePattern [2020-11-18T01:05:39.750Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestParseLogOptionsDatetimeFormat [2020-11-18T01:05:39.750Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-11-18T01:05:39.750Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-11-18T01:05:39.750Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-11-18T01:05:39.750Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-11-18T01:05:39.750Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-11-18T01:05:39.750Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-11-18T01:05:39.750Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-11-18T01:05:39.750Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-11-18T01:05:39.750Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-11-18T01:05:39.750Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-11-18T01:05:39.750Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-11-18T01:05:39.750Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-11-18T01:05:39.750Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-11-18T01:05:39.750Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-11-18T01:05:39.750Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-11-18T01:05:39.750Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-11-18T01:05:39.750Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-11-18T01:05:39.750Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-11-18T01:05:39.750Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-11-18T01:05:39.750Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestCreateTagSuccess [2020-11-18T01:05:39.750Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-11-18T01:05:39.750Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2020-11-18T01:05:39.750Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-11-18T01:05:39.750Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-11-18T01:05:39.750Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2020-11-18T01:05:39.750Z] PASS [2020-11-18T01:05:39.750Z] coverage: 77.4% of statements [2020-11-18T01:05:39.750Z] ok github.com/docker/docker/daemon/logger/awslogs 0.519s coverage: 77.4% of statements [2020-11-18T01:05:39.750Z] === RUN TestAdapterReadLogs [2020-11-18T01:05:39.750Z] --- PASS: TestAdapterReadLogs (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestCopier [2020-11-18T01:05:39.750Z] --- PASS: TestCopier (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestCopierLongLines [2020-11-18T01:05:39.750Z] --- PASS: TestCopierLongLines (0.00s) [2020-11-18T01:05:39.750Z] === RUN TestCopierSlow [2020-11-18T01:05:40.213Z] --- PASS: TestCopierSlow (0.31s) [2020-11-18T01:05:40.213Z] === RUN TestCopierWithSized [2020-11-18T01:05:40.213Z] --- PASS: TestCopierWithSized (0.00s) [2020-11-18T01:05:40.213Z] === RUN TestCopierWithPartial [2020-11-18T01:05:40.213Z] --- PASS: TestCopierWithPartial (0.01s) [2020-11-18T01:05:40.213Z] === RUN TestRingLogger [2020-11-18T01:05:40.213Z] --- PASS: TestRingLogger (0.00s) [2020-11-18T01:05:40.213Z] === RUN TestRingCap [2020-11-18T01:05:40.213Z] --- PASS: TestRingCap (0.00s) [2020-11-18T01:05:40.213Z] === RUN TestRingClose [2020-11-18T01:05:40.213Z] --- PASS: TestRingClose (0.00s) [2020-11-18T01:05:40.213Z] === RUN TestRingDrain [2020-11-18T01:05:40.213Z] --- PASS: TestRingDrain (0.00s) [2020-11-18T01:05:40.213Z] PASS [2020-11-18T01:05:40.213Z] coverage: 41.2% of statements [2020-11-18T01:05:40.213Z] ok github.com/docker/docker/daemon/logger 0.542s coverage: 41.2% of statements [2020-11-18T01:05:40.275Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-11-18T01:05:40.275Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-11-18T01:05:40.677Z] === RUN TestJSONFileLogger [2020-11-18T01:05:40.677Z] --- PASS: TestJSONFileLogger (0.00s) [2020-11-18T01:05:40.677Z] === RUN TestJSONFileLoggerWithTags [2020-11-18T01:05:40.677Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-11-18T01:05:40.677Z] === RUN TestJSONFileLoggerWithOpts [2020-11-18T01:05:40.677Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2020-11-18T01:05:40.677Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-11-18T01:05:40.677Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2020-11-18T01:05:40.677Z] === RUN TestEncodeDecode [2020-11-18T01:05:40.677Z] === PAUSE TestEncodeDecode [2020-11-18T01:05:40.677Z] === CONT TestEncodeDecode [2020-11-18T01:05:40.677Z] --- PASS: TestEncodeDecode (0.11s) [2020-11-18T01:05:40.677Z] PASS [2020-11-18T01:05:40.677Z] coverage: 61.6% of statements [2020-11-18T01:05:40.677Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.321s coverage: 61.6% of statements [2020-11-18T01:05:41.140Z] === RUN TestSearchRegistryForImagesErrors [2020-11-18T01:05:41.140Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-11-18T01:05:41.140Z] === RUN TestSearchRegistryForImages [2020-11-18T01:05:41.140Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-11-18T01:05:41.140Z] === RUN TestImageDelete [2020-11-18T01:05:41.140Z] === RUN TestImageDelete/no_lease [2020-11-18T01:05:41.140Z] === RUN TestImageDelete/lease_exists [2020-11-18T01:05:41.140Z] --- PASS: TestImageDelete (0.04s) [2020-11-18T01:05:41.140Z] --- PASS: TestImageDelete/no_lease (0.01s) [2020-11-18T01:05:41.140Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2020-11-18T01:05:41.140Z] === RUN TestContentStoreForPull [2020-11-18T01:05:41.140Z] --- PASS: TestContentStoreForPull (0.14s) [2020-11-18T01:05:41.140Z] PASS [2020-11-18T01:05:41.140Z] coverage: 6.5% of statements [2020-11-18T01:05:41.140Z] ok github.com/docker/docker/daemon/images 0.553s coverage: 6.5% of statements [2020-11-18T01:05:41.603Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-18T01:05:41.603Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-18T01:05:41.603Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-11-18T01:05:41.603Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-18T01:05:41.603Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-18T01:05:41.603Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-11-18T01:05:41.603Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-11-18T01:05:41.603Z] === RUN TestJSONLogsMarshalJSONBuf [2020-11-18T01:05:41.603Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-11-18T01:05:41.603Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-11-18T01:05:41.603Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2020-11-18T01:05:41.603Z] === RUN TestFastTimeMarshalJSON [2020-11-18T01:05:41.603Z] --- PASS: TestFastTimeMarshalJSON (0.03s) [2020-11-18T01:05:41.603Z] PASS [2020-11-18T01:05:41.603Z] coverage: 87.2% of statements [2020-11-18T01:05:41.603Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.204s coverage: 87.2% of statements [2020-11-18T01:05:41.662Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-11-18T01:05:43.800Z] === RUN TestWriteLog [2020-11-18T01:05:43.800Z] === PAUSE TestWriteLog [2020-11-18T01:05:43.800Z] === RUN TestReadLog [2020-11-18T01:05:43.800Z] === PAUSE TestReadLog [2020-11-18T01:05:43.800Z] === CONT TestWriteLog [2020-11-18T01:05:43.800Z] --- PASS: TestWriteLog (0.00s) [2020-11-18T01:05:43.800Z] === CONT TestReadLog [2020-11-18T01:05:43.800Z] === RUN TestReadLog/tail_exact [2020-11-18T01:05:43.800Z] === RUN TestReadLog/tail_less_than_available [2020-11-18T01:05:43.800Z] === RUN TestReadLog/tail_more_than_available [2020-11-18T01:05:43.800Z] --- PASS: TestReadLog (0.14s) [2020-11-18T01:05:43.800Z] --- PASS: TestReadLog/tail_exact (0.12s) [2020-11-18T01:05:43.800Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-11-18T01:05:43.800Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2020-11-18T01:05:43.800Z] PASS [2020-11-18T01:05:43.800Z] coverage: 75.2% of statements [2020-11-18T01:05:43.800Z] ok github.com/docker/docker/daemon/logger/local 0.651s coverage: 75.2% of statements [2020-11-18T01:05:43.800Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-18T01:05:43.800Z] === RUN TestOpenFileDelete [2020-11-18T01:05:43.800Z] --- PASS: TestOpenFileDelete (0.00s) [2020-11-18T01:05:43.800Z] === RUN TestOpenFileRename [2020-11-18T01:05:43.800Z] --- PASS: TestOpenFileRename (0.00s) [2020-11-18T01:05:43.800Z] === RUN TestParseLogTagDefaultTag [2020-11-18T01:05:43.800Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-11-18T01:05:44.263Z] === RUN TestParseLogTag [2020-11-18T01:05:44.263Z] --- PASS: TestParseLogTag (0.00s) [2020-11-18T01:05:44.263Z] === RUN TestParseLogTagEmptyTag [2020-11-18T01:05:44.263Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-11-18T01:05:44.263Z] === RUN TestTailFiles [2020-11-18T01:05:44.263Z] --- PASS: TestTailFiles (0.00s) [2020-11-18T01:05:44.263Z] === RUN TestFollowLogsConsumerGone [2020-11-18T01:05:44.263Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2020-11-18T01:05:44.263Z] === RUN TestFollowLogsProducerGone [2020-11-18T01:05:44.263Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2020-11-18T01:05:44.263Z] logfile_test.go:179: logDecode() closed after sending 1298 messages [2020-11-18T01:05:44.263Z] logfile_test.go:232: messages sent: 1298, received: 1298 [2020-11-18T01:05:44.263Z] === RUN TestCheckCapacityAndRotate [2020-11-18T01:05:44.263Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2020-11-18T01:05:44.263Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2020-11-18T01:05:44.263Z] --- PASS: TestCheckCapacityAndRotate (0.14s) [2020-11-18T01:05:44.264Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2020-11-18T01:05:44.264Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2020-11-18T01:05:44.264Z] PASS [2020-11-18T01:05:44.264Z] coverage: 55.3% of statements [2020-11-18T01:05:44.264Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.328s coverage: 55.3% of statements [2020-11-18T01:05:44.264Z] === RUN TestLog [2020-11-18T01:05:44.264Z] --- PASS: TestLog (0.01s) [2020-11-18T01:05:44.264Z] PASS [2020-11-18T01:05:44.264Z] coverage: 33.3% of statements [2020-11-18T01:05:44.264Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.192s coverage: 33.3% of statements [2020-11-18T01:05:44.727Z] === RUN TestValidateLogOpt [2020-11-18T01:05:44.727Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-18T01:05:44.727Z] === RUN TestNewMissedConfig [2020-11-18T01:05:44.727Z] --- PASS: TestNewMissedConfig (0.00s) [2020-11-18T01:05:44.727Z] === RUN TestNewMissedUrl [2020-11-18T01:05:44.727Z] --- PASS: TestNewMissedUrl (0.00s) [2020-11-18T01:05:44.727Z] === RUN TestNewMissedToken [2020-11-18T01:05:44.727Z] --- PASS: TestNewMissedToken (0.00s) [2020-11-18T01:05:44.727Z] === RUN TestNewWithProxy [2020-11-18T01:05:44.727Z] --- PASS: TestNewWithProxy (0.00s) [2020-11-18T01:05:44.727Z] === RUN TestDefault [2020-11-18T01:05:44.727Z] --- PASS: TestDefault (0.01s) [2020-11-18T01:05:44.727Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-11-18T01:05:44.727Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2020-11-18T01:05:44.727Z] === RUN TestJsonFormat [2020-11-18T01:05:44.727Z] --- PASS: TestJsonFormat (0.01s) [2020-11-18T01:05:44.727Z] === RUN TestRawFormat [2020-11-18T01:05:44.727Z] --- PASS: TestRawFormat (0.01s) [2020-11-18T01:05:44.727Z] === RUN TestRawFormatWithLabels [2020-11-18T01:05:44.727Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-11-18T01:05:44.727Z] === RUN TestRawFormatWithoutTag [2020-11-18T01:05:44.727Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2020-11-18T01:05:44.727Z] === RUN TestBatching [2020-11-18T01:05:44.727Z] --- PASS: TestBatching (0.27s) [2020-11-18T01:05:44.727Z] === RUN TestFrequency [2020-11-18T01:05:45.190Z] --- PASS: TestFrequency (0.18s) [2020-11-18T01:05:45.190Z] === RUN TestOneMessagePerRequest [2020-11-18T01:05:45.190Z] --- PASS: TestOneMessagePerRequest (0.00s) [2020-11-18T01:05:45.190Z] === RUN TestVerify [2020-11-18T01:05:45.190Z] --- PASS: TestVerify (0.00s) [2020-11-18T01:05:45.190Z] === RUN TestSkipVerify [2020-11-18T01:05:45.190Z] time="2020-11-18T01:05:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-18T01:05:45.190Z] time="2020-11-18T01:05:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-18T01:05:45.190Z] time="2020-11-18T01:05:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-18T01:05:45.190Z] === RUN TestNewParse [2020-11-18T01:05:45.190Z] --- PASS: TestNewParse (0.00s) [2020-11-18T01:05:45.190Z] PASS [2020-11-18T01:05:45.190Z] coverage: 8.3% of statements [2020-11-18T01:05:45.654Z] ok github.com/docker/docker/daemon/logger/templates 0.131s coverage: 8.3% of statements [2020-11-18T01:05:45.654Z] --- PASS: TestSkipVerify (0.53s) [2020-11-18T01:05:45.654Z] === RUN TestBufferMaximum [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605661545.282439\",\"host\":\"f61bf9c5c6fd\"}'" [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605661545.282439\",\"host\":\"f61bf9c5c6fd\"}'" [2020-11-18T01:05:45.654Z] --- PASS: TestBufferMaximum (0.00s) [2020-11-18T01:05:45.654Z] === RUN TestServerAlwaysDown [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605661545.285442\",\"host\":\"f61bf9c5c6fd\"}'" [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605661545.285442\",\"host\":\"f61bf9c5c6fd\"}'" [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605661545.285442\",\"host\":\"f61bf9c5c6fd\"}'" [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605661545.286435\",\"host\":\"f61bf9c5c6fd\"}'" [2020-11-18T01:05:45.654Z] time="2020-11-18T01:05:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605661545.286435\",\"host\":\"f61bf9c5c6fd\"}'" [2020-11-18T01:05:45.654Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-11-18T01:05:45.654Z] === RUN TestCannotSendAfterClose [2020-11-18T01:05:45.654Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-11-18T01:05:45.654Z] === RUN TestDeadlockOnBlockedEndpoint [2020-11-18T01:05:45.872Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-11-18T01:05:46.117Z] === RUN TestParseLogFormat [2020-11-18T01:05:46.117Z] --- PASS: TestParseLogFormat (0.00s) [2020-11-18T01:05:46.117Z] === RUN TestValidateLogOptEmpty [2020-11-18T01:05:46.117Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-11-18T01:05:46.117Z] === RUN TestValidateSyslogAddress [2020-11-18T01:05:46.117Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-11-18T01:05:46.117Z] === RUN TestParseAddressDefaultPort [2020-11-18T01:05:46.117Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-11-18T01:05:46.117Z] === RUN TestValidateSyslogFacility [2020-11-18T01:05:46.117Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-11-18T01:05:46.117Z] === RUN TestValidateLogOptSyslogFormat [2020-11-18T01:05:46.117Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-11-18T01:05:46.117Z] === RUN TestValidateLogOpt [2020-11-18T01:05:46.117Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-18T01:05:46.117Z] PASS [2020-11-18T01:05:46.117Z] coverage: 46.8% of statements [2020-11-18T01:05:46.117Z] ok github.com/docker/docker/daemon/logger/syslog 0.184s coverage: 46.8% of statements [2020-11-18T01:05:46.581Z] time="2020-11-18T01:05:46Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2020-11-18T01:05:46.581Z] time="2020-11-18T01:05:46Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"f61bf9c5c6fd\"}'" [2020-11-18T01:05:46.581Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2020-11-18T01:05:46.581Z] PASS [2020-11-18T01:05:46.581Z] coverage: 82.5% of statements [2020-11-18T01:05:46.581Z] ok github.com/docker/docker/daemon/logger/splunk 2.209s coverage: 82.5% of statements [2020-11-18T01:05:46.581Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-18T01:05:46.581Z] ? github.com/docker/docker/daemon/network [no test files] [2020-11-18T01:05:46.581Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-18T01:05:48.131Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-11-18T01:05:48.131Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-11-18T01:05:48.131Z] === RUN TestContinueOnError_MirrorEndpoint [2020-11-18T01:05:48.131Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-11-18T01:05:48.131Z] === RUN TestContinueOnError_NeverContinue [2020-11-18T01:05:48.131Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-11-18T01:05:48.131Z] === RUN TestContinueOnError_UnnestsErrors [2020-11-18T01:05:48.131Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-11-18T01:05:48.131Z] === RUN TestManifestStore [2020-11-18T01:05:48.131Z] === RUN TestManifestStore/no_remote_or_local [2020-11-18T01:05:48.131Z] time="2020-11-18T01:05:47Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local497967355\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2020-11-18T01:05:48.131Z] === RUN TestManifestStore/no_local_cache [2020-11-18T01:05:48.131Z] === RUN TestManifestStore/with_local_cache [2020-11-18T01:05:48.131Z] === RUN TestManifestStore/unknown_media_type [2020-11-18T01:05:48.131Z] === RUN TestManifestStore/unknown_media_type/no_cache [2020-11-18T01:05:48.131Z] time="2020-11-18T01:05:47Z" level=warning msg="reference for unknown type: " [2020-11-18T01:05:48.131Z] time="2020-11-18T01:05:48Z" level=warning msg="reference for unknown type: " [2020-11-18T01:05:48.131Z] === RUN TestManifestStore/unknown_media_type/with_cache [2020-11-18T01:05:48.131Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2020-11-18T01:05:48.131Z] time="2020-11-18T01:05:48Z" level=warning msg="reference for unknown type: " [2020-11-18T01:05:48.131Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2020-11-18T01:05:48.131Z] time="2020-11-18T01:05:48Z" level=warning msg="reference for unknown type: " [2020-11-18T01:05:48.131Z] === RUN TestV1IDService [2020-11-18T01:05:48.131Z] time="2020-11-18T01:05:48Z" level=warning msg="reference for unknown type: " [2020-11-18T01:05:48.131Z] === RUN TestManifestStore/error_persisting_manifest [2020-11-18T01:05:48.131Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2020-11-18T01:05:48.131Z] --- PASS: TestV1IDService (0.02s) [2020-11-18T01:05:48.131Z] === RUN TestV2MetadataService [2020-11-18T01:05:48.131Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2020-11-18T01:05:48.131Z] time="2020-11-18T01:05:48Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore (0.30s) [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore/no_remote_or_local (0.18s) [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore/no_local_cache (0.05s) [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2020-11-18T01:05:48.131Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2020-11-18T01:05:48.131Z] === RUN TestDetectManifestBlobMediaType [2020-11-18T01:05:48.131Z] === RUN TestDetectManifestBlobMediaType/schema1 [2020-11-18T01:05:48.131Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2020-11-18T01:05:48.131Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2020-11-18T01:05:48.131Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2020-11-18T01:05:48.131Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2020-11-18T01:05:48.131Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2020-11-18T01:05:48.131Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2020-11-18T01:05:48.131Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2020-11-18T01:05:48.131Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2020-11-18T01:05:48.131Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2020-11-18T01:05:48.131Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2020-11-18T01:05:48.131Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2020-11-18T01:05:48.131Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2020-11-18T01:05:48.131Z] === RUN TestFixManifestLayers [2020-11-18T01:05:48.131Z] --- PASS: TestFixManifestLayers (0.00s) [2020-11-18T01:05:48.131Z] === RUN TestFixManifestLayersBaseLayerParent [2020-11-18T01:05:48.131Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-18T01:05:48.131Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-18T01:05:48.131Z] === RUN TestFixManifestLayersBadParent [2020-11-18T01:05:48.131Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-11-18T01:05:48.131Z] === RUN TestValidateManifest [2020-11-18T01:05:48.131Z] --- SKIP: TestValidateManifest (0.00s) [2020-11-18T01:05:48.131Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-18T01:05:48.131Z] === RUN TestFormatPlatform [2020-11-18T01:05:48.131Z] --- PASS: TestFormatPlatform (0.00s) [2020-11-18T01:05:48.131Z] === RUN TestGetRepositoryMountCandidates [2020-11-18T01:05:48.131Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2020-11-18T01:05:48.131Z] === RUN TestLayerAlreadyExists [2020-11-18T01:05:48.131Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-11-18T01:05:48.131Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-18T01:05:48.131Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-18T01:05:48.131Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-18T01:05:48.131Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-18T01:05:48.131Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-18T01:05:48.131Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-18T01:05:48.131Z] === RUN TestWhenEmptyAuthConfig [2020-11-18T01:05:49.108Z] === RUN TestSuccessfulDownload [2020-11-18T01:05:49.108Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-11-18T01:05:49.108Z] download_test.go:268: Needs fixing on Windows [2020-11-18T01:05:49.108Z] === RUN TestCancelledDownload [2020-11-18T01:05:49.108Z] --- PASS: TestCancelledDownload (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestMaxDownloadAttempts [2020-11-18T01:05:49.108Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-18T01:05:49.108Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-18T01:05:49.108Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-18T01:05:49.108Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-18T01:05:49.108Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-18T01:05:49.108Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-18T01:05:49.108Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-18T01:05:49.108Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-18T01:05:49.108Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-18T01:05:49.108Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-18T01:05:49.108Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-18T01:05:49.108Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-18T01:05:49.108Z] === RUN TestNotFound [2020-11-18T01:05:49.108Z] --- PASS: TestNotFound (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestConflict [2020-11-18T01:05:49.108Z] --- PASS: TestConflict (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestForbidden [2020-11-18T01:05:49.108Z] --- PASS: TestForbidden (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestInvalidParameter [2020-11-18T01:05:49.108Z] --- PASS: TestInvalidParameter (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestNotImplemented [2020-11-18T01:05:49.108Z] --- PASS: TestNotImplemented (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestNotModified [2020-11-18T01:05:49.108Z] --- PASS: TestNotModified (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestUnauthorized [2020-11-18T01:05:49.108Z] --- PASS: TestUnauthorized (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestUnknown [2020-11-18T01:05:49.108Z] --- PASS: TestUnknown (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestCancelled [2020-11-18T01:05:49.108Z] --- PASS: TestCancelled (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestDeadline [2020-11-18T01:05:49.108Z] --- PASS: TestDeadline (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestDataLoss [2020-11-18T01:05:49.108Z] --- PASS: TestDataLoss (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestUnavailable [2020-11-18T01:05:49.108Z] --- PASS: TestUnavailable (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestSystem [2020-11-18T01:05:49.108Z] --- PASS: TestSystem (0.00s) [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Not_Found [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Bad_Request [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Conflict [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Unauthorized [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Service_Unavailable [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Forbidden [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Not_Modified [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Not_Implemented [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-11-18T01:05:49.108Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-11-18T01:05:49.108Z] PASS [2020-11-18T01:05:49.108Z] coverage: 49.4% of statements [2020-11-18T01:05:49.108Z] ok github.com/docker/docker/errdefs 0.145s coverage: 49.4% of statements [2020-11-18T01:05:49.108Z] time="2020-11-18T01:05:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-18T01:05:49.108Z] time="2020-11-18T01:05:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-18T01:05:49.108Z] time="2020-11-18T01:05:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-18T01:05:49.108Z] time="2020-11-18T01:05:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-18T01:05:49.108Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-11-18T01:05:49.108Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.37s) [2020-11-18T01:05:49.108Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.37s) [2020-11-18T01:05:49.108Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.37s) [2020-11-18T01:05:49.108Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.37s) [2020-11-18T01:05:49.108Z] === RUN TestTransfer [2020-11-18T01:05:49.178Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-11-18T01:05:49.571Z] --- PASS: TestV2MetadataService (1.04s) [2020-11-18T01:05:49.572Z] PASS [2020-11-18T01:05:49.572Z] coverage: 48.2% of statements [2020-11-18T01:05:49.572Z] ok github.com/docker/docker/distribution/metadata 1.489s coverage: 48.2% of statements [2020-11-18T01:05:49.572Z] --- PASS: TestTransfer (0.12s) [2020-11-18T01:05:49.572Z] === RUN TestConcurrencyLimit [2020-11-18T01:05:49.572Z] --- PASS: TestWhenEmptyAuthConfig (1.14s) [2020-11-18T01:05:49.572Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-11-18T01:05:49.572Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-11-18T01:05:49.572Z] === RUN TestTokenPassThru [2020-11-18T01:05:49.572Z] --- PASS: TestTokenPassThru (0.01s) [2020-11-18T01:05:49.572Z] === RUN TestTokenPassThruDifferentHost [2020-11-18T01:05:49.572Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2020-11-18T01:05:49.572Z] PASS [2020-11-18T01:05:49.572Z] coverage: 23.9% of statements [2020-11-18T01:05:49.572Z] ok github.com/docker/docker/distribution 1.692s coverage: 23.9% of statements [2020-11-18T01:05:49.572Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-18T01:05:50.035Z] --- PASS: TestConcurrencyLimit (0.41s) [2020-11-18T01:05:50.035Z] === RUN TestInactiveJobs [2020-11-18T01:05:50.498Z] --- PASS: TestInactiveJobs (0.52s) [2020-11-18T01:05:50.498Z] === RUN TestWatchRelease [2020-11-18T01:05:50.498Z] --- PASS: TestWatchRelease (0.04s) [2020-11-18T01:05:50.498Z] === RUN TestWatchFinishedTransfer [2020-11-18T01:05:50.498Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-11-18T01:05:50.498Z] === RUN TestDuplicateTransfer [2020-11-18T01:05:50.498Z] --- PASS: TestDuplicateTransfer (0.13s) [2020-11-18T01:05:50.498Z] === RUN TestSuccessfulUpload [2020-11-18T01:05:50.961Z] time="2020-11-18T01:05:50Z" level=error msg="Upload failed, retrying: simulating retry" [2020-11-18T01:05:50.961Z] --- PASS: TestSuccessfulUpload (0.63s) [2020-11-18T01:05:50.961Z] === RUN TestCancelledUpload [2020-11-18T01:05:50.961Z] --- PASS: TestCancelledUpload (0.00s) [2020-11-18T01:05:50.961Z] PASS [2020-11-18T01:05:50.961Z] coverage: 76.8% of statements [2020-11-18T01:05:50.961Z] ok github.com/docker/docker/distribution/xfer 2.352s coverage: 76.8% of statements [2020-11-18T01:05:51.425Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-18T01:05:51.425Z] === RUN TestFSGetInvalidData [2020-11-18T01:05:51.425Z] --- PASS: TestFSGetInvalidData (0.01s) [2020-11-18T01:05:51.425Z] === RUN TestFSInvalidSet [2020-11-18T01:05:51.425Z] --- PASS: TestFSInvalidSet (0.01s) [2020-11-18T01:05:51.425Z] === RUN TestFSInvalidRoot [2020-11-18T01:05:51.425Z] --- PASS: TestFSInvalidRoot (0.01s) [2020-11-18T01:05:51.425Z] === RUN TestFSMetadataGetSet [2020-11-18T01:05:51.888Z] === RUN TestCompare [2020-11-18T01:05:51.888Z] --- PASS: TestCompare (0.00s) [2020-11-18T01:05:51.888Z] PASS [2020-11-18T01:05:51.888Z] coverage: 19.2% of statements [2020-11-18T01:05:51.888Z] ok github.com/docker/docker/image/cache 0.237s coverage: 19.2% of statements [2020-11-18T01:05:51.888Z] --- PASS: TestFSMetadataGetSet (0.34s) [2020-11-18T01:05:51.888Z] === RUN TestFSInvalidWalker [2020-11-18T01:05:51.888Z] --- PASS: TestFSInvalidWalker (0.01s) [2020-11-18T01:05:51.888Z] === RUN TestFSGetSet [2020-11-18T01:05:51.888Z] === RUN TestMakeV1ConfigFromConfig [2020-11-18T01:05:51.888Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-11-18T01:05:51.888Z] PASS [2020-11-18T01:05:51.888Z] coverage: 25.0% of statements [2020-11-18T01:05:51.888Z] --- PASS: TestFSGetSet (0.03s) [2020-11-18T01:05:51.888Z] === RUN TestFSGetUnsetKey [2020-11-18T01:05:51.888Z] ok github.com/docker/docker/image/v1 0.371s coverage: 25.0% of statements [2020-11-18T01:05:51.888Z] --- PASS: TestFSGetUnsetKey (0.00s) [2020-11-18T01:05:51.888Z] === RUN TestFSGetEmptyData [2020-11-18T01:05:51.888Z] --- PASS: TestFSGetEmptyData (0.01s) [2020-11-18T01:05:51.888Z] === RUN TestFSDelete [2020-11-18T01:05:51.888Z] --- PASS: TestFSDelete (0.01s) [2020-11-18T01:05:51.888Z] === RUN TestFSWalker [2020-11-18T01:05:51.888Z] --- PASS: TestFSWalker (0.01s) [2020-11-18T01:05:51.888Z] === RUN TestFSWalkerStopOnError [2020-11-18T01:05:51.888Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2020-11-18T01:05:51.888Z] === RUN TestNewFromJSON [2020-11-18T01:05:51.888Z] --- PASS: TestNewFromJSON (0.00s) [2020-11-18T01:05:51.888Z] === RUN TestNewFromJSONWithInvalidJSON [2020-11-18T01:05:51.888Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-11-18T01:05:51.888Z] === RUN TestMarshalKeyOrder [2020-11-18T01:05:51.888Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-11-18T01:05:51.888Z] === RUN TestImage [2020-11-18T01:05:51.888Z] --- PASS: TestImage (0.00s) [2020-11-18T01:05:51.888Z] === RUN TestImageOSNotEmpty [2020-11-18T01:05:51.888Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-11-18T01:05:51.888Z] === RUN TestNewChildImageFromImageWithRootFS [2020-11-18T01:05:51.888Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-11-18T01:05:51.888Z] === RUN TestRestore [2020-11-18T01:05:51.888Z] time="2020-11-18T01:05:51Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-11-18T01:05:51.888Z] --- PASS: TestRestore (0.15s) [2020-11-18T01:05:51.888Z] === RUN TestAddDelete [2020-11-18T01:05:51.888Z] --- PASS: TestAddDelete (0.02s) [2020-11-18T01:05:51.888Z] === RUN TestSearchAfterDelete [2020-11-18T01:05:51.888Z] --- PASS: TestSearchAfterDelete (0.01s) [2020-11-18T01:05:51.888Z] === RUN TestParentReset [2020-11-18T01:05:52.351Z] --- PASS: TestParentReset (0.03s) [2020-11-18T01:05:52.351Z] === RUN TestGetAndSetLastUpdated [2020-11-18T01:05:52.351Z] --- PASS: TestGetAndSetLastUpdated (0.12s) [2020-11-18T01:05:52.351Z] === RUN TestStoreLen [2020-11-18T01:05:52.351Z] --- PASS: TestStoreLen (0.07s) [2020-11-18T01:05:52.351Z] PASS [2020-11-18T01:05:52.351Z] coverage: 86.4% of statements [2020-11-18T01:05:52.351Z] ok github.com/docker/docker/image 1.035s coverage: 86.4% of statements [2020-11-18T01:05:52.815Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-18T01:05:52.815Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-18T01:05:53.278Z] === RUN TestSerialization [2020-11-18T01:05:53.278Z] --- PASS: TestSerialization (0.02s) [2020-11-18T01:05:53.278Z] PASS [2020-11-18T01:05:53.278Z] coverage: 100.0% of statements [2020-11-18T01:05:53.278Z] ok github.com/docker/docker/libcontainerd/queue 0.070s coverage: 100.0% of statements [2020-11-18T01:05:55.473Z] === RUN TestEnvironmentParsing [2020-11-18T01:05:55.473Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-11-18T01:05:55.473Z] PASS [2020-11-18T01:05:55.473Z] coverage: 1.0% of statements [2020-11-18T01:05:55.473Z] ok github.com/docker/docker/libcontainerd/local 0.357s coverage: 1.0% of statements [2020-11-18T01:05:55.473Z] === RUN TestEmptyLayer [2020-11-18T01:05:55.473Z] --- PASS: TestEmptyLayer (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestCommitFailure [2020-11-18T01:05:55.473Z] === RUN TestAddressPoolOpt [2020-11-18T01:05:55.473Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/a [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/something [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/_=a [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/env1=value1 [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/_env1=value1 [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/env2=value2=value3 [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/env3=abc!qwe [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/env_4=value_4 [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/PATH [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/=a [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/PATH= [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/PATH=something [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/asd!qwe [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/1asd [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/123 [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/some_space [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/__some_space_before [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/some_space_after__ [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/= [2020-11-18T01:05:55.473Z] === RUN TestValidateEnv/PaTh [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/a (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/something (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/= (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestParseHost [2020-11-18T01:05:55.473Z] --- PASS: TestParseHost (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestParseDockerDaemonHost [2020-11-18T01:05:55.473Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestParseTCP [2020-11-18T01:05:55.473Z] --- PASS: TestParseTCP (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestParseInvalidUnixAddrInvalid [2020-11-18T01:05:55.473Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestValidateExtraHosts [2020-11-18T01:05:55.473Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestIpOptString [2020-11-18T01:05:55.473Z] --- PASS: TestIpOptString (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestNewIpOptInvalidDefaultVal [2020-11-18T01:05:55.473Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestNewIpOptValidDefaultVal [2020-11-18T01:05:55.473Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestIpOptSetInvalidVal [2020-11-18T01:05:55.473Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestValidateIPAddress [2020-11-18T01:05:55.473Z] --- PASS: TestValidateIPAddress (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestMapOpts [2020-11-18T01:05:55.473Z] --- PASS: TestMapOpts (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestListOptsWithoutValidator [2020-11-18T01:05:55.473Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestListOptsWithValidator [2020-11-18T01:05:55.473Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestValidateDNSSearch [2020-11-18T01:05:55.473Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_general_format [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_one_more [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-11-18T01:05:55.473Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-11-18T01:05:55.473Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestNamedListOpts [2020-11-18T01:05:55.473Z] --- PASS: TestNamedListOpts (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestNamedMapOpts [2020-11-18T01:05:55.473Z] --- PASS: TestNamedMapOpts (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestParseLink [2020-11-18T01:05:55.473Z] --- PASS: TestParseLink (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestQuotedStringSetWithQuotes [2020-11-18T01:05:55.473Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-11-18T01:05:55.473Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestQuotedStringSetWithNoQuotes [2020-11-18T01:05:55.473Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestUlimitOpt [2020-11-18T01:05:55.473Z] --- PASS: TestUlimitOpt (0.00s) [2020-11-18T01:05:55.473Z] PASS [2020-11-18T01:05:55.473Z] coverage: 67.1% of statements [2020-11-18T01:05:55.473Z] --- PASS: TestCommitFailure (0.11s) [2020-11-18T01:05:55.473Z] === RUN TestStartTransactionFailure [2020-11-18T01:05:55.473Z] ok github.com/docker/docker/opts 0.218s coverage: 67.1% of statements [2020-11-18T01:05:55.473Z] --- PASS: TestStartTransactionFailure (0.00s) [2020-11-18T01:05:55.473Z] === RUN TestGetOrphan [2020-11-18T01:05:55.473Z] --- PASS: TestGetOrphan (0.02s) [2020-11-18T01:05:55.473Z] === RUN TestMountAndRegister [2020-11-18T01:05:55.473Z] === RUN TestParseVersion [2020-11-18T01:05:55.473Z] --- PASS: TestParseVersion (0.00s) [2020-11-18T01:05:55.473Z] PASS [2020-11-18T01:05:55.473Z] coverage: 52.9% of statements [2020-11-18T01:05:55.473Z] ok github.com/docker/docker/pkg/aaparser 0.044s coverage: 52.9% of statements [2020-11-18T01:05:55.473Z] --- PASS: TestMountAndRegister (0.04s) [2020-11-18T01:05:55.473Z] layer_test.go:271: Layer size: 14 [2020-11-18T01:05:55.473Z] === RUN TestLayerRelease [2020-11-18T01:05:55.473Z] --- SKIP: TestLayerRelease (0.00s) [2020-11-18T01:05:55.473Z] layer_test.go:304: Failing on Windows [2020-11-18T01:05:55.474Z] === RUN TestStoreRestore [2020-11-18T01:05:55.474Z] --- SKIP: TestStoreRestore (0.00s) [2020-11-18T01:05:55.474Z] layer_test.go:353: Failing on Windows [2020-11-18T01:05:55.474Z] === RUN TestTarStreamStability [2020-11-18T01:05:55.474Z] --- SKIP: TestTarStreamStability (0.00s) [2020-11-18T01:05:55.474Z] layer_test.go:468: Failing on Windows [2020-11-18T01:05:55.474Z] === RUN TestRegisterExistingLayer [2020-11-18T01:05:55.474Z] --- PASS: TestRegisterExistingLayer (0.10s) [2020-11-18T01:05:55.474Z] === RUN TestTarStreamVerification [2020-11-18T01:05:55.474Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-11-18T01:05:55.474Z] layer_test.go:697: Failing on Windows [2020-11-18T01:05:55.474Z] === RUN TestLayerMigration [2020-11-18T01:05:55.474Z] --- SKIP: TestLayerMigration (0.00s) [2020-11-18T01:05:55.474Z] migration_test.go:46: Failing on Windows [2020-11-18T01:05:55.474Z] === RUN TestLayerMigrationNoTarsplit [2020-11-18T01:05:55.474Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-11-18T01:05:55.474Z] migration_test.go:182: Failing on Windows [2020-11-18T01:05:55.474Z] === RUN TestMountInit [2020-11-18T01:05:55.474Z] --- SKIP: TestMountInit (0.00s) [2020-11-18T01:05:55.474Z] mount_test.go:17: Failing on Windows [2020-11-18T01:05:55.474Z] === RUN TestMountSize [2020-11-18T01:05:55.474Z] --- SKIP: TestMountSize (0.00s) [2020-11-18T01:05:55.474Z] mount_test.go:76: Failing on Windows [2020-11-18T01:05:55.474Z] === RUN TestMountChanges [2020-11-18T01:05:55.474Z] --- SKIP: TestMountChanges (0.00s) [2020-11-18T01:05:55.474Z] mount_test.go:125: Failing on Windows [2020-11-18T01:05:55.474Z] === RUN TestMountApply [2020-11-18T01:05:55.474Z] --- SKIP: TestMountApply (0.00s) [2020-11-18T01:05:55.474Z] mount_test.go:212: Failing on Windows [2020-11-18T01:05:55.474Z] PASS [2020-11-18T01:05:55.474Z] coverage: 30.1% of statements [2020-11-18T01:05:55.474Z] ok github.com/docker/docker/layer 0.778s coverage: 30.1% of statements [2020-11-18T01:05:55.474Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-18T01:05:55.474Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-18T01:05:55.474Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-18T01:05:55.474Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-18T01:05:55.474Z] ? github.com/docker/docker/oci [no test files] [2020-11-18T01:05:55.474Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-18T01:05:56.451Z] === RUN TestUnbuffered [2020-11-18T01:05:56.451Z] --- PASS: TestUnbuffered (0.00s) [2020-11-18T01:05:56.451Z] === RUN TestRaceUnbuffered [2020-11-18T01:05:56.451Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-11-18T01:05:56.451Z] PASS [2020-11-18T01:05:56.451Z] coverage: 100.0% of statements [2020-11-18T01:05:56.451Z] ok github.com/docker/docker/pkg/broadcaster 0.339s coverage: 100.0% of statements [2020-11-18T01:05:57.427Z] === RUN TestPeerCertificateMarshalJSON [2020-11-18T01:05:57.427Z] === RUN TestMatch [2020-11-18T01:05:57.427Z] === RUN TestMatch/[[]] [2020-11-18T01:05:57.427Z] === RUN TestMatch/[[foo]] [2020-11-18T01:05:57.427Z] === RUN TestMatch/[[bar]_[foo]] [2020-11-18T01:05:57.427Z] === RUN TestMatch/[[foo_bar]] [2020-11-18T01:05:57.427Z] === RUN TestMatch/[[qux]_[foo]] [2020-11-18T01:05:57.427Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-11-18T01:05:57.427Z] === RUN TestMatch/[] [2020-11-18T01:05:57.427Z] === RUN TestMatch/[]#01 [2020-11-18T01:05:57.427Z] === RUN TestMatch/[[qux]] [2020-11-18T01:05:57.427Z] === RUN TestMatch/[[foo_bar_qux]] [2020-11-18T01:05:57.427Z] === RUN TestMatch/[[qux]_[baz]] [2020-11-18T01:05:57.427Z] === RUN TestMatch/[[foo_baz]] [2020-11-18T01:05:57.427Z] --- PASS: TestMatch (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[[]] (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[] (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-11-18T01:05:57.427Z] PASS [2020-11-18T01:05:57.427Z] coverage: 87.5% of statements [2020-11-18T01:05:57.427Z] ok github.com/docker/docker/pkg/capabilities 0.079s coverage: 87.5% of statements [2020-11-18T01:05:57.427Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-11-18T01:05:57.427Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-11-18T01:05:57.427Z] --- PASS: TestPeerCertificateMarshalJSON (0.25s) [2020-11-18T01:05:57.427Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2020-11-18T01:05:57.427Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-11-18T01:05:57.427Z] === RUN TestMiddleware [2020-11-18T01:05:57.427Z] --- PASS: TestMiddleware (0.00s) [2020-11-18T01:05:57.427Z] === RUN TestNewResponseModifier [2020-11-18T01:05:57.427Z] --- PASS: TestNewResponseModifier (0.00s) [2020-11-18T01:05:57.427Z] PASS [2020-11-18T01:05:57.427Z] coverage: 26.8% of statements [2020-11-18T01:05:57.427Z] ok github.com/docker/docker/pkg/authorization 0.346s coverage: 26.8% of statements [2020-11-18T01:05:58.403Z] === RUN TestIsArchivePathDir [2020-11-18T01:05:58.403Z] --- PASS: TestIsArchivePathDir (0.10s) [2020-11-18T01:05:58.403Z] === RUN TestIsArchivePathInvalidFile [2020-11-18T01:05:58.403Z] === RUN TestChrootTarUntar [2020-11-18T01:05:58.403Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-11-18T01:05:58.403Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:05:58.403Z] === RUN TestChrootUntarWithHugeExcludesList [2020-11-18T01:05:58.403Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-18T01:05:58.403Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:05:58.403Z] === RUN TestChrootUntarEmptyArchive [2020-11-18T01:05:58.403Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-11-18T01:05:58.867Z] === RUN TestChrootTarUntarWithSymlink [2020-11-18T01:05:58.867Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-11-18T01:05:58.867Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-18T01:05:58.867Z] === RUN TestChrootCopyWithTar [2020-11-18T01:05:58.867Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-11-18T01:05:58.867Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-18T01:05:58.867Z] === RUN TestChrootCopyFileWithTar [2020-11-18T01:05:58.867Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-11-18T01:05:58.867Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:05:58.867Z] === RUN TestChrootUntarPath [2020-11-18T01:05:58.867Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-11-18T01:05:58.867Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-18T01:05:58.867Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-11-18T01:05:58.867Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-18T01:05:58.867Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:05:58.867Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-11-18T01:05:58.867Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-18T01:05:58.867Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:05:58.867Z] === RUN TestChrootApplyDotDotFile [2020-11-18T01:05:58.867Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-11-18T01:05:58.867Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:05:58.867Z] PASS [2020-11-18T01:05:58.867Z] coverage: 15.4% of statements [2020-11-18T01:05:58.867Z] ok github.com/docker/docker/pkg/chrootarchive 0.237s coverage: 15.4% of statements [2020-11-18T01:05:58.867Z] === RUN TestSizeEmpty [2020-11-18T01:05:58.867Z] --- PASS: TestSizeEmpty (0.00s) [2020-11-18T01:05:58.867Z] === RUN TestSizeEmptyFile [2020-11-18T01:05:58.867Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-11-18T01:05:58.867Z] === RUN TestSizeNonemptyFile [2020-11-18T01:05:58.867Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-11-18T01:05:58.867Z] === RUN TestSizeNestedDirectoryEmpty [2020-11-18T01:05:58.867Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-11-18T01:05:58.867Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-11-18T01:05:58.867Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2020-11-18T01:05:58.867Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-11-18T01:05:58.867Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2020-11-18T01:05:58.867Z] === RUN TestMoveToSubdir [2020-11-18T01:05:58.867Z] --- PASS: TestMoveToSubdir (0.00s) [2020-11-18T01:05:58.867Z] === RUN TestSizeNonExistingDirectory [2020-11-18T01:05:58.867Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-11-18T01:05:58.867Z] PASS [2020-11-18T01:05:58.867Z] coverage: 80.0% of statements [2020-11-18T01:05:58.867Z] ok github.com/docker/docker/pkg/directory 0.151s coverage: 80.0% of statements [2020-11-18T01:05:58.867Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2020-11-18T01:05:58.867Z] === RUN TestIsArchivePathTar [2020-11-18T01:05:58.867Z] --- PASS: TestIsArchivePathTar (0.14s) [2020-11-18T01:05:58.867Z] === RUN TestDecompressStreamGzip [2020-11-18T01:05:58.867Z] --- PASS: TestDecompressStreamGzip (0.12s) [2020-11-18T01:05:58.867Z] === RUN TestDecompressStreamBzip2 [2020-11-18T01:05:59.185Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-11-18T01:05:59.331Z] --- PASS: TestDecompressStreamBzip2 (0.17s) [2020-11-18T01:05:59.331Z] === RUN TestDecompressStreamXz [2020-11-18T01:05:59.331Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-11-18T01:05:59.331Z] archive_test.go:133: Xz not present in msys2 [2020-11-18T01:05:59.331Z] === RUN TestCompressStreamXzUnsupported [2020-11-18T01:05:59.331Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-11-18T01:05:59.331Z] === RUN TestCompressStreamBzip2Unsupported [2020-11-18T01:05:59.331Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-11-18T01:05:59.331Z] === RUN TestCompressStreamInvalid [2020-11-18T01:05:59.331Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-11-18T01:05:59.331Z] === RUN TestExtensionInvalid [2020-11-18T01:05:59.331Z] --- PASS: TestExtensionInvalid (0.00s) [2020-11-18T01:05:59.331Z] === RUN TestExtensionUncompressed [2020-11-18T01:05:59.331Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-11-18T01:05:59.331Z] === RUN TestExtensionBzip2 [2020-11-18T01:05:59.331Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-11-18T01:05:59.331Z] === RUN TestExtensionGzip [2020-11-18T01:05:59.331Z] --- PASS: TestExtensionGzip (0.00s) [2020-11-18T01:05:59.331Z] === RUN TestExtensionXz [2020-11-18T01:05:59.331Z] --- PASS: TestExtensionXz (0.00s) [2020-11-18T01:05:59.331Z] === RUN TestCmdStreamLargeStderr [2020-11-18T01:05:59.331Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2020-11-18T01:05:59.331Z] === RUN TestCmdStreamBad [2020-11-18T01:05:59.331Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-11-18T01:05:59.331Z] archive_test.go:238: Failing on Windows CI machines [2020-11-18T01:05:59.331Z] === RUN TestCmdStreamGood [2020-11-18T01:05:59.331Z] === RUN Test [2020-11-18T01:05:59.331Z] === RUN Test/TestContainsEntry [2020-11-18T01:05:59.331Z] === RUN Test/TestCreateEntries [2020-11-18T01:05:59.331Z] === RUN Test/TestEntriesDiff [2020-11-18T01:05:59.331Z] === RUN Test/TestEntriesEquality [2020-11-18T01:05:59.331Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-11-18T01:05:59.331Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-11-18T01:05:59.331Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-11-18T01:05:59.331Z] === RUN Test/TestGeneratorNotGenerate [2020-11-18T01:05:59.331Z] === RUN Test/TestGeneratorWithPort [2020-11-18T01:05:59.331Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-11-18T01:05:59.331Z] === RUN Test/TestNewEntry [2020-11-18T01:05:59.331Z] === RUN Test/TestParse [2020-11-18T01:05:59.331Z] --- PASS: Test (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestNewEntry (0.00s) [2020-11-18T01:05:59.331Z] --- PASS: Test/TestParse (0.00s) [2020-11-18T01:05:59.331Z] PASS [2020-11-18T01:05:59.331Z] coverage: 58.3% of statements [2020-11-18T01:05:59.331Z] ok github.com/docker/docker/pkg/discovery 0.077s coverage: 58.3% of statements [2020-11-18T01:05:59.331Z] --- PASS: TestCmdStreamGood (0.08s) [2020-11-18T01:05:59.331Z] === RUN TestUntarPathWithInvalidDest [2020-11-18T01:05:59.331Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2020-11-18T01:05:59.331Z] === RUN TestUntarPathWithInvalidSrc [2020-11-18T01:05:59.331Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-11-18T01:05:59.331Z] === RUN TestUntarPath [2020-11-18T01:05:59.331Z] --- PASS: TestUntarPath (0.09s) [2020-11-18T01:05:59.331Z] === RUN TestUntarPathWithDestinationFile [2020-11-18T01:05:59.331Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2020-11-18T01:05:59.331Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-11-18T01:05:59.760Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-11-18T01:05:59.794Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2020-11-18T01:05:59.794Z] === RUN TestCopyWithTarInvalidSrc [2020-11-18T01:05:59.794Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-11-18T01:05:59.794Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-11-18T01:05:59.794Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-11-18T01:05:59.794Z] === RUN TestCopyWithTarSrcFile [2020-11-18T01:05:59.794Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2020-11-18T01:05:59.794Z] === RUN TestCopyWithTarSrcFolder [2020-11-18T01:05:59.794Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2020-11-18T01:05:59.794Z] === RUN TestCopyFileWithTarInvalidSrc [2020-11-18T01:05:59.794Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.01s) [2020-11-18T01:05:59.794Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-11-18T01:05:59.794Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.09s) [2020-11-18T01:05:59.794Z] === RUN TestCopyFileWithTarSrcFolder [2020-11-18T01:05:59.794Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-11-18T01:05:59.794Z] === RUN TestCopyFileWithTarSrcFile [2020-11-18T01:05:59.794Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2020-11-18T01:05:59.794Z] === RUN TestTarFiles [2020-11-18T01:05:59.794Z] === RUN Test [2020-11-18T01:05:59.794Z] === RUN Test/TestContent [2020-11-18T01:05:59.794Z] === RUN Test/TestInitialize [2020-11-18T01:05:59.794Z] === RUN Test/TestNew [2020-11-18T01:05:59.794Z] === RUN Test/TestParsingContentsWithComments [2020-11-18T01:05:59.794Z] === RUN Test/TestRegister [2020-11-18T01:05:59.794Z] === RUN Test/TestWatch [2020-11-18T01:05:59.794Z] --- PASS: Test (0.01s) [2020-11-18T01:05:59.794Z] --- PASS: Test/TestContent (0.00s) [2020-11-18T01:05:59.794Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-18T01:05:59.794Z] --- PASS: Test/TestNew (0.00s) [2020-11-18T01:05:59.794Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-11-18T01:05:59.794Z] --- PASS: Test/TestRegister (0.00s) [2020-11-18T01:05:59.794Z] --- PASS: Test/TestWatch (0.01s) [2020-11-18T01:05:59.794Z] PASS [2020-11-18T01:05:59.794Z] coverage: 92.9% of statements [2020-11-18T01:05:59.794Z] ok github.com/docker/docker/pkg/discovery/file 0.114s coverage: 92.9% of statements [2020-11-18T01:06:00.770Z] === RUN Test [2020-11-18T01:06:00.770Z] === RUN Test/TestWatch [2020-11-18T01:06:00.770Z] --- PASS: Test (0.00s) [2020-11-18T01:06:00.770Z] --- PASS: Test/TestWatch (0.00s) [2020-11-18T01:06:00.770Z] PASS [2020-11-18T01:06:00.770Z] coverage: 92.3% of statements [2020-11-18T01:06:00.770Z] ok github.com/docker/docker/pkg/discovery/memory 0.097s coverage: 92.3% of statements [2020-11-18T01:06:01.234Z] === RUN Test [2020-11-18T01:06:01.234Z] === RUN Test/TestInitialize [2020-11-18T01:06:01.234Z] time="2020-11-18T01:06:00Z" level=info msg="Initializing discovery without TLS" [2020-11-18T01:06:01.234Z] time="2020-11-18T01:06:00Z" level=info msg="Initializing discovery without TLS" [2020-11-18T01:06:01.234Z] time="2020-11-18T01:06:00Z" level=info msg="Initializing discovery without TLS" [2020-11-18T01:06:01.234Z] === RUN Test/TestInitializeWithCerts [2020-11-18T01:06:01.234Z] time="2020-11-18T01:06:00Z" level=info msg="Initializing discovery with TLS" [2020-11-18T01:06:01.234Z] === RUN Test/TestWatch [2020-11-18T01:06:01.234Z] time="2020-11-18T01:06:00Z" level=info msg="Initializing discovery without TLS" [2020-11-18T01:06:01.234Z] === RUN Test [2020-11-18T01:06:01.234Z] === RUN Test/TestInitialize [2020-11-18T01:06:01.234Z] === RUN Test/TestInitializeWithPattern [2020-11-18T01:06:01.234Z] === RUN Test/TestRegister [2020-11-18T01:06:01.234Z] === RUN Test/TestWatch [2020-11-18T01:06:01.234Z] --- PASS: Test (0.00s) [2020-11-18T01:06:01.234Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-18T01:06:01.234Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-11-18T01:06:01.234Z] --- PASS: Test/TestRegister (0.00s) [2020-11-18T01:06:01.234Z] --- PASS: Test/TestWatch (0.00s) [2020-11-18T01:06:01.234Z] PASS [2020-11-18T01:06:01.234Z] coverage: 93.8% of statements [2020-11-18T01:06:01.234Z] ok github.com/docker/docker/pkg/discovery/nodes 0.054s coverage: 93.8% of statements [2020-11-18T01:06:02.210Z] === RUN TestPollerAddRemove [2020-11-18T01:06:02.210Z] --- PASS: TestPollerAddRemove (0.00s) [2020-11-18T01:06:02.210Z] === RUN TestPollerEvent [2020-11-18T01:06:02.210Z] --- SKIP: TestPollerEvent (0.00s) [2020-11-18T01:06:02.210Z] poller_test.go:41: No chmod on Windows [2020-11-18T01:06:02.210Z] === RUN TestPollerClose [2020-11-18T01:06:02.210Z] --- PASS: TestPollerClose (0.00s) [2020-11-18T01:06:02.210Z] PASS [2020-11-18T01:06:02.210Z] coverage: 36.2% of statements [2020-11-18T01:06:02.210Z] ok github.com/docker/docker/pkg/filenotify 0.123s coverage: 36.2% of statements [2020-11-18T01:06:02.677Z] === RUN TestCopyFileWithInvalidSrc [2020-11-18T01:06:02.677Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-11-18T01:06:02.677Z] === RUN TestCopyFileWithInvalidDest [2020-11-18T01:06:02.677Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2020-11-18T01:06:02.677Z] === RUN TestCopyFileWithSameSrcAndDest [2020-11-18T01:06:02.677Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2020-11-18T01:06:02.677Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-11-18T01:06:02.677Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestCopyFile [2020-11-18T01:06:03.140Z] --- PASS: TestCopyFile (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-11-18T01:06:03.140Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-18T01:06:03.140Z] fileutils_test.go:134: Needs porting to Windows [2020-11-18T01:06:03.140Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-11-18T01:06:03.140Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestReadSymlinkedDirectoryToFile [2020-11-18T01:06:03.140Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-18T01:06:03.140Z] fileutils_test.go:180: Needs porting to Windows [2020-11-18T01:06:03.140Z] === RUN TestWildcardMatches [2020-11-18T01:06:03.140Z] --- PASS: TestWildcardMatches (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestPatternMatches [2020-11-18T01:06:03.140Z] --- PASS: TestPatternMatches (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-11-18T01:06:03.140Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestPatternMatchesFolderExclusions [2020-11-18T01:06:03.140Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-11-18T01:06:03.140Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-11-18T01:06:03.140Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-11-18T01:06:03.140Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-11-18T01:06:03.140Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestSingleExclamationError [2020-11-18T01:06:03.140Z] --- PASS: TestSingleExclamationError (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestMatchesWithNoPatterns [2020-11-18T01:06:03.140Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestMatchesWithMalformedPatterns [2020-11-18T01:06:03.140Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestMatches [2020-11-18T01:06:03.140Z] --- PASS: TestMatches (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestCleanPatterns [2020-11-18T01:06:03.140Z] --- PASS: TestCleanPatterns (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-11-18T01:06:03.140Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestCleanPatternsExceptionFlag [2020-11-18T01:06:03.140Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-11-18T01:06:03.140Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-11-18T01:06:03.140Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestCleanPatternsErrorSingleException [2020-11-18T01:06:03.140Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestCreateIfNotExistsDir [2020-11-18T01:06:03.140Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestCreateIfNotExistsFile [2020-11-18T01:06:03.140Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2020-11-18T01:06:03.140Z] === RUN TestMatch [2020-11-18T01:06:03.140Z] --- PASS: TestMatch (0.00s) [2020-11-18T01:06:03.140Z] PASS [2020-11-18T01:06:03.140Z] coverage: 87.7% of statements [2020-11-18T01:06:03.140Z] ok github.com/docker/docker/pkg/fileutils 0.225s coverage: 87.7% of statements [2020-11-18T01:06:03.140Z] === RUN TestGet [2020-11-18T01:06:03.140Z] --- PASS: TestGet (0.00s) [2020-11-18T01:06:03.140Z] === RUN TestGetShortcutString [2020-11-18T01:06:03.140Z] --- PASS: TestGetShortcutString (0.00s) [2020-11-18T01:06:03.140Z] PASS [2020-11-18T01:06:03.140Z] coverage: 42.9% of statements [2020-11-18T01:06:03.140Z] ok github.com/docker/docker/pkg/homedir 0.056s coverage: 42.9% of statements [2020-11-18T01:06:04.117Z] --- PASS: Test (3.13s) [2020-11-18T01:06:04.117Z] --- PASS: Test/TestInitialize (0.12s) [2020-11-18T01:06:04.117Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2020-11-18T01:06:04.117Z] --- PASS: Test/TestWatch (3.01s) [2020-11-18T01:06:04.117Z] PASS [2020-11-18T01:06:04.117Z] coverage: 84.1% of statements [2020-11-18T01:06:04.117Z] ok github.com/docker/docker/pkg/discovery/kv 3.330s coverage: 84.1% of statements [2020-11-18T01:06:04.117Z] === RUN TestCreateIDMapOrder [2020-11-18T01:06:04.117Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-11-18T01:06:04.117Z] PASS [2020-11-18T01:06:04.117Z] coverage: 7.3% of statements [2020-11-18T01:06:04.117Z] ok github.com/docker/docker/pkg/idtools 0.064s coverage: 7.3% of statements [2020-11-18T01:06:04.580Z] --- PASS: TestTarFiles (4.69s) [2020-11-18T01:06:04.580Z] === RUN TestTarUntar [2020-11-18T01:06:04.580Z] --- PASS: TestTarUntar (0.02s) [2020-11-18T01:06:04.580Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-11-18T01:06:04.580Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2020-11-18T01:06:04.580Z] === RUN TestTarWithOptions [2020-11-18T01:06:04.580Z] --- PASS: TestTarWithOptions (0.02s) [2020-11-18T01:06:04.580Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-11-18T01:06:04.580Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-11-18T01:06:04.580Z] === RUN TestUntarUstarGnuConflict [2020-11-18T01:06:04.580Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2020-11-18T01:06:04.580Z] === RUN TestUntarInvalidFilenames [2020-11-18T01:06:04.580Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames488205946\\dest" [2020-11-18T01:06:04.580Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2020-11-18T01:06:04.580Z] === RUN TestUntarHardlinkToSymlink [2020-11-18T01:06:04.580Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2020-11-18T01:06:04.580Z] === RUN TestUntarInvalidHardlink [2020-11-18T01:06:04.580Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink256209387\\victim\\hello" -> "../victim/hello" [2020-11-18T01:06:04.580Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink209179214\\victim\\hello" -> "/../victim/hello" [2020-11-18T01:06:04.580Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink010369365\\victim" -> "../victim" [2020-11-18T01:06:04.580Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink902585520\\victim" -> "../victim" [2020-11-18T01:06:04.580Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink119943247\\victim" -> "../victim" [2020-11-18T01:06:04.580Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink495864162\\victim" -> "../victim" [2020-11-18T01:06:04.580Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2020-11-18T01:06:04.580Z] === RUN TestUntarInvalidSymlink [2020-11-18T01:06:04.580Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink766517593\\dest\\dotdot" -> "../victim/hello" [2020-11-18T01:06:04.580Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink164173540\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-18T01:06:04.580Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink220898035\\dest\\loophole-victim" -> "../victim" [2020-11-18T01:06:04.580Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink834403254\\dest\\loophole-victim" -> "../victim" [2020-11-18T01:06:04.580Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink414958493\\dest\\loophole-victim" -> "../victim" [2020-11-18T01:06:04.580Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink748856920\\dest\\loophole-victim" -> "../victim" [2020-11-18T01:06:04.580Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink209555415\\dest\\dir\\loophole" -> "../../victim" [2020-11-18T01:06:04.580Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2020-11-18T01:06:04.580Z] === RUN TestTempArchiveCloseMultipleTimes [2020-11-18T01:06:04.580Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-11-18T01:06:04.580Z] === RUN TestReplaceFileTarWrapper [2020-11-18T01:06:04.580Z] --- PASS: TestReplaceFileTarWrapper (0.18s) [2020-11-18T01:06:04.580Z] === RUN TestPrefixHeaderReadable [2020-11-18T01:06:04.580Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2020-11-18T01:06:04.580Z] === RUN TestDisablePigz [2020-11-18T01:06:05.044Z] --- PASS: TestDisablePigz (0.17s) [2020-11-18T01:06:05.044Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-11-18T01:06:05.044Z] === RUN TestPigz [2020-11-18T01:06:05.044Z] === RUN TestFixedBufferCap [2020-11-18T01:06:05.044Z] --- PASS: TestFixedBufferCap (0.00s) [2020-11-18T01:06:05.044Z] === RUN TestFixedBufferLen [2020-11-18T01:06:05.044Z] --- PASS: TestFixedBufferLen (0.00s) [2020-11-18T01:06:05.044Z] === RUN TestFixedBufferString [2020-11-18T01:06:05.044Z] --- PASS: TestFixedBufferString (0.00s) [2020-11-18T01:06:05.044Z] === RUN TestFixedBufferWrite [2020-11-18T01:06:05.044Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-11-18T01:06:05.044Z] === RUN TestFixedBufferRead [2020-11-18T01:06:05.044Z] --- PASS: TestFixedBufferRead (0.00s) [2020-11-18T01:06:05.044Z] === RUN TestBytesPipeRead [2020-11-18T01:06:05.044Z] --- PASS: TestBytesPipeRead (0.00s) [2020-11-18T01:06:05.044Z] === RUN TestBytesPipeWrite [2020-11-18T01:06:05.044Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-11-18T01:06:05.044Z] === RUN TestBytesPipeWriteRandomChunks [2020-11-18T01:06:05.044Z] --- PASS: TestPigz (0.10s) [2020-11-18T01:06:05.044Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-11-18T01:06:05.044Z] === RUN TestCopyFileWithInvalidDest [2020-11-18T01:06:05.044Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-11-18T01:06:05.044Z] archive_windows_test.go:16: Currently fails [2020-11-18T01:06:05.044Z] === RUN TestCanonicalTarNameForPath [2020-11-18T01:06:05.044Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-11-18T01:06:05.044Z] === RUN TestCanonicalTarName [2020-11-18T01:06:05.044Z] --- PASS: TestCanonicalTarName (0.00s) [2020-11-18T01:06:05.044Z] === RUN TestChmodTarEntry [2020-11-18T01:06:05.044Z] --- PASS: TestChmodTarEntry (0.00s) [2020-11-18T01:06:05.044Z] === RUN TestHardLinkOrder [2020-11-18T01:06:05.044Z] --- PASS: TestHardLinkOrder (0.10s) [2020-11-18T01:06:05.044Z] === RUN TestChangeString [2020-11-18T01:06:05.044Z] --- PASS: TestChangeString (0.00s) [2020-11-18T01:06:05.044Z] === RUN TestChangesWithNoChanges [2020-11-18T01:06:05.044Z] --- PASS: TestChangesWithNoChanges (0.02s) [2020-11-18T01:06:05.044Z] === RUN TestChangesWithChanges [2020-11-18T01:06:05.507Z] --- PASS: TestChangesWithChanges (0.10s) [2020-11-18T01:06:05.507Z] === RUN TestChangesWithChangesGH13590 [2020-11-18T01:06:05.507Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-11-18T01:06:05.507Z] changes_test.go:192: needs more investigation [2020-11-18T01:06:05.507Z] === RUN TestChangesDirsEmpty [2020-11-18T01:06:05.507Z] --- PASS: TestChangesDirsEmpty (0.10s) [2020-11-18T01:06:05.507Z] === RUN TestChangesDirsMutated [2020-11-18T01:06:05.507Z] === RUN TestStandardLongPath [2020-11-18T01:06:05.507Z] --- PASS: TestStandardLongPath (0.00s) [2020-11-18T01:06:05.507Z] === RUN TestUNCLongPath [2020-11-18T01:06:05.508Z] --- PASS: TestUNCLongPath (0.00s) [2020-11-18T01:06:05.508Z] PASS [2020-11-18T01:06:05.508Z] coverage: 100.0% of statements [2020-11-18T01:06:05.508Z] ok github.com/docker/docker/pkg/longpath 0.061s coverage: 100.0% of statements [2020-11-18T01:06:05.508Z] --- PASS: TestBytesPipeWriteRandomChunks (0.46s) [2020-11-18T01:06:05.508Z] === RUN TestAtomicWriteToFile [2020-11-18T01:06:05.508Z] --- PASS: TestChangesDirsMutated (0.14s) [2020-11-18T01:06:05.508Z] === RUN TestApplyLayer [2020-11-18T01:06:05.508Z] --- SKIP: TestApplyLayer (0.00s) [2020-11-18T01:06:05.508Z] changes_test.go:405: needs further investigation [2020-11-18T01:06:05.508Z] === RUN TestChangesSizeWithHardlinks [2020-11-18T01:06:05.508Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-11-18T01:06:05.508Z] changes_test.go:441: needs further investigation [2020-11-18T01:06:05.508Z] === RUN TestChangesSizeWithNoChanges [2020-11-18T01:06:05.508Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-11-18T01:06:05.508Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestChangesSize [2020-11-18T01:06:05.508Z] --- PASS: TestChangesSize (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestApplyLayerInvalidFilenames [2020-11-18T01:06:05.508Z] --- PASS: TestAtomicWriteToFile (0.02s) [2020-11-18T01:06:05.508Z] === RUN TestAtomicWriteSetCommit [2020-11-18T01:06:05.508Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames754171915\\dest" [2020-11-18T01:06:05.508Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2020-11-18T01:06:05.508Z] === RUN TestAtomicWriteSetCancel [2020-11-18T01:06:05.508Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2020-11-18T01:06:05.508Z] === RUN TestApplyLayerInvalidHardlink [2020-11-18T01:06:05.508Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink761543285\\victim\\hello" -> "../victim/hello" [2020-11-18T01:06:05.508Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2020-11-18T01:06:05.508Z] === RUN TestReadCloserWrapperClose [2020-11-18T01:06:05.508Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestReaderErrWrapperReadOnError [2020-11-18T01:06:05.508Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestReaderErrWrapperRead [2020-11-18T01:06:05.508Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestHashData [2020-11-18T01:06:05.508Z] --- PASS: TestHashData (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestCancelReadCloser [2020-11-18T01:06:05.508Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink001096528\\victim\\hello" -> "/../victim/hello" [2020-11-18T01:06:05.508Z] === RUN TestError [2020-11-18T01:06:05.508Z] --- PASS: TestError (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestProgressString [2020-11-18T01:06:05.508Z] === RUN TestProgressString/no_progress [2020-11-18T01:06:05.508Z] === RUN TestProgressString/progress_1 [2020-11-18T01:06:05.508Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-11-18T01:06:05.508Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-11-18T01:06:05.508Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-11-18T01:06:05.508Z] === RUN TestProgressString/with_units [2020-11-18T01:06:05.508Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-11-18T01:06:05.508Z] === RUN TestProgressString/hide_counts [2020-11-18T01:06:05.508Z] --- PASS: TestProgressString (0.00s) [2020-11-18T01:06:05.508Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-11-18T01:06:05.508Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-11-18T01:06:05.508Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-11-18T01:06:05.508Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-11-18T01:06:05.508Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-11-18T01:06:05.508Z] --- PASS: TestProgressString/with_units (0.00s) [2020-11-18T01:06:05.508Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-11-18T01:06:05.508Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestJSONMessageDisplay [2020-11-18T01:06:05.508Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink225106543\\victim" -> "../victim" [2020-11-18T01:06:05.508Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink535488258\\victim" -> "../victim" [2020-11-18T01:06:05.508Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink252147321\\victim" -> "../victim" [2020-11-18T01:06:05.508Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink163727236\\victim" -> "../victim" [2020-11-18T01:06:05.508Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2020-11-18T01:06:05.508Z] === RUN TestApplyLayerInvalidSymlink [2020-11-18T01:06:05.508Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink574609171\\dest\\dotdot" -> "../victim/hello" [2020-11-18T01:06:05.508Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink990683990\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-18T01:06:05.508Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink322832061\\dest\\loophole-victim" -> "../victim" [2020-11-18T01:06:05.508Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink511968504\\dest\\loophole-victim" -> "../victim" [2020-11-18T01:06:05.508Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink120990199\\dest\\loophole-victim" -> "../victim" [2020-11-18T01:06:05.508Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink416919786\\dest\\loophole-victim" -> "../victim" [2020-11-18T01:06:05.508Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2020-11-18T01:06:05.508Z] === RUN TestApplyLayerWhiteouts [2020-11-18T01:06:05.508Z] --- PASS: TestCancelReadCloser (0.10s) [2020-11-18T01:06:05.508Z] === RUN TestWriteCloserWrapperClose [2020-11-18T01:06:05.508Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestNopWriteCloser [2020-11-18T01:06:05.508Z] --- PASS: TestNopWriteCloser (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestNopWriter [2020-11-18T01:06:05.508Z] --- PASS: TestNopWriter (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestWriteCounter [2020-11-18T01:06:05.508Z] --- PASS: TestWriteCounter (0.00s) [2020-11-18T01:06:05.508Z] PASS [2020-11-18T01:06:05.508Z] coverage: 69.2% of statements [2020-11-18T01:06:05.508Z] --- PASS: TestApplyLayerWhiteouts (0.04s) [2020-11-18T01:06:05.508Z] === RUN TestGenerateEmptyFile [2020-11-18T01:06:05.508Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestGenerateWithContent [2020-11-18T01:06:05.508Z] --- PASS: TestGenerateWithContent (0.00s) [2020-11-18T01:06:05.508Z] PASS [2020-11-18T01:06:05.508Z] coverage: 62.7% of statements [2020-11-18T01:06:05.508Z] ok github.com/docker/docker/pkg/ioutils 0.671s coverage: 69.2% of statements [2020-11-18T01:06:05.508Z] ok github.com/docker/docker/pkg/archive 7.281s coverage: 62.7% of statements [2020-11-18T01:06:05.508Z] --- PASS: TestJSONMessageDisplay (0.12s) [2020-11-18T01:06:05.508Z] === RUN TestJSONMessageDisplayWithJSONError [2020-11-18T01:06:05.508Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-11-18T01:06:05.508Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-11-18T01:06:05.508Z] === RUN TestDisplayJSONMessagesStream [2020-11-18T01:06:05.508Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-11-18T01:06:05.508Z] PASS [2020-11-18T01:06:05.508Z] coverage: 91.7% of statements [2020-11-18T01:06:05.508Z] ok github.com/docker/docker/pkg/jsonmessage 0.174s coverage: 91.7% of statements [2020-11-18T01:06:06.484Z] === RUN TestNameFormat [2020-11-18T01:06:06.484Z] --- PASS: TestNameFormat (0.00s) [2020-11-18T01:06:06.484Z] === RUN TestNameRetries [2020-11-18T01:06:06.484Z] --- PASS: TestNameRetries (0.00s) [2020-11-18T01:06:06.484Z] PASS [2020-11-18T01:06:06.484Z] coverage: 85.7% of statements [2020-11-18T01:06:06.484Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2020-11-18T01:06:06.484Z] === RUN TestParseKeyValueOpt [2020-11-18T01:06:06.484Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-11-18T01:06:06.484Z] === RUN TestParseUintList [2020-11-18T01:06:06.484Z] --- PASS: TestParseUintList (0.00s) [2020-11-18T01:06:06.484Z] === RUN TestParseUintListMaximumLimits [2020-11-18T01:06:06.484Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-11-18T01:06:06.484Z] PASS [2020-11-18T01:06:06.484Z] coverage: 97.0% of statements [2020-11-18T01:06:06.484Z] ok github.com/docker/docker/pkg/parsers 0.052s coverage: 97.0% of statements [2020-11-18T01:06:07.461Z] === RUN TestNewAndRemove [2020-11-18T01:06:07.461Z] --- PASS: TestNewAndRemove (0.00s) [2020-11-18T01:06:07.461Z] === RUN TestRemoveInvalidPath [2020-11-18T01:06:07.461Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-11-18T01:06:07.461Z] PASS [2020-11-18T01:06:07.461Z] coverage: 82.6% of statements [2020-11-18T01:06:07.461Z] ok github.com/docker/docker/pkg/pidfile 0.056s coverage: 82.6% of statements [2020-11-18T01:06:07.903Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-11-18T01:06:07.924Z] === RUN TestParseEmptyInterface [2020-11-18T01:06:07.925Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-11-18T01:06:07.925Z] === RUN TestParseNonInterfaceType [2020-11-18T01:06:07.925Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-11-18T01:06:07.925Z] === RUN TestParseWithOneFunction [2020-11-18T01:06:07.925Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-11-18T01:06:07.925Z] === RUN TestParseWithMultipleFuncs [2020-11-18T01:06:07.925Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-11-18T01:06:07.925Z] === RUN TestParseWithUnnamedReturn [2020-11-18T01:06:07.925Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-11-18T01:06:07.925Z] === RUN TestEmbeddedInterface [2020-11-18T01:06:07.925Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-11-18T01:06:07.925Z] === RUN TestParsedImports [2020-11-18T01:06:07.925Z] --- PASS: TestParsedImports (0.00s) [2020-11-18T01:06:07.925Z] === RUN TestAliasedImports [2020-11-18T01:06:07.925Z] --- PASS: TestAliasedImports (0.00s) [2020-11-18T01:06:07.925Z] PASS [2020-11-18T01:06:07.925Z] coverage: 56.8% of statements [2020-11-18T01:06:07.925Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.063s coverage: 56.8% of statements [2020-11-18T01:06:08.902Z] === RUN TestFailedConnection [2020-11-18T01:06:09.367Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-11-18T01:06:09.368Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-18T01:06:09.368Z] === RUN TestBufioReaderPoolPutAndGet [2020-11-18T01:06:09.368Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-11-18T01:06:09.368Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-11-18T01:06:09.368Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-11-18T01:06:09.368Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-11-18T01:06:09.368Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-18T01:06:09.368Z] === RUN TestBufioWriterPoolPutAndGet [2020-11-18T01:06:09.368Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-11-18T01:06:09.368Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-11-18T01:06:09.368Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-11-18T01:06:09.368Z] === RUN TestBufferPoolPutAndGet [2020-11-18T01:06:09.368Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-11-18T01:06:09.368Z] PASS [2020-11-18T01:06:09.368Z] coverage: 88.2% of statements [2020-11-18T01:06:09.368Z] ok github.com/docker/docker/pkg/pools 0.065s coverage: 88.2% of statements [2020-11-18T01:06:09.368Z] === RUN TestHTTPTransport [2020-11-18T01:06:09.368Z] --- PASS: TestHTTPTransport (0.00s) [2020-11-18T01:06:09.368Z] PASS [2020-11-18T01:06:09.368Z] coverage: 85.7% of statements [2020-11-18T01:06:09.368Z] ok github.com/docker/docker/pkg/plugins/transport 0.167s coverage: 85.7% of statements [2020-11-18T01:06:09.817Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-11-18T01:06:10.345Z] --- PASS: TestFailedConnection (1.18s) [2020-11-18T01:06:10.345Z] === RUN TestFailOnce [2020-11-18T01:06:10.345Z] 2020/11/18 01:06:09 http: panic serving 127.0.0.1:49223: Plugin not ready [2020-11-18T01:06:10.345Z] goroutine 10 [running]: [2020-11-18T01:06:10.345Z] net/http.(*conn).serve.func1(0xc000058b40) [2020-11-18T01:06:10.345Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-11-18T01:06:10.345Z] panic(0x849ac0, 0x986830) [2020-11-18T01:06:10.345Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-11-18T01:06:10.346Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-18T01:06:10.346Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-11-18T01:06:10.346Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-18T01:06:10.346Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-11-18T01:06:10.346Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-18T01:06:10.346Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-11-18T01:06:10.346Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-18T01:06:10.346Z] c:/go/src/net/http/server.go:2831 +0xab [2020-11-18T01:06:10.346Z] net/http.(*conn).serve(0xc000058b40, 0x99b060, 0xc00004a980) [2020-11-18T01:06:10.346Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-11-18T01:06:10.346Z] created by net/http.(*Server).Serve [2020-11-18T01:06:10.346Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-11-18T01:06:10.346Z] time="2020-11-18T01:06:10Z" 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-11-18T01:06:10.346Z] === RUN TestOutputOnPrematureClose [2020-11-18T01:06:10.346Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-11-18T01:06:10.346Z] === RUN TestCompleteSilently [2020-11-18T01:06:10.346Z] --- PASS: TestCompleteSilently (0.00s) [2020-11-18T01:06:10.346Z] PASS [2020-11-18T01:06:10.346Z] coverage: 75.9% of statements [2020-11-18T01:06:10.346Z] ok github.com/docker/docker/pkg/progress 0.060s coverage: 75.9% of statements [2020-11-18T01:06:10.346Z] === RUN TestSendToOneSub [2020-11-18T01:06:10.346Z] --- PASS: TestSendToOneSub (0.00s) [2020-11-18T01:06:10.346Z] === RUN TestSendToMultipleSubs [2020-11-18T01:06:10.346Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-11-18T01:06:10.346Z] === RUN TestEvictOneSub [2020-11-18T01:06:10.346Z] --- PASS: TestEvictOneSub (0.00s) [2020-11-18T01:06:10.346Z] === RUN TestClosePublisher [2020-11-18T01:06:10.346Z] --- PASS: TestClosePublisher (0.00s) [2020-11-18T01:06:10.346Z] === RUN TestPubSubRace [2020-11-18T01:06:11.324Z] --- PASS: TestFailOnce (1.14s) [2020-11-18T01:06:11.324Z] === RUN TestEchoInputOutput [2020-11-18T01:06:11.324Z] --- PASS: TestEchoInputOutput (0.00s) [2020-11-18T01:06:11.324Z] === RUN TestBackoff [2020-11-18T01:06:11.324Z] --- PASS: TestBackoff (0.00s) [2020-11-18T01:06:11.324Z] === RUN TestAbortRetry [2020-11-18T01:06:11.324Z] --- PASS: TestAbortRetry (0.00s) [2020-11-18T01:06:11.324Z] === RUN TestClientScheme [2020-11-18T01:06:11.324Z] --- PASS: TestClientScheme (0.00s) [2020-11-18T01:06:11.324Z] === RUN TestNewClientWithTimeout [2020-11-18T01:06:11.324Z] === RUN TestRegister [2020-11-18T01:06:11.324Z] --- PASS: TestRegister (0.00s) [2020-11-18T01:06:11.324Z] === RUN TestCommand [2020-11-18T01:06:11.787Z] --- PASS: TestCommand (0.03s) [2020-11-18T01:06:11.787Z] === RUN TestNaiveSelf [2020-11-18T01:06:11.787Z] --- PASS: TestNaiveSelf (0.03s) [2020-11-18T01:06:11.787Z] PASS [2020-11-18T01:06:11.787Z] coverage: 82.4% of statements [2020-11-18T01:06:11.787Z] ok github.com/docker/docker/pkg/reexec 0.135s coverage: 82.4% of statements [2020-11-18T01:06:11.787Z] --- PASS: TestPubSubRace (1.06s) [2020-11-18T01:06:11.787Z] PASS [2020-11-18T01:06:11.787Z] coverage: 75.0% of statements [2020-11-18T01:06:11.787Z] ok github.com/docker/docker/pkg/pubsub 1.099s coverage: 75.0% of statements [2020-11-18T01:06:11.787Z] time="2020-11-18T01:06:11Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2020-11-18T01:06:12.764Z] === RUN TestParseSignal [2020-11-18T01:06:12.764Z] --- PASS: TestParseSignal (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestValidSignalForPlatform [2020-11-18T01:06:12.764Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-11-18T01:06:12.764Z] PASS [2020-11-18T01:06:12.764Z] coverage: 20.3% of statements [2020-11-18T01:06:12.764Z] ok github.com/docker/docker/pkg/signal 0.039s coverage: 20.3% of statements [2020-11-18T01:06:12.764Z] === RUN TestNewStdWriter [2020-11-18T01:06:12.764Z] --- PASS: TestNewStdWriter (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestWriteWithUninitializedStdWriter [2020-11-18T01:06:12.764Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestWriteWithNilBytes [2020-11-18T01:06:12.764Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestWrite [2020-11-18T01:06:12.764Z] --- PASS: TestWrite (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestWriteWithWriterError [2020-11-18T01:06:12.764Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-11-18T01:06:12.764Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestStdCopyWriteAndRead [2020-11-18T01:06:12.764Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-11-18T01:06:12.764Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-11-18T01:06:12.764Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-11-18T01:06:12.764Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestStdCopyWithInvalidInputHeader [2020-11-18T01:06:12.764Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestStdCopyWithCorruptedPrefix [2020-11-18T01:06:12.764Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestStdCopyReturnsWriteErrors [2020-11-18T01:06:12.764Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-11-18T01:06:12.764Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-11-18T01:06:12.764Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-11-18T01:06:12.764Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-11-18T01:06:12.764Z] PASS [2020-11-18T01:06:12.764Z] coverage: 100.0% of statements [2020-11-18T01:06:12.764Z] ok github.com/docker/docker/pkg/stdcopy 0.038s coverage: 100.0% of statements [2020-11-18T01:06:13.227Z] time="2020-11-18T01:06:13Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2020-11-18T01:06:13.691Z] === RUN TestGenerateRandomID [2020-11-18T01:06:13.692Z] --- PASS: TestGenerateRandomID (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestShortenId [2020-11-18T01:06:13.692Z] --- PASS: TestShortenId (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestShortenSha256Id [2020-11-18T01:06:13.692Z] --- PASS: TestShortenSha256Id (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestShortenIdEmpty [2020-11-18T01:06:13.692Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestShortenIdInvalid [2020-11-18T01:06:13.692Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestIsShortIDNonHex [2020-11-18T01:06:13.692Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestIsShortIDNotCorrectSize [2020-11-18T01:06:13.692Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-11-18T01:06:13.692Z] PASS [2020-11-18T01:06:13.692Z] coverage: 70.6% of statements [2020-11-18T01:06:13.692Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2020-11-18T01:06:13.692Z] === RUN TestRawProgressFormatterFormatStatus [2020-11-18T01:06:13.692Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestRawProgressFormatterFormatProgress [2020-11-18T01:06:13.692Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestFormatStatus [2020-11-18T01:06:13.692Z] --- PASS: TestFormatStatus (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestFormatError [2020-11-18T01:06:13.692Z] --- PASS: TestFormatError (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestFormatJSONError [2020-11-18T01:06:13.692Z] --- PASS: TestFormatJSONError (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestJsonProgressFormatterFormatProgress [2020-11-18T01:06:13.692Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestJsonProgressFormatterFormatStatus [2020-11-18T01:06:13.692Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestNewJSONProgressOutput [2020-11-18T01:06:13.692Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestAuxFormatterEmit [2020-11-18T01:06:13.692Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestStreamWriterStdout [2020-11-18T01:06:13.692Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-11-18T01:06:13.692Z] === RUN TestStreamWriterStderr [2020-11-18T01:06:13.692Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-11-18T01:06:13.692Z] PASS [2020-11-18T01:06:13.692Z] coverage: 66.2% of statements [2020-11-18T01:06:13.692Z] ok github.com/docker/docker/pkg/streamformatter 0.066s coverage: 66.2% of statements [2020-11-18T01:06:14.669Z] === RUN TestIsCpusetListAvailable [2020-11-18T01:06:14.669Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-11-18T01:06:14.669Z] PASS [2020-11-18T01:06:14.669Z] coverage: 38.2% of statements [2020-11-18T01:06:14.669Z] ok github.com/docker/docker/pkg/sysinfo 0.124s coverage: 38.2% of statements [2020-11-18T01:06:15.645Z] === RUN TestChtimes [2020-11-18T01:06:15.645Z] --- PASS: TestChtimes (0.00s) [2020-11-18T01:06:15.645Z] === RUN TestChtimesWindows [2020-11-18T01:06:15.645Z] --- PASS: TestChtimesWindows (0.00s) [2020-11-18T01:06:15.645Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2020-11-18T01:06:15.645Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2020-11-18T01:06:15.645Z] === RUN TestEnsureRemoveAllNotExist [2020-11-18T01:06:15.645Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2020-11-18T01:06:15.645Z] === RUN TestEnsureRemoveAllWithDir [2020-11-18T01:06:15.645Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2020-11-18T01:06:15.645Z] === RUN TestEnsureRemoveAllWithFile [2020-11-18T01:06:15.645Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2020-11-18T01:06:15.645Z] === RUN TestHasWin32KSupport [2020-11-18T01:06:15.645Z] --- PASS: TestHasWin32KSupport (0.00s) [2020-11-18T01:06:15.645Z] syscall_windows_test.go:8: win32k: true [2020-11-18T01:06:15.645Z] PASS [2020-11-18T01:06:15.645Z] coverage: 12.0% of statements [2020-11-18T01:06:15.645Z] ok github.com/docker/docker/pkg/system 0.049s coverage: 12.0% of statements [2020-11-18T01:06:16.109Z] time="2020-11-18T01:06:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2020-11-18T01:06:16.109Z] === RUN TestTailFile [2020-11-18T01:06:16.109Z] --- PASS: TestTailFile (0.00s) [2020-11-18T01:06:16.109Z] === RUN TestTailFileManyLines [2020-11-18T01:06:16.109Z] --- PASS: TestTailFileManyLines (0.00s) [2020-11-18T01:06:16.109Z] === RUN TestTailEmptyFile [2020-11-18T01:06:16.109Z] --- PASS: TestTailEmptyFile (0.00s) [2020-11-18T01:06:16.109Z] === RUN TestTailNegativeN [2020-11-18T01:06:16.109Z] --- PASS: TestTailNegativeN (0.00s) [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/4_byte_delimiter [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/8_byte_delimiter [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/12_byte_delimiter [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/no_delimiter [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/no_delimiter [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/truncated_last_line [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/2_byte_delimiter [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/single_byte_delimiter [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.109Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.109Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.110Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.110Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.110Z] === CONT TestNewTailReader/no_delimiter [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.110Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.110Z] === CONT TestNewTailReader/12_byte_delimiter [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.110Z] === CONT TestNewTailReader/8_byte_delimiter [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.110Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.110Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.574Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.574Z] === CONT TestNewTailReader/4_byte_delimiter [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.574Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.574Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.574Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.574Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.575Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.575Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.575Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.576Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.576Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.576Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.577Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.577Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.577Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.578Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.578Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.578Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-18T01:06:16.578Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-18T01:06:16.579Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.01s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.05s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.01s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.01s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-18T01:06:16.579Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.02s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-18T01:06:16.580Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-18T01:06:17.044Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.01s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.06s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-18T01:06:17.045Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-18T01:06:17.045Z] PASS [2020-11-18T01:06:17.045Z] coverage: 88.6% of statements [2020-11-18T01:06:17.045Z] ok github.com/docker/docker/pkg/tailfile 0.493s coverage: 88.6% of statements [2020-11-18T01:06:17.045Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-18T01:06:17.045Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-18T01:06:17.045Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-18T01:06:17.045Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-18T01:06:17.045Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-18T01:06:17.045Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-11-18T01:06:17.045Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-11-18T01:06:17.045Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-18T01:06:17.045Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-18T01:06:17.045Z] === RUN TestTarSumRemoveNonExistent [2020-11-18T01:06:17.045Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2020-11-18T01:06:17.045Z] === RUN TestTarSumRemove [2020-11-18T01:06:17.045Z] --- PASS: TestTarSumRemove (0.00s) [2020-11-18T01:06:17.045Z] === RUN TestSortFileInfoSums [2020-11-18T01:06:17.045Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-11-18T01:06:17.045Z] === RUN TestNewTarSumForLabelInvalid [2020-11-18T01:06:17.045Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-11-18T01:06:17.045Z] === RUN TestNewTarSumForLabel [2020-11-18T01:06:17.045Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-11-18T01:06:17.045Z] === RUN TestEmptyTar [2020-11-18T01:06:17.045Z] --- PASS: TestEmptyTar (0.01s) [2020-11-18T01:06:17.045Z] === RUN TestTarSumsReadSize [2020-11-18T01:06:17.045Z] --- PASS: TestTarSumsReadSize (0.00s) [2020-11-18T01:06:17.045Z] === RUN TestTarSums [2020-11-18T01:06:17.045Z] --- PASS: TestTarSums (0.08s) [2020-11-18T01:06:17.045Z] === RUN TestIteration [2020-11-18T01:06:17.045Z] --- PASS: TestIteration (0.00s) [2020-11-18T01:06:17.045Z] === RUN TestVersionLabelForChecksum [2020-11-18T01:06:17.045Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-11-18T01:06:17.045Z] === RUN TestVersion [2020-11-18T01:06:17.045Z] --- PASS: TestVersion (0.00s) [2020-11-18T01:06:17.045Z] === RUN TestGetVersion [2020-11-18T01:06:17.045Z] --- PASS: TestGetVersion (0.00s) [2020-11-18T01:06:17.045Z] === RUN TestGetVersions [2020-11-18T01:06:17.045Z] --- PASS: TestGetVersions (0.00s) [2020-11-18T01:06:17.045Z] PASS [2020-11-18T01:06:17.046Z] coverage: 89.3% of statements [2020-11-18T01:06:17.046Z] ok github.com/docker/docker/pkg/tarsum 0.188s coverage: 89.3% of statements [2020-11-18T01:06:17.509Z] === RUN TestTruncIndex [2020-11-18T01:06:17.509Z] testing: warning: no tests to run [2020-11-18T01:06:17.509Z] PASS [2020-11-18T01:06:17.509Z] coverage: [no statements] [2020-11-18T01:06:17.509Z] ok github.com/docker/docker/pkg/term/windows 0.033s coverage: [no statements] [no tests to run] [2020-11-18T01:06:17.972Z] --- PASS: TestTruncIndex (0.10s) [2020-11-18T01:06:17.972Z] PASS [2020-11-18T01:06:17.972Z] coverage: 91.5% of statements [2020-11-18T01:06:17.972Z] ok github.com/docker/docker/pkg/truncindex 0.137s coverage: 91.5% of statements [2020-11-18T01:06:17.972Z] === RUN TestIsGIT [2020-11-18T01:06:17.972Z] --- PASS: TestIsGIT (0.00s) [2020-11-18T01:06:17.972Z] === RUN TestIsTransport [2020-11-18T01:06:17.972Z] --- PASS: TestIsTransport (0.00s) [2020-11-18T01:06:17.972Z] PASS [2020-11-18T01:06:17.972Z] coverage: 100.0% of statements [2020-11-18T01:06:17.972Z] ok github.com/docker/docker/pkg/urlutil 0.050s coverage: 100.0% of statements [2020-11-18T01:06:18.436Z] === RUN TestVersionInfo [2020-11-18T01:06:18.436Z] --- PASS: TestVersionInfo (0.00s) [2020-11-18T01:06:18.436Z] === RUN TestAppendVersions [2020-11-18T01:06:18.436Z] --- PASS: TestAppendVersions (0.00s) [2020-11-18T01:06:18.436Z] PASS [2020-11-18T01:06:18.436Z] coverage: 88.9% of statements [2020-11-18T01:06:18.436Z] ok github.com/docker/docker/pkg/useragent 0.083s coverage: 88.9% of statements [2020-11-18T01:06:19.825Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-11-18T01:06:19.825Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-11-18T01:06:19.985Z] === RUN TestNewSettable [2020-11-18T01:06:19.985Z] --- PASS: TestNewSettable (0.00s) [2020-11-18T01:06:19.985Z] === RUN TestIsSettable [2020-11-18T01:06:19.985Z] --- PASS: TestIsSettable (0.00s) [2020-11-18T01:06:19.985Z] === RUN TestUpdateSettingsEnv [2020-11-18T01:06:19.985Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-11-18T01:06:19.985Z] PASS [2020-11-18T01:06:19.985Z] coverage: 20.1% of statements [2020-11-18T01:06:19.985Z] ok github.com/docker/docker/plugin/v2 0.262s coverage: 20.1% of statements [2020-11-18T01:06:20.086Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-11-18T01:06:20.450Z] === RUN TestValidatePrivileges [2020-11-18T01:06:20.451Z] --- PASS: TestValidatePrivileges (0.00s) [2020-11-18T01:06:20.451Z] === RUN TestFilterByCapNeg [2020-11-18T01:06:20.451Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-11-18T01:06:20.451Z] === RUN TestFilterByCapPos [2020-11-18T01:06:20.451Z] --- PASS: TestFilterByCapPos (0.00s) [2020-11-18T01:06:20.451Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-11-18T01:06:20.451Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-11-18T01:06:20.451Z] PASS [2020-11-18T01:06:20.451Z] coverage: 12.0% of statements [2020-11-18T01:06:20.451Z] ok github.com/docker/docker/plugin 0.309s coverage: 12.0% of statements [2020-11-18T01:06:20.451Z] time="2020-11-18T01:06:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2020-11-18T01:06:20.451Z] === RUN TestLoad [2020-11-18T01:06:20.451Z] --- PASS: TestLoad (0.00s) [2020-11-18T01:06:20.451Z] === RUN TestSave [2020-11-18T01:06:20.451Z] --- PASS: TestSave (0.03s) [2020-11-18T01:06:20.451Z] === RUN TestAddDeleteGet [2020-11-18T01:06:20.451Z] --- PASS: TestAddDeleteGet (0.07s) [2020-11-18T01:06:20.451Z] === RUN TestInvalidTags [2020-11-18T01:06:20.451Z] --- PASS: TestInvalidTags (0.01s) [2020-11-18T01:06:20.451Z] PASS [2020-11-18T01:06:20.451Z] coverage: 84.4% of statements [2020-11-18T01:06:20.451Z] ok github.com/docker/docker/reference 0.339s coverage: 84.4% of statements [2020-11-18T01:06:20.659Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-11-18T01:06:22.000Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-11-18T01:06:22.000Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2020-11-18T01:06:22.000Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-11-18T01:06:22.000Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-11-18T01:06:22.000Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-11-18T01:06:22.000Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-11-18T01:06:22.000Z] === RUN TestResumableRequestReaderWithReadError [2020-11-18T01:06:22.000Z] === RUN TestRestartManagerTimeout [2020-11-18T01:06:22.000Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-11-18T01:06:22.000Z] === RUN TestRestartManagerTimeoutReset [2020-11-18T01:06:22.000Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-11-18T01:06:22.000Z] PASS [2020-11-18T01:06:22.000Z] coverage: 45.3% of statements [2020-11-18T01:06:22.000Z] ok github.com/docker/docker/restartmanager 0.097s coverage: 45.3% of statements [2020-11-18T01:06:22.000Z] time="2020-11-18T01:06:21Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-11-18T01:06:22.000Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2020-11-18T01:06:22.000Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-11-18T01:06:22.000Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-11-18T01:06:22.000Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-11-18T01:06:22.000Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-11-18T01:06:22.000Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-11-18T01:06:22.000Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-11-18T01:06:22.000Z] === RUN TestResumableRequestReader [2020-11-18T01:06:22.000Z] --- PASS: TestResumableRequestReader (0.00s) [2020-11-18T01:06:22.000Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-11-18T01:06:22.000Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-11-18T01:06:22.000Z] PASS [2020-11-18T01:06:22.000Z] coverage: 100.0% of statements [2020-11-18T01:06:22.000Z] ok github.com/docker/docker/registry/resumable 0.240s coverage: 100.0% of statements [2020-11-18T01:06:22.046Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-11-18T01:06:22.046Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-11-18T01:06:22.308Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-11-18T01:06:22.981Z] === RUN TestDecodeContainerConfig [2020-11-18T01:06:22.981Z] --- PASS: TestDecodeContainerConfig (0.01s) [2020-11-18T01:06:22.981Z] === RUN TestDecodeContainerConfigIsolation [2020-11-18T01:06:22.981Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-11-18T01:06:22.981Z] === RUN TestValidatePrivileged [2020-11-18T01:06:22.981Z] --- PASS: TestValidatePrivileged (0.00s) [2020-11-18T01:06:22.981Z] PASS [2020-11-18T01:06:22.981Z] coverage: 52.2% of statements [2020-11-18T01:06:22.981Z] ok github.com/docker/docker/runconfig 0.054s coverage: 52.2% of statements [2020-11-18T01:06:23.444Z] === RUN TestResolveAuthConfigIndexServer [2020-11-18T01:06:23.444Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-11-18T01:06:23.444Z] === RUN TestResolveAuthConfigFullURL [2020-11-18T01:06:23.444Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-11-18T01:06:23.444Z] === RUN TestLoadAllowNondistributableArtifacts [2020-11-18T01:06:23.444Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-11-18T01:06:23.444Z] === RUN TestValidateMirror [2020-11-18T01:06:23.445Z] --- PASS: TestValidateMirror (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestLoadInsecureRegistries [2020-11-18T01:06:23.445Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-11-18T01:06:23.445Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-11-18T01:06:23.445Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-11-18T01:06:23.445Z] PASS [2020-11-18T01:06:23.445Z] coverage: 62.5% of statements [2020-11-18T01:06:23.445Z] ok github.com/docker/docker/testutil 0.214s coverage: 62.5% of statements [2020-11-18T01:06:23.445Z] time="2020-11-18T01:06:22Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-18T01:06:23.445Z] time="2020-11-18T01:06:23Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-11-18T01:06:23.445Z] time="2020-11-18T01:06:23Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-18T01:06:23.445Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2020-11-18T01:06:23.445Z] === RUN TestNewServiceConfig [2020-11-18T01:06:23.445Z] --- PASS: TestNewServiceConfig (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestValidateIndexName [2020-11-18T01:06:23.445Z] --- PASS: TestValidateIndexName (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestValidateIndexNameWithError [2020-11-18T01:06:23.445Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestEndpointParse [2020-11-18T01:06:23.445Z] --- PASS: TestEndpointParse (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestEndpointParseInvalid [2020-11-18T01:06:23.445Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestValidateEndpoint [2020-11-18T01:06:23.445Z] --- PASS: TestValidateEndpoint (0.01s) [2020-11-18T01:06:23.445Z] === RUN TestPing [2020-11-18T01:06:23.445Z] --- PASS: TestPing (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestPingRegistryEndpoint [2020-11-18T01:06:23.445Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2020-11-18T01:06:23.445Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:23.445Z] === RUN TestEndpoint [2020-11-18T01:06:23.445Z] --- SKIP: TestEndpoint (0.00s) [2020-11-18T01:06:23.445Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:23.445Z] === RUN TestParseRepositoryInfo [2020-11-18T01:06:23.445Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestNewIndexInfo [2020-11-18T01:06:23.445Z] --- PASS: TestNewIndexInfo (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestMirrorEndpointLookup [2020-11-18T01:06:23.445Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2020-11-18T01:06:23.445Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:23.445Z] === RUN TestSearchRepositories [2020-11-18T01:06:23.445Z] --- PASS: TestSearchRepositories (0.00s) [2020-11-18T01:06:23.445Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-11-18T01:06:23.445Z] Host: 127.0.0.1:49244 [2020-11-18T01:06:23.445Z] User-Agent: docker test client [2020-11-18T01:06:23.445Z] Authorization: Token fake-token [2020-11-18T01:06:23.445Z] X-Docker-Token: true [2020-11-18T01:06:23.445Z] Accept-Encoding: gzip [2020-11-18T01:06:23.445Z] [2020-11-18T01:06:23.445Z] [2020-11-18T01:06:23.445Z] registry_test.go:730: HTTP/1.1 200 OK [2020-11-18T01:06:23.445Z] Connection: close [2020-11-18T01:06:23.445Z] Content-Length: 144 [2020-11-18T01:06:23.445Z] Cache-Control: no-cache [2020-11-18T01:06:23.445Z] Content-Type: application/json [2020-11-18T01:06:23.445Z] Date: Wed, 18 Nov 2020 01:06:23 GMT [2020-11-18T01:06:23.445Z] Expires: -1 [2020-11-18T01:06:23.445Z] Pragma: no-cache [2020-11-18T01:06:23.445Z] Server: docker-tests/mock [2020-11-18T01:06:23.445Z] X-Docker-Registry-Config: mock [2020-11-18T01:06:23.445Z] X-Docker-Registry-Version: 0.0.0 [2020-11-18T01:06:23.445Z] [2020-11-18T01:06:23.445Z] [2020-11-18T01:06:23.445Z] === RUN TestTrustedLocation [2020-11-18T01:06:23.445Z] --- PASS: TestTrustedLocation (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-11-18T01:06:23.445Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestAllowNondistributableArtifacts [2020-11-18T01:06:23.445Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-11-18T01:06:23.445Z] === RUN TestIsSecureIndex [2020-11-18T01:06:23.445Z] --- PASS: TestIsSecureIndex (0.00s) [2020-11-18T01:06:23.445Z] PASS [2020-11-18T01:06:23.445Z] coverage: 50.3% of statements [2020-11-18T01:06:23.445Z] ok github.com/docker/docker/registry 0.337s coverage: 50.3% of statements [2020-11-18T01:06:24.859Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-11-18T01:06:24.859Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-11-18T01:06:26.371Z] === RUN TestGetDriver [2020-11-18T01:06:26.371Z] --- PASS: TestGetDriver (0.00s) [2020-11-18T01:06:26.371Z] === RUN TestVolumeRequestError [2020-11-18T01:06:26.371Z] --- PASS: TestVolumeRequestError (0.01s) [2020-11-18T01:06:26.371Z] PASS [2020-11-18T01:06:26.371Z] coverage: 36.1% of statements [2020-11-18T01:06:26.371Z] ok github.com/docker/docker/volume/drivers 0.095s coverage: 36.1% of statements [2020-11-18T01:06:26.371Z] === RUN TestGetAddress [2020-11-18T01:06:26.371Z] --- PASS: TestGetAddress (0.00s) [2020-11-18T01:06:26.371Z] === RUN TestRemove [2020-11-18T01:06:26.371Z] --- SKIP: TestRemove (0.00s) [2020-11-18T01:06:26.371Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-18T01:06:26.371Z] === RUN TestInitializeWithVolumes [2020-11-18T01:06:26.371Z] --- PASS: TestInitializeWithVolumes (0.01s) [2020-11-18T01:06:26.371Z] === RUN TestCreate [2020-11-18T01:06:26.371Z] --- PASS: TestCreate (0.01s) [2020-11-18T01:06:26.371Z] === RUN TestValidateName [2020-11-18T01:06:26.371Z] --- PASS: TestValidateName (0.00s) [2020-11-18T01:06:26.371Z] === RUN TestCreateWithOpts [2020-11-18T01:06:26.371Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-11-18T01:06:26.371Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-18T01:06:26.371Z] === RUN TestRelaodNoOpts [2020-11-18T01:06:26.371Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-11-18T01:06:26.371Z] PASS [2020-11-18T01:06:26.371Z] coverage: 41.0% of statements [2020-11-18T01:06:26.371Z] ok github.com/docker/docker/volume/local 0.122s coverage: 41.0% of statements [2020-11-18T01:06:26.834Z] === RUN TestConvertTmpfsOptions [2020-11-18T01:06:26.834Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-11-18T01:06:26.834Z] parser_test.go:49: data="mode=700,size=1m" [2020-11-18T01:06:26.834Z] parser_test.go:49: data="ro" [2020-11-18T01:06:26.834Z] === RUN TestParseMountRaw [2020-11-18T01:06:26.835Z] --- PASS: TestParseMountRaw (0.05s) [2020-11-18T01:06:26.835Z] === RUN TestParseMountRawSplit [2020-11-18T01:06:26.835Z] --- PASS: TestParseMountRawSplit (0.00s) [2020-11-18T01:06:26.835Z] parser_test.go:390: case 0 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 1 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 2 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 3 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 4 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 5 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 6 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 7 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 8 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 0 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 1 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 2 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 3 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 4 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 5 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 6 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 7 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 8 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 9 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 10 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 11 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 12 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 0 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 1 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 2 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 3 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 4 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 5 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 6 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 7 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 8 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 9 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 10 [2020-11-18T01:06:26.835Z] parser_test.go:390: case 11 [2020-11-18T01:06:26.835Z] === RUN TestParseMountSpec [2020-11-18T01:06:26.835Z] --- PASS: TestParseMountSpec (0.00s) [2020-11-18T01:06:26.835Z] parser_test.go:455: case 0 [2020-11-18T01:06:26.835Z] parser_test.go:455: case 1 [2020-11-18T01:06:26.835Z] parser_test.go:455: case 2 [2020-11-18T01:06:26.835Z] parser_test.go:455: case 3 [2020-11-18T01:06:26.835Z] parser_test.go:455: case 4 [2020-11-18T01:06:26.835Z] parser_test.go:455: case 5 [2020-11-18T01:06:26.835Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-11-18T01:06:26.835Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-11-18T01:06:26.835Z] === RUN TestValidateMount [2020-11-18T01:06:26.835Z] --- PASS: TestValidateMount (0.00s) [2020-11-18T01:06:26.835Z] PASS [2020-11-18T01:06:26.835Z] coverage: 66.2% of statements [2020-11-18T01:06:26.835Z] ok github.com/docker/docker/volume/mounts 0.199s coverage: 66.2% of statements [2020-11-18T01:06:28.384Z] === RUN TestSetGetMeta [2020-11-18T01:06:28.384Z] === PAUSE TestSetGetMeta [2020-11-18T01:06:28.384Z] === RUN TestRestore [2020-11-18T01:06:28.384Z] === PAUSE TestRestore [2020-11-18T01:06:28.384Z] === RUN TestServiceCreate [2020-11-18T01:06:28.384Z] === PAUSE TestServiceCreate [2020-11-18T01:06:28.384Z] === RUN TestServiceList [2020-11-18T01:06:28.384Z] === PAUSE TestServiceList [2020-11-18T01:06:28.384Z] === RUN TestServiceRemove [2020-11-18T01:06:28.384Z] === PAUSE TestServiceRemove [2020-11-18T01:06:28.384Z] === RUN TestServiceGet [2020-11-18T01:06:28.384Z] === PAUSE TestServiceGet [2020-11-18T01:06:28.384Z] === RUN TestServicePrune [2020-11-18T01:06:28.384Z] === PAUSE TestServicePrune [2020-11-18T01:06:28.384Z] === RUN TestCreate [2020-11-18T01:06:28.384Z] === PAUSE TestCreate [2020-11-18T01:06:28.384Z] === RUN TestRemove [2020-11-18T01:06:28.384Z] === PAUSE TestRemove [2020-11-18T01:06:28.384Z] === RUN TestList [2020-11-18T01:06:28.384Z] === PAUSE TestList [2020-11-18T01:06:28.384Z] === RUN TestFindByDriver [2020-11-18T01:06:28.384Z] === PAUSE TestFindByDriver [2020-11-18T01:06:28.384Z] === RUN TestFindByReferenced [2020-11-18T01:06:28.384Z] === PAUSE TestFindByReferenced [2020-11-18T01:06:28.384Z] === RUN TestDerefMultipleOfSameRef [2020-11-18T01:06:28.384Z] === PAUSE TestDerefMultipleOfSameRef [2020-11-18T01:06:28.384Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-18T01:06:28.384Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-18T01:06:28.384Z] === RUN TestDefererencePluginOnCreateError [2020-11-18T01:06:28.384Z] === PAUSE TestDefererencePluginOnCreateError [2020-11-18T01:06:28.384Z] === RUN TestRefDerefRemove [2020-11-18T01:06:28.384Z] === PAUSE TestRefDerefRemove [2020-11-18T01:06:28.384Z] === RUN TestGet [2020-11-18T01:06:28.384Z] === PAUSE TestGet [2020-11-18T01:06:28.384Z] === RUN TestGetWithReference [2020-11-18T01:06:28.384Z] === PAUSE TestGetWithReference [2020-11-18T01:06:28.384Z] === RUN TestFilterFunc [2020-11-18T01:06:28.384Z] === RUN TestFilterFunc/test_nil_list [2020-11-18T01:06:28.384Z] === PAUSE TestFilterFunc/test_nil_list [2020-11-18T01:06:28.384Z] === RUN TestFilterFunc/test_empty_list [2020-11-18T01:06:28.384Z] === PAUSE TestFilterFunc/test_empty_list [2020-11-18T01:06:28.384Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-11-18T01:06:28.384Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-11-18T01:06:28.384Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-18T01:06:28.384Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-18T01:06:28.384Z] === RUN TestFilterFunc/test_filter_some [2020-11-18T01:06:28.384Z] === PAUSE TestFilterFunc/test_filter_some [2020-11-18T01:06:28.384Z] === RUN TestFilterFunc/test_filter_middle [2020-11-18T01:06:28.384Z] === PAUSE TestFilterFunc/test_filter_middle [2020-11-18T01:06:28.384Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-11-18T01:06:28.384Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-11-18T01:06:28.384Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-11-18T01:06:28.384Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-11-18T01:06:28.384Z] === CONT TestFilterFunc/test_nil_list [2020-11-18T01:06:28.384Z] === CONT TestFilterFunc/test_filter_some [2020-11-18T01:06:28.384Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-18T01:06:28.384Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-11-18T01:06:28.384Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-11-18T01:06:28.384Z] === CONT TestFilterFunc/test_empty_list [2020-11-18T01:06:28.384Z] === CONT TestFilterFunc/test_filter_middle [2020-11-18T01:06:28.384Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-11-18T01:06:28.384Z] --- PASS: TestFilterFunc (0.00s) [2020-11-18T01:06:28.384Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-11-18T01:06:28.384Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-11-18T01:06:28.384Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-11-18T01:06:28.384Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-11-18T01:06:28.384Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-11-18T01:06:28.384Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-11-18T01:06:28.384Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-11-18T01:06:28.384Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-11-18T01:06:28.384Z] === CONT TestSetGetMeta [2020-11-18T01:06:28.384Z] === CONT TestFindByReferenced [2020-11-18T01:06:28.384Z] === CONT TestServicePrune [2020-11-18T01:06:28.384Z] === CONT TestServiceList [2020-11-18T01:06:28.384Z] --- PASS: TestSetGetMeta (0.03s) [2020-11-18T01:06:28.384Z] === CONT TestServiceCreate [2020-11-18T01:06:28.384Z] --- PASS: TestFindByReferenced (0.04s) [2020-11-18T01:06:28.384Z] === CONT TestRestore [2020-11-18T01:06:28.384Z] --- PASS: TestRestore (0.02s) [2020-11-18T01:06:28.384Z] === CONT TestList [2020-11-18T01:06:28.384Z] --- PASS: TestList (0.03s) [2020-11-18T01:06:28.384Z] === CONT TestFindByDriver [2020-11-18T01:06:28.384Z] --- PASS: TestFindByDriver (0.02s) [2020-11-18T01:06:28.384Z] === CONT TestServiceGet [2020-11-18T01:06:28.384Z] --- PASS: TestServiceGet (0.03s) [2020-11-18T01:06:28.384Z] === CONT TestRemove [2020-11-18T01:06:28.384Z] time="2020-11-18T01:06:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-18T01:06:28.384Z] --- PASS: TestServiceList (0.15s) [2020-11-18T01:06:28.384Z] --- PASS: TestServiceCreate (0.12s) [2020-11-18T01:06:28.384Z] === CONT TestServiceRemove [2020-11-18T01:06:28.384Z] === CONT TestGetWithReference [2020-11-18T01:06:28.384Z] time="2020-11-18T01:06:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-18T01:06:28.384Z] time="2020-11-18T01:06:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-18T01:06:28.384Z] time="2020-11-18T01:06:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-11-18T01:06:28.384Z] --- PASS: TestRemove (0.02s) [2020-11-18T01:06:28.384Z] === CONT TestCreate [2020-11-18T01:06:28.384Z] --- PASS: TestServiceRemove (0.02s) [2020-11-18T01:06:28.384Z] === CONT TestDefererencePluginOnCreateError [2020-11-18T01:06:28.384Z] time="2020-11-18T01:06:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-18T01:06:28.384Z] --- PASS: TestGetWithReference (0.02s) [2020-11-18T01:06:28.384Z] === CONT TestGet [2020-11-18T01:06:28.384Z] --- PASS: TestServicePrune (0.18s) [2020-11-18T01:06:28.384Z] === CONT TestRefDerefRemove [2020-11-18T01:06:28.384Z] --- PASS: TestCreate (0.02s) [2020-11-18T01:06:28.384Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-18T01:06:28.384Z] --- PASS: TestGet (0.03s) [2020-11-18T01:06:28.384Z] === CONT TestDerefMultipleOfSameRef [2020-11-18T01:06:28.384Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2020-11-18T01:06:28.384Z] --- PASS: TestRefDerefRemove (0.03s) [2020-11-18T01:06:28.384Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2020-11-18T01:06:28.384Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2020-11-18T01:06:28.384Z] PASS [2020-11-18T01:06:28.384Z] coverage: 70.3% of statements [2020-11-18T01:06:28.384Z] ok github.com/docker/docker/volume/service 0.395s coverage: 70.3% of statements [2020-11-18T01:06:28.847Z] --- PASS: TestNewClientWithTimeout (17.64s) [2020-11-18T01:06:28.847Z] === RUN TestClientStream [2020-11-18T01:06:28.847Z] --- PASS: TestClientStream (0.00s) [2020-11-18T01:06:28.847Z] === RUN TestClientSendFile [2020-11-18T01:06:28.847Z] --- PASS: TestClientSendFile (0.00s) [2020-11-18T01:06:28.847Z] === RUN TestClientWithRequestTimeout [2020-11-18T01:06:28.847Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2020-11-18T01:06:28.847Z] === RUN TestFileSpecPlugin [2020-11-18T01:06:28.847Z] --- PASS: TestFileSpecPlugin (0.01s) [2020-11-18T01:06:28.847Z] === RUN TestFileJSONSpecPlugin [2020-11-18T01:06:28.847Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2020-11-18T01:06:28.847Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-11-18T01:06:28.847Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2020-11-18T01:06:28.847Z] === RUN TestPluginAddHandler [2020-11-18T01:06:28.847Z] --- PASS: TestPluginAddHandler (0.00s) [2020-11-18T01:06:28.847Z] === RUN TestPluginWaitBadPlugin [2020-11-18T01:06:28.847Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-11-18T01:06:28.847Z] === RUN TestGet [2020-11-18T01:06:28.847Z] time="2020-11-18T01:06:28Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-11-18T01:06:29.823Z] time="2020-11-18T01:06:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-11-18T01:06:32.016Z] time="2020-11-18T01:06:31Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-11-18T01:06:33.005Z] === RUN TestDockerSuite/TestBuildExpose [2020-11-18T01:06:33.005Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-11-18T01:06:33.005Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-11-18T01:06:33.578Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-11-18T01:06:34.151Z] === RUN TestDockerSuite/TestBuildFails [2020-11-18T01:06:34.725Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-11-18T01:06:34.725Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-11-18T01:06:34.988Z] --- PASS: TestImportExtremelyLargeImageWorks (201.01s) [2020-11-18T01:06:34.988Z] PASS [2020-11-18T01:06:34.988Z] [2020-11-18T01:06:34.988Z] DONE 12 tests in 205.302s [2020-11-18T01:06:34.988Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-18T01:06:34.988Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:06:34.988Z] ++ set -e [2020-11-18T01:06:34.988Z] ++ '[' -n 0 ']' [2020-11-18T01:06:34.988Z] ++ set -x [2020-11-18T01:06:34.988Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:06:34.988Z] INFO: Testing against a local daemon [2020-11-18T01:06:34.988Z] === RUN TestNetworkCreateDelete [2020-11-18T01:06:35.250Z] --- PASS: TestNetworkCreateDelete (0.18s) [2020-11-18T01:06:35.250Z] === RUN TestDockerNetworkDeletePreferID [2020-11-18T01:06:35.777Z] time="2020-11-18T01:06:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-11-18T01:06:35.852Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2020-11-18T01:06:35.852Z] === RUN TestDaemonDNSFallback [2020-11-18T01:06:36.814Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-11-18T01:06:38.222Z] === RUN TestDockerSuite/TestBuildForceRm [2020-11-18T01:06:39.610Z] === RUN TestDockerSuite/TestBuildFromGit [2020-11-18T01:06:40.237Z] --- PASS: TestImportExtremelyLargeImageWorks (195.95s) [2020-11-18T01:06:40.237Z] PASS [2020-11-18T01:06:40.237Z] [2020-11-18T01:06:40.237Z] === Skipped [2020-11-18T01:06:40.237Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-18T01:06:40.237Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:06:40.237Z] [2020-11-18T01:06:40.237Z] [2020-11-18T01:06:40.237Z] DONE 12 tests, 1 skipped in 196.974s [2020-11-18T01:06:40.237Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-11-18T01:06:40.237Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:06:40.237Z] ++ set -e [2020-11-18T01:06:40.237Z] ++ '[' -n 0 ']' [2020-11-18T01:06:40.237Z] ++ set -x [2020-11-18T01:06:40.237Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:06:40.237Z] INFO: Testing against a local daemon [2020-11-18T01:06:40.237Z] === RUN TestNetworkCreateDelete [2020-11-18T01:06:40.237Z] --- PASS: TestNetworkCreateDelete (0.16s) [2020-11-18T01:06:40.237Z] === RUN TestDockerNetworkDeletePreferID [2020-11-18T01:06:40.237Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2020-11-18T01:06:40.237Z] === RUN TestDaemonDNSFallback [2020-11-18T01:06:40.237Z] --- PASS: TestDaemonDNSFallback (1.49s) [2020-11-18T01:06:40.237Z] === RUN TestInspectNetwork [2020-11-18T01:06:40.237Z] === RUN TestInspectNetwork/full_network_id [2020-11-18T01:06:40.237Z] === RUN TestInspectNetwork/partial_network_id [2020-11-18T01:06:40.237Z] === RUN TestInspectNetwork/network_name [2020-11-18T01:06:40.237Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-18T01:06:40.996Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-11-18T01:06:40.996Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-11-18T01:06:41.939Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-11-18T01:06:42.512Z] --- PASS: TestDaemonDNSFallback (6.74s) [2020-11-18T01:06:42.512Z] === RUN TestInspectNetwork [2020-11-18T01:06:42.978Z] --- PASS: TestInspectNetwork (7.06s) [2020-11-18T01:06:42.978Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-18T01:06:42.978Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-18T01:06:42.978Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-18T01:06:42.978Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-18T01:06:42.978Z] === RUN TestRunContainerWithBridgeNone [2020-11-18T01:06:43.083Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-11-18T01:06:44.027Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-11-18T01:06:44.388Z] --- PASS: TestGet (15.00s) [2020-11-18T01:06:44.388Z] === RUN TestPluginWithNoManifest [2020-11-18T01:06:44.388Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-11-18T01:06:44.388Z] === RUN TestGetAll [2020-11-18T01:06:44.388Z] --- PASS: TestGetAll (0.00s) [2020-11-18T01:06:44.388Z] PASS [2020-11-18T01:06:44.388Z] coverage: 73.4% of statements [2020-11-18T01:06:44.388Z] ok github.com/docker/docker/pkg/plugins 35.289s coverage: 73.4% of statements [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/quota [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/rootless [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/volume [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-18T01:06:44.388Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-18T01:06:44.501Z] --- PASS: TestRunContainerWithBridgeNone (1.83s) [2020-11-18T01:06:44.501Z] === RUN TestNetworkInvalidJSON [2020-11-18T01:06:44.501Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-18T01:06:44.501Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-18T01:06:44.501Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T01:06:44.501Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T01:06:44.501Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T01:06:44.501Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T01:06:44.501Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-18T01:06:44.501Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T01:06:44.501Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T01:06:44.501Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-18T01:06:44.501Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-18T01:06:44.501Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-18T01:06:44.501Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-18T01:06:44.501Z] === RUN TestHostIPv4BridgeLabel [2020-11-18T01:06:44.600Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-11-18T01:06:45.139Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2020-11-18T01:06:45.139Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === Skipped [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-11-18T01:06:45.367Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-11-18T01:06:45.367Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-11-18T01:06:45.367Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-11-18T01:06:45.367Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-11-18T01:06:45.367Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-11-18T01:06:45.367Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-11-18T01:06:45.367Z] daemon_test.go:147: root required [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-18T01:06:45.367Z] reload_test.go:520: root required [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-11-18T01:06:45.367Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-18T01:06:45.367Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-11-18T01:06:45.367Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-11-18T01:06:45.367Z] download_test.go:268: Needs fixing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-11-18T01:06:45.367Z] layer_test.go:304: Failing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-11-18T01:06:45.367Z] layer_test.go:353: Failing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-11-18T01:06:45.367Z] layer_test.go:468: Failing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-11-18T01:06:45.367Z] layer_test.go:697: Failing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-11-18T01:06:45.367Z] migration_test.go:46: Failing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-11-18T01:06:45.367Z] migration_test.go:182: Failing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-11-18T01:06:45.367Z] mount_test.go:17: Failing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-11-18T01:06:45.367Z] mount_test.go:76: Failing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-11-18T01:06:45.367Z] mount_test.go:125: Failing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-11-18T01:06:45.367Z] mount_test.go:212: Failing on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-11-18T01:06:45.367Z] archive_test.go:133: Xz not present in msys2 [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-11-18T01:06:45.367Z] archive_test.go:238: Failing on Windows CI machines [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-11-18T01:06:45.367Z] archive_windows_test.go:16: Currently fails [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-11-18T01:06:45.367Z] changes_test.go:192: needs more investigation [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-11-18T01:06:45.367Z] changes_test.go:405: needs further investigation [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-11-18T01:06:45.367Z] changes_test.go:441: needs further investigation [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-11-18T01:06:45.367Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-18T01:06:45.367Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-11-18T01:06:45.367Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-11-18T01:06:45.367Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-11-18T01:06:45.367Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-11-18T01:06:45.367Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-18T01:06:45.367Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-18T01:06:45.367Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-11-18T01:06:45.367Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-11-18T01:06:45.367Z] poller_test.go:41: No chmod on Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-18T01:06:45.367Z] fileutils_test.go:134: Needs porting to Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-18T01:06:45.367Z] fileutils_test.go:180: Needs porting to Windows [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-11-18T01:06:45.367Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-11-18T01:06:45.367Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2020-11-18T01:06:45.367Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-11-18T01:06:45.367Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-11-18T01:06:45.367Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] [2020-11-18T01:06:45.367Z] DONE 1792 tests, 45 skipped in 204.940s [2020-11-18T01:06:45.367Z] INFO: make.ps1 ended at 11/18/2020 01:06:45 [2020-11-18T01:06:45.986Z] === RUN TestInspectNetwork/full_network_id [2020-11-18T01:06:45.986Z] === RUN TestInspectNetwork/partial_network_id [2020-11-18T01:06:45.986Z] === RUN TestInspectNetwork/network_name [2020-11-18T01:06:45.986Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-18T01:06:46.194Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-11-18T01:06:46.194Z] === RUN TestDaemonDefaultNetworkPools [2020-11-18T01:06:46.320Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-11-18T01:06:46.320Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-11-18T01:06:47.235Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2020-11-18T01:06:47.235Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-18T01:06:47.271Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-11-18T01:06:47.567Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-11-18T01:06:47.567Z] INFO: Unit tests ended at 11/18/2020 01:06:47. Duration:00:03:41.0646079 [2020-11-18T01:06:47.567Z] INFO: Building busybox [2020-11-18T01:06:47.567Z] Sending build context to Docker daemon 5.12kB [2020-11-18T01:06:47.567Z] [2020-11-18T01:06:47.567Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-11-18T01:06:47.567Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-11-18T01:06:47.567Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-11-18T01:06:47.567Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-11-18T01:06:47.567Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-11-18T01:06:47.567Z] ---> 32fecabef723 [2020-11-18T01:06:47.567Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-11-18T01:06:47.567Z] ---> Running in a1db5bd5c0e8 [2020-11-18T01:06:48.214Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-11-18T01:06:48.278Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2020-11-18T01:06:48.278Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-18T01:06:49.603Z] === RUN TestDockerSuite/TestBuildHistory [2020-11-18T01:06:49.797Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2020-11-18T01:06:49.797Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-18T01:06:50.089Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-11-18T01:06:50.089Z] === RUN TestServiceWithPredefinedNetwork [2020-11-18T01:06:50.546Z] --- PASS: TestInspectNetwork (8.06s) [2020-11-18T01:06:50.546Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-18T01:06:50.546Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-18T01:06:50.546Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-18T01:06:50.546Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-18T01:06:50.546Z] === RUN TestRunContainerWithBridgeNone [2020-11-18T01:06:52.163Z] --- PASS: TestServiceWithPredefinedNetwork (2.01s) [2020-11-18T01:06:52.163Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-18T01:06:52.163Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-18T01:06:52.163Z] service_test.go:236: FLAKY_TEST [2020-11-18T01:06:52.163Z] === RUN TestServiceWithDataPathPortInit [2020-11-18T01:06:52.462Z] --- PASS: TestRunContainerWithBridgeNone (2.05s) [2020-11-18T01:06:52.462Z] === RUN TestNetworkInvalidJSON [2020-11-18T01:06:52.723Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-18T01:06:52.723Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-18T01:06:52.723Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T01:06:52.723Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T01:06:52.723Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T01:06:52.723Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T01:06:52.723Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-18T01:06:52.723Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T01:06:52.723Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T01:06:52.723Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-18T01:06:52.723Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-18T01:06:52.723Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-18T01:06:52.723Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-18T01:06:52.723Z] === RUN TestHostIPv4BridgeLabel [2020-11-18T01:06:53.295Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2020-11-18T01:06:53.295Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-18T01:06:53.397Z] Removing intermediate container a1db5bd5c0e8 [2020-11-18T01:06:53.397Z] ---> 43fc352bc88d [2020-11-18T01:06:53.397Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-11-18T01:06:53.397Z] ---> Running in 5971b3807545 [2020-11-18T01:06:53.397Z] Removing intermediate container 5971b3807545 [2020-11-18T01:06:53.397Z] ---> eef6c00d3f79 [2020-11-18T01:06:53.397Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-11-18T01:06:53.397Z] ---> Running in b16768af3c6d [2020-11-18T01:06:53.860Z] Removing intermediate container b16768af3c6d [2020-11-18T01:06:53.860Z] ---> 00fb7b677426 [2020-11-18T01:06:53.860Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-11-18T01:06:53.869Z] === RUN TestDockerSuite/TestBuildIidFile [2020-11-18T01:06:54.130Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-11-18T01:06:54.391Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-11-18T01:06:54.391Z] === RUN TestDaemonDefaultNetworkPools [2020-11-18T01:06:54.652Z] === RUN TestDockerSuite/TestBuildInheritance [2020-11-18T01:06:54.836Z] [2020-11-18T01:06:55.225Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2020-11-18T01:06:55.225Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-18T01:06:55.225Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-11-18T01:06:55.299Z] ---> 3d5793a8fb8c [2020-11-18T01:06:55.299Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-11-18T01:06:55.299Z] ---> Running in 9629b9bd3a03 [2020-11-18T01:06:55.798Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-11-18T01:06:55.798Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-11-18T01:06:56.371Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2020-11-18T01:06:56.371Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-18T01:06:56.632Z] === RUN TestDockerSuite/TestBuildLabel [2020-11-18T01:06:56.895Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-11-18T01:06:57.468Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-11-18T01:06:57.468Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2020-11-18T01:06:57.468Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-18T01:06:57.730Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-11-18T01:06:57.992Z] === RUN TestDockerSuite/TestBuildLabels [2020-11-18T01:06:58.253Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2020-11-18T01:06:58.253Z] === RUN TestServiceWithPredefinedNetwork [2020-11-18T01:06:58.514Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-11-18T01:06:59.460Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-11-18T01:07:01.378Z] --- PASS: TestServiceWithPredefinedNetwork (2.88s) [2020-11-18T01:07:01.378Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-18T01:07:01.378Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-18T01:07:01.378Z] service_test.go:236: FLAKY_TEST [2020-11-18T01:07:01.378Z] === RUN TestServiceWithDataPathPortInit [2020-11-18T01:07:01.950Z] === RUN TestDockerSuite/TestBuildLastModified [2020-11-18T01:07:06.165Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-11-18T01:07:07.534Z] --- PASS: TestServiceWithDataPathPortInit (13.80s) [2020-11-18T01:07:07.534Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-18T01:07:07.740Z] Removing intermediate container 9629b9bd3a03 [2020-11-18T01:07:07.740Z] ---> 08ac93ab7c9b [2020-11-18T01:07:07.740Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-11-18T01:07:07.740Z] ---> Running in 7d2683a2bce9 [2020-11-18T01:07:07.740Z] [2020-11-18T01:07:07.740Z] SUCCESS: Specified value was saved. [2020-11-18T01:07:09.472Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-11-18T01:07:09.472Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-11-18T01:07:09.472Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-11-18T01:07:09.472Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-11-18T01:07:09.472Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-11-18T01:07:09.472Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-11-18T01:07:10.669Z] Removing intermediate container 7d2683a2bce9 [2020-11-18T01:07:10.669Z] ---> 1d4467080589 [2020-11-18T01:07:10.669Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-11-18T01:07:10.669Z] ---> Running in 4f529d2f228d [2020-11-18T01:07:11.394Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-11-18T01:07:12.780Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-11-18T01:07:13.119Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.73s) [2020-11-18T01:07:13.119Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:9omm819vonoqord9z7yt40rg0 Created:2020-11-18 01:07:06.858069266 +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[695c38b88ad32ac6637beb1140c484bb0ba3eb542668c45c0a769e5d0e85671d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.znj02ymne0s17eos8aeaoooil EndpointID:24396c99b7b72b33a2672ebf00da7e55b4bb4996ea5ef9df91aa2ff4439b0bee MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:df1ab9a2a09cbf3af1cb1df141ecd8a23f1c893aa9149894932b75770032134f 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:c7a143db1ce5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.znj02ymne0s17eos8aeaoooil EndpointID:24396c99b7b72b33a2672ebf00da7e55b4bb4996ea5ef9df91aa2ff4439b0bee EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-18T01:07:13.119Z] PASS [2020-11-18T01:07:13.119Z] [2020-11-18T01:07:13.119Z] === Skipped [2020-11-18T01:07:13.119Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-18T01:07:13.119Z] service_test.go:236: FLAKY_TEST [2020-11-18T01:07:13.119Z] [2020-11-18T01:07:13.119Z] [2020-11-18T01:07:13.119Z] DONE 23 tests, 1 skipped in 39.076s [2020-11-18T01:07:13.119Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-18T01:07:13.119Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:13.119Z] ++ set -e [2020-11-18T01:07:13.119Z] ++ '[' -n 0 ']' [2020-11-18T01:07:13.119Z] ++ set -x [2020-11-18T01:07:13.119Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:13.119Z] INFO: Testing against a local daemon [2020-11-18T01:07:13.119Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-18T01:07:13.119Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-18T01:07:13.119Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T01:07:13.119Z] === RUN TestDockerNetworkIpvlan [2020-11-18T01:07:13.119Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-18T01:07:13.119Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T01:07:13.119Z] PASS [2020-11-18T01:07:13.119Z] [2020-11-18T01:07:13.119Z] === Skipped [2020-11-18T01:07:13.119Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-18T01:07:13.119Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T01:07:13.119Z] [2020-11-18T01:07:13.119Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-18T01:07:13.119Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T01:07:13.119Z] [2020-11-18T01:07:13.119Z] [2020-11-18T01:07:13.119Z] DONE 2 tests, 2 skipped in 0.076s [2020-11-18T01:07:13.119Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-18T01:07:13.119Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:13.119Z] ++ set -e [2020-11-18T01:07:13.119Z] ++ '[' -n 0 ']' [2020-11-18T01:07:13.119Z] ++ set -x [2020-11-18T01:07:13.119Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:13.119Z] INFO: Testing against a local daemon [2020-11-18T01:07:13.119Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-18T01:07:14.164Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2020-11-18T01:07:14.164Z] === RUN TestDockerNetworkMacvlan [2020-11-18T01:07:14.435Z] Cannot create a file when that file already exists. [2020-11-18T01:07:15.204Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-18T01:07:15.328Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-11-18T01:07:15.328Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-11-18T01:07:15.841Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-18T01:07:15.901Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-11-18T01:07:16.845Z] --- PASS: TestServiceWithDataPathPortInit (15.79s) [2020-11-18T01:07:16.845Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-18T01:07:16.883Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-18T01:07:18.970Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-18T01:07:20.260Z] Removing intermediate container 4f529d2f228d [2020-11-18T01:07:20.260Z] ---> 006dc5861398 [2020-11-18T01:07:20.260Z] Step 13/13 : CMD ["sh"] [2020-11-18T01:07:20.260Z] ---> Running in e2438f407736 [2020-11-18T01:07:20.260Z] Removing intermediate container e2438f407736 [2020-11-18T01:07:20.260Z] ---> 7b803e438268 [2020-11-18T01:07:20.260Z] Successfully built 7b803e438268 [2020-11-18T01:07:20.260Z] Successfully tagged busybox:latest [2020-11-18T01:07:20.260Z] INFO: Docker images of the daemon under test [2020-11-18T01:07:20.260Z] [2020-11-18T01:07:20.260Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-11-18T01:07:20.260Z] busybox latest 7b803e438268 1 second ago 5.19GB [2020-11-18T01:07:20.260Z] microsoft/windowsservercore latest 32fecabef723 2 weeks ago 5.12GB [2020-11-18T01:07:20.260Z] mcr.microsoft.com/windows/servercore ltsc2019 32fecabef723 2 weeks ago 5.12GB [2020-11-18T01:07:20.260Z] [2020-11-18T01:07:20.260Z] INFO: Running integration tests at 11/18/2020 01:07:20... [2020-11-18T01:07:20.260Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-11-18T01:07:20.260Z] INFO: Integration API tests being run from the host: [2020-11-18T01:07:20.723Z] INFO: make.ps1 starting at 11/18/2020 01:07:20 [2020-11-18T01:07:21.054Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-18T01:07:21.186Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-11-18T01:07:23.434Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-11-18T01:07:24.592Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-18T01:07:25.233Z] --- PASS: TestDockerNetworkMacvlan (11.13s) [2020-11-18T01:07:25.233Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-11-18T01:07:25.233Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-11-18T01:07:25.233Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2020-11-18T01:07:25.233Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.92s) [2020-11-18T01:07:25.233Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.22s) [2020-11-18T01:07:25.233Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s) [2020-11-18T01:07:25.233Z] PASS [2020-11-18T01:07:25.233Z] [2020-11-18T01:07:25.233Z] DONE 8 tests in 12.578s [2020-11-18T01:07:25.233Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-18T01:07:25.233Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:25.233Z] ++ set -e [2020-11-18T01:07:25.233Z] ++ '[' -n 0 ']' [2020-11-18T01:07:25.233Z] ++ set -x [2020-11-18T01:07:25.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:25.233Z] testing: warning: no tests to run [2020-11-18T01:07:25.233Z] PASS [2020-11-18T01:07:25.233Z] [2020-11-18T01:07:25.233Z] DONE 0 tests in 0.013s [2020-11-18T01:07:25.233Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-18T01:07:25.233Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:25.233Z] ++ set -e [2020-11-18T01:07:25.233Z] ++ '[' -n 0 ']' [2020-11-18T01:07:25.233Z] ++ set -x [2020-11-18T01:07:25.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:25.350Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.27s) [2020-11-18T01:07:25.350Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:rzbcwpoyzrrq1um4i26dogxep Created:2020-11-18 01:07:18.395546516 +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[a1687c9207761ab4db977b8074c0c23a081ec510cf04967f0fc6581a02ac852a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tw4najxhh2j10sr78mg3uinzr EndpointID:997c9b487793c4b8bba6f23dc26ddaff537245b560806c7a81834af827f3fbcb MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d6a00d79b08a6dadb4cc8f9b52462844b05c780321b1418df04a2d0f4f54cc1d 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:b2a7f7ea0369 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tw4najxhh2j10sr78mg3uinzr EndpointID:997c9b487793c4b8bba6f23dc26ddaff537245b560806c7a81834af827f3fbcb EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-18T01:07:25.350Z] PASS [2020-11-18T01:07:25.350Z] [2020-11-18T01:07:25.350Z] === Skipped [2020-11-18T01:07:25.350Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-18T01:07:25.350Z] service_test.go:236: FLAKY_TEST [2020-11-18T01:07:25.350Z] [2020-11-18T01:07:25.350Z] [2020-11-18T01:07:25.350Z] DONE 23 tests, 1 skipped in 50.208s [2020-11-18T01:07:25.350Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-18T01:07:25.350Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:25.350Z] ++ set -e [2020-11-18T01:07:25.350Z] ++ '[' -n 0 ']' [2020-11-18T01:07:25.350Z] ++ set -x [2020-11-18T01:07:25.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:25.350Z] INFO: Testing against a local daemon [2020-11-18T01:07:25.350Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-18T01:07:25.350Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-18T01:07:25.350Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T01:07:25.350Z] === RUN TestDockerNetworkIpvlan [2020-11-18T01:07:25.350Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-18T01:07:25.350Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T01:07:25.350Z] PASS [2020-11-18T01:07:25.350Z] [2020-11-18T01:07:25.350Z] === Skipped [2020-11-18T01:07:25.350Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-18T01:07:25.350Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T01:07:25.350Z] [2020-11-18T01:07:25.350Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-18T01:07:25.350Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-18T01:07:25.350Z] [2020-11-18T01:07:25.350Z] [2020-11-18T01:07:25.350Z] DONE 2 tests, 2 skipped in 0.176s [2020-11-18T01:07:25.350Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-18T01:07:25.350Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:25.350Z] ++ set -e [2020-11-18T01:07:25.350Z] ++ '[' -n 0 ']' [2020-11-18T01:07:25.350Z] ++ set -x [2020-11-18T01:07:25.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:25.527Z] INFO: Testing against a local daemon [2020-11-18T01:07:25.527Z] === RUN TestAuthZPluginAllowRequest [2020-11-18T01:07:25.612Z] INFO: Testing against a local daemon [2020-11-18T01:07:25.612Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-18T01:07:25.873Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-11-18T01:07:26.817Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-11-18T01:07:26.817Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2020-11-18T01:07:26.817Z] === RUN TestDockerNetworkMacvlan [2020-11-18T01:07:27.044Z] --- PASS: TestAuthZPluginAllowRequest (1.36s) [2020-11-18T01:07:27.044Z] === RUN TestAuthZPluginTLS [2020-11-18T01:07:27.339Z] --- PASS: TestAuthZPluginTLS (0.56s) [2020-11-18T01:07:27.339Z] === RUN TestAuthZPluginDenyRequest [2020-11-18T01:07:27.762Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-18T01:07:27.977Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2020-11-18T01:07:27.977Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-18T01:07:28.272Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-11-18T01:07:28.272Z] === RUN TestAuthZPluginDenyResponse [2020-11-18T01:07:28.704Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-18T01:07:28.704Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-11-18T01:07:28.704Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-11-18T01:07:28.910Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2020-11-18T01:07:28.910Z] === RUN TestAuthZPluginAllowEventStream [2020-11-18T01:07:29.647Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-18T01:07:30.430Z] --- PASS: TestAuthZPluginAllowEventStream (1.32s) [2020-11-18T01:07:30.430Z] === RUN TestAuthZPluginErrorResponse [2020-11-18T01:07:30.733Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-11-18T01:07:30.733Z] === RUN TestAuthZPluginErrorRequest [2020-11-18T01:07:31.372Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-11-18T01:07:31.372Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-18T01:07:32.009Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-11-18T01:07:32.009Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-18T01:07:32.201Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-18T01:07:32.781Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-11-18T01:07:33.353Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-11-18T01:07:34.086Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.75s) [2020-11-18T01:07:34.086Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-18T01:07:34.299Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-18T01:07:34.871Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-11-18T01:07:35.444Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-11-18T01:07:35.603Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.72s) [2020-11-18T01:07:35.603Z] === RUN TestAuthZPluginHeader [2020-11-18T01:07:36.019Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-11-18T01:07:36.240Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-11-18T01:07:36.240Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-18T01:07:36.240Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-18T01:07:36.240Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:07:36.240Z] === RUN TestAuthZPluginV2Disable [2020-11-18T01:07:36.240Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-18T01:07:36.240Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:07:36.240Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-18T01:07:36.240Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-18T01:07:36.240Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:07:36.240Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-18T01:07:36.240Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-18T01:07:36.240Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:07:36.240Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-18T01:07:37.408Z] === RUN TestDockerSuite/TestBuildNetNone [2020-11-18T01:07:38.799Z] === RUN TestDockerSuite/TestBuildNoContext [2020-11-18T01:07:39.743Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-11-18T01:07:40.316Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-18T01:07:40.889Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-11-18T01:07:41.834Z] --- PASS: TestDockerNetworkMacvlan (14.75s) [2020-11-18T01:07:41.834Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-11-18T01:07:41.834Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-11-18T01:07:41.834Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.38s) [2020-11-18T01:07:41.834Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.30s) [2020-11-18T01:07:41.834Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.44s) [2020-11-18T01:07:41.834Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.00s) [2020-11-18T01:07:41.834Z] PASS [2020-11-18T01:07:41.834Z] [2020-11-18T01:07:41.834Z] DONE 8 tests in 16.330s [2020-11-18T01:07:41.834Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-18T01:07:41.834Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:41.834Z] ++ set -e [2020-11-18T01:07:41.834Z] ++ '[' -n 0 ']' [2020-11-18T01:07:41.834Z] ++ set -x [2020-11-18T01:07:41.834Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:41.834Z] testing: warning: no tests to run [2020-11-18T01:07:41.834Z] PASS [2020-11-18T01:07:41.834Z] [2020-11-18T01:07:41.834Z] DONE 0 tests in 0.033s [2020-11-18T01:07:41.834Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-18T01:07:41.834Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:41.834Z] ++ set -e [2020-11-18T01:07:41.834Z] ++ '[' -n 0 ']' [2020-11-18T01:07:41.834Z] ++ set -x [2020-11-18T01:07:41.834Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:41.834Z] INFO: Testing against a local daemon [2020-11-18T01:07:41.834Z] === RUN TestAuthZPluginAllowRequest [2020-11-18T01:07:42.406Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-11-18T01:07:42.667Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-11-18T01:07:42.667Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-11-18T01:07:43.240Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-11-18T01:07:43.503Z] --- PASS: TestAuthZPluginAllowRequest (1.51s) [2020-11-18T01:07:43.503Z] === RUN TestAuthZPluginTLS [2020-11-18T01:07:43.765Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-11-18T01:07:44.027Z] --- PASS: TestAuthZPluginTLS (0.56s) [2020-11-18T01:07:44.027Z] === RUN TestAuthZPluginDenyRequest [2020-11-18T01:07:44.289Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-11-18T01:07:44.550Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-11-18T01:07:44.550Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-18T01:07:45.123Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-11-18T01:07:45.123Z] === RUN TestAuthZPluginDenyResponse [2020-11-18T01:07:45.696Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-11-18T01:07:45.696Z] === RUN TestAuthZPluginAllowEventStream [2020-11-18T01:07:45.958Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-11-18T01:07:46.529Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-11-18T01:07:47.102Z] --- PASS: TestAuthZPluginAllowEventStream (1.45s) [2020-11-18T01:07:47.102Z] === RUN TestAuthZPluginErrorResponse [2020-11-18T01:07:47.674Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2020-11-18T01:07:47.674Z] === RUN TestAuthZPluginErrorRequest [2020-11-18T01:07:48.247Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2020-11-18T01:07:48.247Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-18T01:07:48.820Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-11-18T01:07:48.820Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2020-11-18T01:07:48.820Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-18T01:07:49.763Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-11-18T01:07:50.711Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.95s) [2020-11-18T01:07:50.711Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-18T01:07:51.240Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:07:51.240Z] INFO: Testing against a local daemon [2020-11-18T01:07:51.240Z] === RUN TestBuildWithSession [2020-11-18T01:07:51.240Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-18T01:07:51.240Z] build_session_test.go:25: TODO: BuildKit [2020-11-18T01:07:51.240Z] === RUN TestBuildSquashParent [2020-11-18T01:07:51.240Z] --- SKIP: TestBuildSquashParent (0.00s) [2020-11-18T01:07:51.240Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:07:51.240Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-18T01:07:51.240Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T01:07:51.240Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T01:07:51.240Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T01:07:51.240Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T01:07:51.240Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T01:07:51.240Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T01:07:51.240Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T01:07:51.240Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T01:07:51.240Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T01:07:51.240Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T01:07:51.240Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T01:07:51.240Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T01:07:51.240Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-18T01:07:51.240Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-18T01:07:51.240Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-18T01:07:51.240Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-18T01:07:51.655Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-11-18T01:07:52.598Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.78s) [2020-11-18T01:07:52.599Z] === RUN TestAuthZPluginHeader [2020-11-18T01:07:52.859Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-11-18T01:07:53.432Z] --- PASS: TestAuthZPluginHeader (0.87s) [2020-11-18T01:07:53.432Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-18T01:07:54.004Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-11-18T01:07:54.576Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-11-18T01:07:54.828Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s) [2020-11-18T01:07:54.828Z] PASS [2020-11-18T01:07:54.828Z] [2020-11-18T01:07:54.828Z] === Skipped [2020-11-18T01:07:54.828Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-18T01:07:54.828Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:07:54.828Z] [2020-11-18T01:07:54.828Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-18T01:07:54.828Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:07:54.828Z] [2020-11-18T01:07:54.828Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-18T01:07:54.828Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:07:54.828Z] [2020-11-18T01:07:54.828Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-18T01:07:54.828Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:07:54.828Z] [2020-11-18T01:07:54.828Z] [2020-11-18T01:07:54.828Z] DONE 17 tests, 4 skipped in 27.656s [2020-11-18T01:07:54.828Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-18T01:07:54.828Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:54.828Z] ++ set -e [2020-11-18T01:07:54.828Z] ++ '[' -n 0 ']' [2020-11-18T01:07:54.828Z] ++ set -x [2020-11-18T01:07:54.828Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:54.828Z] INFO: Testing against a local daemon [2020-11-18T01:07:54.828Z] === RUN TestPluginInvalidJSON [2020-11-18T01:07:54.828Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:07:54.828Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:07:54.828Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:07:54.828Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-11-18T01:07:54.828Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-18T01:07:54.828Z] === RUN TestPluginInstall [2020-11-18T01:07:54.828Z] === RUN TestPluginInstall/no_auth [2020-11-18T01:07:54.828Z] time="2020-11-18T01:07:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:07:54.828Z] time="2020-11-18T01:07:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:009ef30065b5055b0b42d83c64b2003520ac519fd8bad610f71175fe0bb9d6f4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:07:54.829Z] time="2020-11-18T01:07:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:07:54.829Z] time="2020-11-18T01:07:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:009ef30065b5055b0b42d83c64b2003520ac519fd8bad610f71175fe0bb9d6f4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:07:55.131Z] === RUN TestPluginInstall/with_htpasswd [2020-11-18T01:07:55.773Z] time="2020-11-18T01:07:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:07:55.773Z] time="2020-11-18T01:07:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:009ef30065b5055b0b42d83c64b2003520ac519fd8bad610f71175fe0bb9d6f4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:07:55.773Z] time="2020-11-18T01:07:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:07:55.773Z] time="2020-11-18T01:07:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:009ef30065b5055b0b42d83c64b2003520ac519fd8bad610f71175fe0bb9d6f4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:07:56.067Z] === RUN TestPluginInstall/with_insecure [2020-11-18T01:07:57.108Z] time="2020-11-18T01:07:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:07:57.108Z] time="2020-11-18T01:07:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7fe127d072966ba52e0f9c8c216bfea75212effb685e32dab6a366b035ac05c9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:07:57.108Z] time="2020-11-18T01:07:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:07:57.108Z] time="2020-11-18T01:07:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7fe127d072966ba52e0f9c8c216bfea75212effb685e32dab6a366b035ac05c9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:07:57.124Z] === RUN TestDockerSuite/TestBuildPATH [2020-11-18T01:07:57.385Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.15s) [2020-11-18T01:07:57.385Z] === RUN TestAuthZPluginV2Disable [2020-11-18T01:07:57.401Z] --- PASS: TestPluginInstall (4.26s) [2020-11-18T01:07:57.401Z] --- PASS: TestPluginInstall/no_auth (1.95s) [2020-11-18T01:07:57.401Z] --- PASS: TestPluginInstall/with_htpasswd (0.95s) [2020-11-18T01:07:57.401Z] --- PASS: TestPluginInstall/with_insecure (1.36s) [2020-11-18T01:07:57.401Z] plugin_test.go:157: [d9c9110348a97] daemon is not started [2020-11-18T01:07:57.401Z] PASS [2020-11-18T01:07:57.401Z] [2020-11-18T01:07:57.401Z] DONE 6 tests in 4.366s [2020-11-18T01:07:57.401Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-18T01:07:57.401Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:57.401Z] ++ set -e [2020-11-18T01:07:57.401Z] ++ '[' -n 0 ']' [2020-11-18T01:07:57.401Z] ++ set -x [2020-11-18T01:07:57.402Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:07:57.402Z] INFO: Testing against a local daemon [2020-11-18T01:07:57.402Z] === RUN TestExternalGraphDriver [2020-11-18T01:07:57.697Z] === RUN TestExternalGraphDriver/json [2020-11-18T01:07:59.234Z] === RUN TestExternalGraphDriver/spec [2020-11-18T01:07:59.300Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-11-18T01:07:59.873Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-11-18T01:08:00.817Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-11-18T01:08:01.079Z] --- PASS: TestAuthZPluginV2Disable (3.56s) [2020-11-18T01:08:01.079Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-18T01:08:01.308Z] === RUN TestExternalGraphDriver/pull [2020-11-18T01:08:01.639Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-18T01:08:01.639Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-18T01:08:03.386Z] --- PASS: TestExternalGraphDriver (5.84s) [2020-11-18T01:08:03.386Z] --- PASS: TestExternalGraphDriver/json (1.78s) [2020-11-18T01:08:03.386Z] --- PASS: TestExternalGraphDriver/spec (1.76s) [2020-11-18T01:08:03.386Z] --- PASS: TestExternalGraphDriver/pull (2.18s) [2020-11-18T01:08:03.386Z] === RUN TestGraphdriverPluginV2 [2020-11-18T01:08:03.386Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2020-11-18T01:08:03.386Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:08:03.386Z] PASS [2020-11-18T01:08:03.386Z] [2020-11-18T01:08:03.386Z] === Skipped [2020-11-18T01:08:03.386Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2020-11-18T01:08:03.386Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:08:03.386Z] [2020-11-18T01:08:03.386Z] [2020-11-18T01:08:03.386Z] DONE 5 tests, 1 skipped in 5.963s [2020-11-18T01:08:03.386Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-18T01:08:03.386Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:03.386Z] ++ set -e [2020-11-18T01:08:03.386Z] ++ '[' -n 0 ']' [2020-11-18T01:08:03.386Z] ++ set -x [2020-11-18T01:08:03.386Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:03.386Z] INFO: Testing against a local daemon [2020-11-18T01:08:03.386Z] === RUN TestContinueAfterPluginCrash [2020-11-18T01:08:03.386Z] === PAUSE TestContinueAfterPluginCrash [2020-11-18T01:08:03.386Z] === RUN TestReadPluginNoRead [2020-11-18T01:08:03.386Z] === PAUSE TestReadPluginNoRead [2020-11-18T01:08:03.386Z] === RUN TestDaemonStartWithLogOpt [2020-11-18T01:08:03.386Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-18T01:08:03.386Z] === CONT TestContinueAfterPluginCrash [2020-11-18T01:08:03.386Z] === CONT TestReadPluginNoRead [2020-11-18T01:08:03.386Z] === CONT TestDaemonStartWithLogOpt [2020-11-18T01:08:04.380Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.28s) [2020-11-18T01:08:04.380Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-18T01:08:07.687Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-11-18T01:08:08.998Z] === RUN TestReadPluginNoRead/default [2020-11-18T01:08:08.998Z] --- PASS: TestDaemonStartWithLogOpt (5.56s) [2020-11-18T01:08:09.603Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-11-18T01:08:10.049Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-18T01:08:10.263Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-18T01:08:10.263Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (13.07s) [2020-11-18T01:08:10.263Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.46s) [2020-11-18T01:08:10.263Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.73s) [2020-11-18T01:08:10.263Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.77s) [2020-11-18T01:08:10.263Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (8.07s) [2020-11-18T01:08:10.263Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.47s) [2020-11-18T01:08:10.263Z] === RUN TestBuildMultiStageCopy [2020-11-18T01:08:10.263Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-18T01:08:11.561Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-18T01:08:12.160Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-11-18T01:08:13.073Z] --- PASS: TestReadPluginNoRead (9.38s) [2020-11-18T01:08:13.073Z] --- PASS: TestReadPluginNoRead/default (1.44s) [2020-11-18T01:08:13.073Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.44s) [2020-11-18T01:08:13.073Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.34s) [2020-11-18T01:08:13.073Z] read_test.go:92: [d3c99ca0a38a0] daemon is not started [2020-11-18T01:08:14.587Z] --- PASS: TestContinueAfterPluginCrash (10.85s) [2020-11-18T01:08:14.587Z] PASS [2020-11-18T01:08:14.587Z] [2020-11-18T01:08:14.587Z] DONE 6 tests in 10.931s [2020-11-18T01:08:14.587Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-18T01:08:14.587Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:14.587Z] ++ set -e [2020-11-18T01:08:14.587Z] ++ '[' -n 0 ']' [2020-11-18T01:08:14.587Z] ++ set -x [2020-11-18T01:08:14.587Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:14.587Z] testing: warning: no tests to run [2020-11-18T01:08:14.587Z] PASS [2020-11-18T01:08:14.587Z] [2020-11-18T01:08:14.587Z] DONE 0 tests in 0.017s [2020-11-18T01:08:14.587Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-18T01:08:14.587Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:14.587Z] ++ set -e [2020-11-18T01:08:14.587Z] ++ '[' -n 0 ']' [2020-11-18T01:08:14.587Z] ++ set -x [2020-11-18T01:08:14.587Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:14.587Z] INFO: Testing against a local daemon [2020-11-18T01:08:14.587Z] === RUN TestPluginWithDevMounts [2020-11-18T01:08:14.587Z] === PAUSE TestPluginWithDevMounts [2020-11-18T01:08:14.587Z] === CONT TestPluginWithDevMounts [2020-11-18T01:08:14.711Z] === RUN TestDockerSuite/TestBuildRm [2020-11-18T01:08:16.103Z] --- PASS: TestPluginWithDevMounts (1.84s) [2020-11-18T01:08:16.103Z] PASS [2020-11-18T01:08:16.103Z] [2020-11-18T01:08:16.103Z] DONE 1 tests in 1.917s [2020-11-18T01:08:16.103Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-11-18T01:08:16.103Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:16.103Z] ++ set -e [2020-11-18T01:08:16.103Z] ++ '[' -n 0 ']' [2020-11-18T01:08:16.103Z] ++ set -x [2020-11-18T01:08:16.103Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:16.395Z] INFO: Testing against a local daemon [2020-11-18T01:08:16.395Z] === RUN TestSecretInspect [2020-11-18T01:08:17.261Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-11-18T01:08:17.373Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-18T01:08:17.832Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-11-18T01:08:18.349Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-18T01:08:18.406Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.94s) [2020-11-18T01:08:18.406Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-18T01:08:18.472Z] --- PASS: TestSecretInspect (1.90s) [2020-11-18T01:08:18.472Z] === RUN TestSecretList [2020-11-18T01:08:18.977Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-11-18T01:08:19.240Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-11-18T01:08:19.333Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-18T01:08:19.811Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-11-18T01:08:20.316Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-18T01:08:20.550Z] --- PASS: TestSecretList (1.94s) [2020-11-18T01:08:20.550Z] === RUN TestSecretsCreateAndDelete [2020-11-18T01:08:20.753Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-11-18T01:08:21.325Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-11-18T01:08:21.865Z] --- PASS: TestBuildMultiStageCopy (12.34s) [2020-11-18T01:08:21.865Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.39s) [2020-11-18T01:08:21.865Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.77s) [2020-11-18T01:08:21.865Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.87s) [2020-11-18T01:08:21.865Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-11-18T01:08:21.865Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.29s) [2020-11-18T01:08:21.865Z] === RUN TestBuildMultiStageParentConfig [2020-11-18T01:08:22.075Z] --- PASS: TestSecretsCreateAndDelete (1.93s) [2020-11-18T01:08:22.075Z] === RUN TestSecretsUpdate [2020-11-18T01:08:22.270Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-11-18T01:08:23.414Z] --- PASS: TestBuildMultiStageParentConfig (1.96s) [2020-11-18T01:08:23.414Z] === RUN TestBuildLabelWithTargets [2020-11-18T01:08:23.414Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2020-11-18T01:08:23.414Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-18T01:08:23.414Z] === RUN TestBuildWithEmptyLayers [2020-11-18T01:08:24.148Z] --- PASS: TestSecretsUpdate (1.88s) [2020-11-18T01:08:24.148Z] === RUN TestTemplatedSecret [2020-11-18T01:08:24.400Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2020-11-18T01:08:24.400Z] === RUN TestBuildMultiStageOnBuild [2020-11-18T01:08:24.817Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-11-18T01:08:24.817Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-11-18T01:08:24.817Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-11-18T01:08:24.817Z] === RUN TestDockerSuite/TestBuildSpaces [2020-11-18T01:08:25.079Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-11-18T01:08:25.650Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-11-18T01:08:25.912Z] === RUN TestDockerSuite/TestBuildStderr [2020-11-18T01:08:26.239Z] --- PASS: TestTemplatedSecret (2.39s) [2020-11-18T01:08:26.239Z] === RUN TestSecretCreateResolve [2020-11-18T01:08:26.484Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-11-18T01:08:28.316Z] --- PASS: TestSecretCreateResolve (1.91s) [2020-11-18T01:08:28.316Z] PASS [2020-11-18T01:08:28.316Z] [2020-11-18T01:08:28.316Z] DONE 6 tests in 12.011s [2020-11-18T01:08:28.316Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-11-18T01:08:28.316Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:28.316Z] ++ set -e [2020-11-18T01:08:28.316Z] ++ '[' -n 0 ']' [2020-11-18T01:08:28.316Z] ++ set -x [2020-11-18T01:08:28.316Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:28.316Z] INFO: Testing against a local daemon [2020-11-18T01:08:28.316Z] === RUN TestServiceCreateInit [2020-11-18T01:08:28.316Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-18T01:08:29.787Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-11-18T01:08:29.787Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-11-18T01:08:30.731Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-11-18T01:08:30.992Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-11-18T01:08:31.573Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-11-18T01:08:31.852Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-18T01:08:32.537Z] === RUN TestDockerSuite/TestBuildUser [2020-11-18T01:08:33.922Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-11-18T01:08:34.865Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2020-11-18T01:08:34.865Z] PASS [2020-11-18T01:08:34.865Z] [2020-11-18T01:08:34.865Z] DONE 17 tests in 53.164s [2020-11-18T01:08:34.865Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-18T01:08:34.865Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:34.865Z] ++ set -e [2020-11-18T01:08:34.865Z] ++ '[' -n 0 ']' [2020-11-18T01:08:34.865Z] ++ set -x [2020-11-18T01:08:34.865Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:35.127Z] INFO: Testing against a local daemon [2020-11-18T01:08:35.127Z] === RUN TestPluginInvalidJSON [2020-11-18T01:08:35.127Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-11-18T01:08:35.127Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:08:35.127Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:08:35.127Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:08:35.127Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-11-18T01:08:35.127Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-18T01:08:35.127Z] === RUN TestPluginInstall [2020-11-18T01:08:35.127Z] === RUN TestPluginInstall/no_auth [2020-11-18T01:08:36.325Z] --- PASS: TestServiceCreateInit (7.37s) [2020-11-18T01:08:36.325Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.61s) [2020-11-18T01:08:36.325Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.73s) [2020-11-18T01:08:36.325Z] === RUN TestCreateServiceMultipleTimes [2020-11-18T01:08:36.833Z] --- PASS: TestBuildMultiStageOnBuild (11.49s) [2020-11-18T01:08:36.833Z] === RUN TestBuildUncleanTarFilenames [2020-11-18T01:08:36.833Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2020-11-18T01:08:36.833Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-18T01:08:36.833Z] === RUN TestBuildMultiStageLayerLeak [2020-11-18T01:08:37.046Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-11-18T01:08:38.436Z] time="2020-11-18T01:08:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:08:38.436Z] time="2020-11-18T01:08:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:187f2195e22003d3af5ad7a5a7ba85b551050ac9fad1839d7ed82854e0e87c3e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:08:38.436Z] time="2020-11-18T01:08:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:08:38.437Z] time="2020-11-18T01:08:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:187f2195e22003d3af5ad7a5a7ba85b551050ac9fad1839d7ed82854e0e87c3e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:08:39.010Z] === RUN TestPluginInstall/with_htpasswd [2020-11-18T01:08:39.584Z] time="2020-11-18T01:08:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:08:39.585Z] time="2020-11-18T01:08:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2182514e8f11c7acd7c369036fc53c77b19f63139677fe8a631b66f3bdd6873f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:08:39.585Z] time="2020-11-18T01:08:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:08:39.585Z] time="2020-11-18T01:08:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2182514e8f11c7acd7c369036fc53c77b19f63139677fe8a631b66f3bdd6873f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:08:40.157Z] === RUN TestPluginInstall/with_insecure [2020-11-18T01:08:41.544Z] time="2020-11-18T01:08:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:08:41.544Z] time="2020-11-18T01:08:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3805731b7d56788c3c67f5c26c80ef75f1f4ce65de08906cd345ab80f4cf0427" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:08:41.544Z] time="2020-11-18T01:08:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-18T01:08:41.544Z] time="2020-11-18T01:08:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3805731b7d56788c3c67f5c26c80ef75f1f4ce65de08906cd345ab80f4cf0427" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-18T01:08:41.544Z] --- PASS: TestPluginInstall (6.48s) [2020-11-18T01:08:41.544Z] --- PASS: TestPluginInstall/no_auth (3.89s) [2020-11-18T01:08:41.544Z] --- PASS: TestPluginInstall/with_htpasswd (1.10s) [2020-11-18T01:08:41.544Z] --- PASS: TestPluginInstall/with_insecure (1.49s) [2020-11-18T01:08:41.544Z] plugin_test.go:157: [d9d5da80338a4] daemon is not started [2020-11-18T01:08:41.544Z] PASS [2020-11-18T01:08:41.544Z] [2020-11-18T01:08:41.544Z] DONE 6 tests in 6.679s [2020-11-18T01:08:41.544Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-18T01:08:41.544Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:41.544Z] ++ set -e [2020-11-18T01:08:41.544Z] ++ '[' -n 0 ']' [2020-11-18T01:08:41.544Z] ++ set -x [2020-11-18T01:08:41.544Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:41.805Z] INFO: Testing against a local daemon [2020-11-18T01:08:41.805Z] === RUN TestExternalGraphDriver [2020-11-18T01:08:41.805Z] === RUN TestExternalGraphDriver/json [2020-11-18T01:08:43.722Z] === RUN TestExternalGraphDriver/spec [2020-11-18T01:08:45.640Z] === RUN TestExternalGraphDriver/pull [2020-11-18T01:08:47.202Z] --- PASS: TestBuildMultiStageLayerLeak (10.14s) [2020-11-18T01:08:47.202Z] === RUN TestBuildWithHugeFile [2020-11-18T01:08:47.555Z] --- PASS: TestExternalGraphDriver (5.68s) [2020-11-18T01:08:47.555Z] --- PASS: TestExternalGraphDriver/json (1.92s) [2020-11-18T01:08:47.555Z] --- PASS: TestExternalGraphDriver/spec (1.91s) [2020-11-18T01:08:47.555Z] --- PASS: TestExternalGraphDriver/pull (1.73s) [2020-11-18T01:08:47.555Z] === RUN TestGraphdriverPluginV2 [2020-11-18T01:08:50.861Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-11-18T01:08:51.122Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-11-18T01:08:51.386Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-11-18T01:08:51.715Z] --- PASS: TestCreateServiceMultipleTimes (15.34s) [2020-11-18T01:08:51.715Z] === RUN TestCreateServiceConflict [2020-11-18T01:08:51.973Z] --- PASS: TestGraphdriverPluginV2 (4.45s) [2020-11-18T01:08:51.973Z] PASS [2020-11-18T01:08:51.973Z] [2020-11-18T01:08:51.973Z] DONE 5 tests in 10.288s [2020-11-18T01:08:51.973Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-18T01:08:51.973Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:51.973Z] ++ set -e [2020-11-18T01:08:51.973Z] ++ '[' -n 0 ']' [2020-11-18T01:08:51.973Z] ++ set -x [2020-11-18T01:08:51.973Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:08:51.973Z] INFO: Testing against a local daemon [2020-11-18T01:08:51.973Z] === RUN TestContinueAfterPluginCrash [2020-11-18T01:08:51.973Z] === PAUSE TestContinueAfterPluginCrash [2020-11-18T01:08:51.973Z] === RUN TestReadPluginNoRead [2020-11-18T01:08:51.973Z] === PAUSE TestReadPluginNoRead [2020-11-18T01:08:51.973Z] === RUN TestDaemonStartWithLogOpt [2020-11-18T01:08:51.973Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-18T01:08:51.973Z] === CONT TestContinueAfterPluginCrash [2020-11-18T01:08:51.973Z] === CONT TestDaemonStartWithLogOpt [2020-11-18T01:08:52.235Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-11-18T01:08:53.179Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-11-18T01:08:53.228Z] --- PASS: TestCreateServiceConflict (1.91s) [2020-11-18T01:08:53.228Z] === RUN TestCreateServiceMaxReplicas [2020-11-18T01:08:55.096Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-11-18T01:08:55.096Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-11-18T01:08:55.096Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-11-18T01:08:55.096Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-11-18T01:08:55.096Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-11-18T01:08:55.985Z] --- PASS: TestCreateServiceMaxReplicas (2.60s) [2020-11-18T01:08:55.985Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-18T01:08:57.012Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-11-18T01:08:57.012Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-11-18T01:08:57.274Z] --- PASS: TestDaemonStartWithLogOpt (5.27s) [2020-11-18T01:08:57.274Z] === CONT TestReadPluginNoRead [2020-11-18T01:08:57.534Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-11-18T01:08:58.477Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-11-18T01:08:59.422Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-11-18T01:08:59.423Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-11-18T01:08:59.684Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-11-18T01:09:01.071Z] === RUN TestReadPluginNoRead/default [2020-11-18T01:09:02.459Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-11-18T01:09:02.721Z] --- PASS: TestContinueAfterPluginCrash (10.58s) [2020-11-18T01:09:03.295Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-18T01:09:04.241Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-11-18T01:09:04.814Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-11-18T01:09:05.076Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-18T01:09:06.463Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-11-18T01:09:06.727Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-11-18T01:09:06.990Z] --- PASS: TestReadPluginNoRead (9.56s) [2020-11-18T01:09:06.990Z] --- PASS: TestReadPluginNoRead/default (2.14s) [2020-11-18T01:09:06.990Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.79s) [2020-11-18T01:09:06.990Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.92s) [2020-11-18T01:09:06.990Z] read_test.go:92: [dec62e455d3ab] daemon is not started [2020-11-18T01:09:06.990Z] PASS [2020-11-18T01:09:06.990Z] [2020-11-18T01:09:06.990Z] DONE 6 tests in 15.001s [2020-11-18T01:09:06.990Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-18T01:09:06.990Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:09:06.990Z] ++ set -e [2020-11-18T01:09:06.990Z] ++ '[' -n 0 ']' [2020-11-18T01:09:06.990Z] ++ set -x [2020-11-18T01:09:06.990Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:09:06.990Z] testing: warning: no tests to run [2020-11-18T01:09:06.990Z] PASS [2020-11-18T01:09:06.990Z] [2020-11-18T01:09:06.990Z] DONE 0 tests in 0.086s [2020-11-18T01:09:06.990Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-18T01:09:06.990Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:09:06.990Z] ++ set -e [2020-11-18T01:09:06.990Z] ++ '[' -n 0 ']' [2020-11-18T01:09:06.990Z] ++ set -x [2020-11-18T01:09:06.990Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:09:07.252Z] INFO: Testing against a local daemon [2020-11-18T01:09:07.252Z] === RUN TestPluginWithDevMounts [2020-11-18T01:09:07.252Z] === PAUSE TestPluginWithDevMounts [2020-11-18T01:09:07.252Z] === CONT TestPluginWithDevMounts [2020-11-18T01:09:07.825Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-11-18T01:09:07.825Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-11-18T01:09:08.650Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.82s) [2020-11-18T01:09:08.650Z] === RUN TestCreateServiceSecretFileMode [2020-11-18T01:09:08.767Z] === RUN TestDockerSuite/TestBuildXZHost [2020-11-18T01:09:09.339Z] --- PASS: TestPluginWithDevMounts (2.04s) [2020-11-18T01:09:09.339Z] PASS [2020-11-18T01:09:09.339Z] [2020-11-18T01:09:09.339Z] DONE 1 tests in 2.276s [2020-11-18T01:09:09.339Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-18T01:09:09.339Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:09:09.339Z] ++ set -e [2020-11-18T01:09:09.339Z] ++ '[' -n 0 ']' [2020-11-18T01:09:09.339Z] ++ set -x [2020-11-18T01:09:09.339Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:09:09.613Z] INFO: Testing against a local daemon [2020-11-18T01:09:09.613Z] === RUN TestSecretInspect [2020-11-18T01:09:10.574Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-11-18T01:09:10.574Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-11-18T01:09:10.574Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-11-18T01:09:10.735Z] --- PASS: TestCreateServiceSecretFileMode (2.28s) [2020-11-18T01:09:10.735Z] === RUN TestCreateServiceConfigFileMode [2020-11-18T01:09:10.835Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-11-18T01:09:11.779Z] === RUN TestDockerSuite/TestCommitChange [2020-11-18T01:09:12.350Z] --- PASS: TestSecretInspect (2.70s) [2020-11-18T01:09:12.350Z] === RUN TestSecretList [2020-11-18T01:09:12.613Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-11-18T01:09:12.827Z] --- PASS: TestCreateServiceConfigFileMode (2.22s) [2020-11-18T01:09:12.827Z] === RUN TestCreateServiceSysctls [2020-11-18T01:09:13.184Z] === RUN TestDockerSuite/TestCommitHardlink [2020-11-18T01:09:14.571Z] === RUN TestDockerSuite/TestCommitNewFile [2020-11-18T01:09:14.834Z] --- PASS: TestSecretList (2.66s) [2020-11-18T01:09:14.834Z] === RUN TestSecretsCreateAndDelete [2020-11-18T01:09:15.778Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-11-18T01:09:16.351Z] === RUN TestDockerSuite/TestCommitTTY [2020-11-18T01:09:16.361Z] --- PASS: TestCreateServiceSysctls (3.04s) [2020-11-18T01:09:16.361Z] === RUN TestCreateServiceCapabilities [2020-11-18T01:09:17.737Z] --- PASS: TestSecretsCreateAndDelete (2.67s) [2020-11-18T01:09:17.737Z] === RUN TestSecretsUpdate [2020-11-18T01:09:17.737Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-11-18T01:09:18.441Z] --- PASS: TestCreateServiceCapabilities (2.24s) [2020-11-18T01:09:18.441Z] === RUN TestInspect [2020-11-18T01:09:18.681Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-11-18T01:09:18.681Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-11-18T01:09:20.068Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-11-18T01:09:20.329Z] --- PASS: TestSecretsUpdate (2.90s) [2020-11-18T01:09:20.330Z] === RUN TestTemplatedSecret [2020-11-18T01:09:20.902Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-11-18T01:09:20.902Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-11-18T01:09:21.164Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-11-18T01:09:21.164Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-11-18T01:09:21.164Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-11-18T01:09:21.164Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-11-18T01:09:21.202Z] --- PASS: TestInspect (2.51s) [2020-11-18T01:09:21.202Z] === RUN TestCreateJob [2020-11-18T01:09:21.426Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-11-18T01:09:23.341Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-11-18T01:09:23.937Z] --- PASS: TestCreateJob (2.99s) [2020-11-18T01:09:23.937Z] === RUN TestReplicatedJob [2020-11-18T01:09:24.731Z] --- PASS: TestTemplatedSecret (4.23s) [2020-11-18T01:09:24.731Z] === RUN TestSecretCreateResolve [2020-11-18T01:09:24.992Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-11-18T01:09:24.992Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-11-18T01:09:25.564Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-11-18T01:09:26.508Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-11-18T01:09:27.081Z] --- PASS: TestSecretCreateResolve (2.30s) [2020-11-18T01:09:27.081Z] PASS [2020-11-18T01:09:27.081Z] [2020-11-18T01:09:27.081Z] DONE 6 tests in 17.630s [2020-11-18T01:09:27.081Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-18T01:09:27.081Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:09:27.081Z] ++ set -e [2020-11-18T01:09:27.081Z] ++ '[' -n 0 ']' [2020-11-18T01:09:27.081Z] ++ set -x [2020-11-18T01:09:27.081Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:09:27.081Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-11-18T01:09:27.353Z] INFO: Testing against a local daemon [2020-11-18T01:09:27.353Z] === RUN TestServiceCreateInit [2020-11-18T01:09:27.353Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-18T01:09:27.633Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-11-18T01:09:28.444Z] --- PASS: TestReplicatedJob (4.85s) [2020-11-18T01:09:28.444Z] === RUN TestUpdateReplicatedJob [2020-11-18T01:09:28.577Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-11-18T01:09:28.577Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-11-18T01:09:28.577Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-11-18T01:09:28.838Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-11-18T01:09:28.838Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-11-18T01:09:29.099Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-11-18T01:09:29.099Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-11-18T01:09:29.361Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-11-18T01:09:29.935Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-11-18T01:09:30.509Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-11-18T01:09:31.082Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-11-18T01:09:31.082Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-11-18T01:09:31.978Z] --- PASS: TestUpdateReplicatedJob (2.98s) [2020-11-18T01:09:31.978Z] === RUN TestServiceListWithStatuses [2020-11-18T01:09:31.978Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-18T01:09:31.978Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-18T01:09:31.978Z] === RUN TestDockerNetworkConnectAlias [2020-11-18T01:09:32.028Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-18T01:09:32.970Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-11-18T01:09:33.543Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-11-18T01:09:33.543Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-11-18T01:09:34.116Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-11-18T01:09:35.065Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-11-18T01:09:35.516Z] --- PASS: TestDockerNetworkConnectAlias (4.09s) [2020-11-18T01:09:35.516Z] === RUN TestDockerNetworkReConnect [2020-11-18T01:09:35.638Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-11-18T01:09:36.210Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-11-18T01:09:36.210Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-11-18T01:09:36.471Z] --- PASS: TestServiceCreateInit (9.20s) [2020-11-18T01:09:36.471Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.71s) [2020-11-18T01:09:36.471Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.46s) [2020-11-18T01:09:36.471Z] === RUN TestCreateServiceMultipleTimes [2020-11-18T01:09:36.731Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-11-18T01:09:37.677Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-11-18T01:09:38.249Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-11-18T01:09:38.512Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-11-18T01:09:39.060Z] --- PASS: TestDockerNetworkReConnect (3.09s) [2020-11-18T01:09:39.060Z] === RUN TestServicePlugin [2020-11-18T01:09:39.060Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-18T01:09:39.060Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:09:39.060Z] === RUN TestServiceUpdateLabel [2020-11-18T01:09:39.457Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-11-18T01:09:40.578Z] --- PASS: TestServiceUpdateLabel (1.89s) [2020-11-18T01:09:40.578Z] === RUN TestServiceUpdateSecrets [2020-11-18T01:09:40.845Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-11-18T01:09:42.237Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-11-18T01:09:42.237Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-11-18T01:09:42.237Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-11-18T01:09:42.237Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-11-18T01:09:42.237Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-11-18T01:09:42.810Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-11-18T01:09:48.114Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-11-18T01:09:48.114Z] === RUN TestDockerSuite/TestContainerAPITop [2020-11-18T01:09:48.686Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-11-18T01:09:48.686Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-11-18T01:09:48.686Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-11-18T01:09:51.233Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-11-18T01:09:51.494Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-11-18T01:09:52.437Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-11-18T01:09:54.352Z] --- PASS: TestCreateServiceMultipleTimes (17.77s) [2020-11-18T01:09:54.352Z] === RUN TestCreateServiceConflict [2020-11-18T01:09:55.297Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-11-18T01:09:55.870Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-11-18T01:09:55.935Z] --- PASS: TestServiceUpdateSecrets (14.20s) [2020-11-18T01:09:55.935Z] === RUN TestServiceUpdateConfigs [2020-11-18T01:09:56.814Z] --- PASS: TestCreateServiceConflict (2.67s) [2020-11-18T01:09:56.814Z] === RUN TestCreateServiceMaxReplicas [2020-11-18T01:09:57.386Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-11-18T01:09:58.331Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-11-18T01:09:59.717Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-11-18T01:10:00.290Z] --- PASS: TestCreateServiceMaxReplicas (3.49s) [2020-11-18T01:10:00.290Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-18T01:10:01.233Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-11-18T01:10:02.620Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-11-18T01:10:03.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-11-18T01:10:04.578Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b4ef80_} [2020-11-18T01:10:05.965Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1988901977_/foo_false____} [2020-11-18T01:10:07.113Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-11-18T01:10:07.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1988901977_/foo_true____} [2020-11-18T01:10:08.759Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3105544164_/foo_false____} [2020-11-18T01:10:09.392Z] --- PASS: TestServiceUpdateConfigs (14.29s) [2020-11-18T01:10:09.392Z] === RUN TestServiceUpdateNetwork [2020-11-18T01:10:10.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3105544164_/foo_true____} [2020-11-18T01:10:12.058Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3105544164_/foo_true__0xc000b4efe0__} [2020-11-18T01:10:13.001Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b4f000_} [2020-11-18T01:10:13.943Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.67s) [2020-11-18T01:10:13.943Z] === RUN TestCreateServiceSecretFileMode [2020-11-18T01:10:14.514Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b4f020_} [2020-11-18T01:10:15.902Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b4f040_} [2020-11-18T01:10:17.816Z] --- PASS: TestCreateServiceSecretFileMode (3.73s) [2020-11-18T01:10:17.816Z] === RUN TestCreateServiceConfigFileMode [2020-11-18T01:10:17.816Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b4f060_} [2020-11-18T01:10:19.202Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-11-18T01:10:20.589Z] --- PASS: TestCreateServiceConfigFileMode (2.83s) [2020-11-18T01:10:20.589Z] === RUN TestCreateServiceSysctls [2020-11-18T01:10:20.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-11-18T01:10:20.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-11-18T01:10:20.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-11-18T01:10:20.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-11-18T01:10:20.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-11-18T01:10:20.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-11-18T01:10:20.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-11-18T01:10:20.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-11-18T01:10:20.850Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-11-18T01:10:20.850Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-11-18T01:10:20.850Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-11-18T01:10:20.850Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-11-18T01:10:20.850Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-11-18T01:10:20.850Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-11-18T01:10:20.850Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-11-18T01:10:20.850Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-11-18T01:10:21.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-11-18T01:10:21.111Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-11-18T01:10:22.048Z] --- PASS: TestServiceUpdateNetwork (12.33s) [2020-11-18T01:10:22.048Z] === RUN TestServiceUpdatePidsLimit [2020-11-18T01:10:22.342Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-18T01:10:22.497Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-11-18T01:10:22.982Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-18T01:10:23.884Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-11-18T01:10:24.830Z] --- PASS: TestCreateServiceSysctls (4.28s) [2020-11-18T01:10:24.830Z] === RUN TestCreateServiceCapabilities [2020-11-18T01:10:25.911Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-11-18T01:10:28.459Z] --- PASS: TestCreateServiceCapabilities (3.28s) [2020-11-18T01:10:28.459Z] === RUN TestInspect [2020-11-18T01:10:28.459Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-11-18T01:10:29.404Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-11-18T01:10:29.666Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-11-18T01:10:30.046Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-18T01:10:30.611Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-11-18T01:10:31.555Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-11-18T01:10:31.555Z] --- PASS: TestInspect (3.38s) [2020-11-18T01:10:31.555Z] === RUN TestCreateJob [2020-11-18T01:10:32.129Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-11-18T01:10:32.700Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-11-18T01:10:33.647Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-11-18T01:10:34.592Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-11-18T01:10:35.163Z] --- PASS: TestCreateJob (3.72s) [2020-11-18T01:10:35.163Z] === RUN TestReplicatedJob [2020-11-18T01:10:35.425Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-11-18T01:10:36.368Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-11-18T01:10:36.941Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-11-18T01:10:37.887Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-11-18T01:10:38.536Z] --- PASS: TestServiceUpdatePidsLimit (15.96s) [2020-11-18T01:10:38.536Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2020-11-18T01:10:38.536Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2020-11-18T01:10:38.536Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2020-11-18T01:10:38.536Z] PASS [2020-11-18T01:10:38.536Z] [2020-11-18T01:10:38.536Z] === Skipped [2020-11-18T01:10:38.536Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-11-18T01:10:38.536Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-18T01:10:38.536Z] [2020-11-18T01:10:38.536Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-11-18T01:10:38.536Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-18T01:10:38.536Z] [2020-11-18T01:10:38.536Z] [2020-11-18T01:10:38.536Z] DONE 27 tests, 2 skipped in 129.085s [2020-11-18T01:10:38.536Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-11-18T01:10:38.536Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:10:38.536Z] ++ set -e [2020-11-18T01:10:38.536Z] ++ '[' -n 0 ']' [2020-11-18T01:10:38.536Z] ++ set -x [2020-11-18T01:10:38.536Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:10:38.536Z] INFO: Testing against a local daemon [2020-11-18T01:10:38.536Z] === RUN TestSessionCreate [2020-11-18T01:10:38.536Z] --- PASS: TestSessionCreate (0.03s) [2020-11-18T01:10:38.536Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-18T01:10:38.536Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-11-18T01:10:38.536Z] PASS [2020-11-18T01:10:38.536Z] [2020-11-18T01:10:38.536Z] DONE 2 tests in 0.138s [2020-11-18T01:10:38.536Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-11-18T01:10:38.536Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:10:38.536Z] ++ set -e [2020-11-18T01:10:38.536Z] ++ '[' -n 0 ']' [2020-11-18T01:10:38.536Z] ++ set -x [2020-11-18T01:10:38.536Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:10:38.536Z] INFO: Testing against a local daemon [2020-11-18T01:10:38.536Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-18T01:10:38.536Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-18T01:10:38.536Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-18T01:10:38.536Z] === RUN TestEventsExecDie [2020-11-18T01:10:38.536Z] --- PASS: TestEventsExecDie (0.59s) [2020-11-18T01:10:38.536Z] === RUN TestEventsBackwardsCompatible [2020-11-18T01:10:38.536Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-11-18T01:10:38.536Z] === RUN TestInfoBinaryCommits [2020-11-18T01:10:38.536Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-11-18T01:10:38.536Z] === RUN TestInfoAPIVersioned [2020-11-18T01:10:38.536Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-18T01:10:38.536Z] === RUN TestInfoDiscoveryBackend [2020-11-18T01:10:38.829Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-11-18T01:10:38.829Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-18T01:10:38.831Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-11-18T01:10:39.777Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-11-18T01:10:39.869Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-18T01:10:39.869Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-18T01:10:40.505Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.55s) [2020-11-18T01:10:40.505Z] === RUN TestInfoAPI [2020-11-18T01:10:40.505Z] --- PASS: TestInfoAPI (0.04s) [2020-11-18T01:10:40.505Z] === RUN TestInfoAPIWarnings [2020-11-18T01:10:40.722Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-11-18T01:10:41.665Z] --- PASS: TestReplicatedJob (6.16s) [2020-11-18T01:10:41.665Z] === RUN TestUpdateReplicatedJob [2020-11-18T01:10:41.665Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-11-18T01:10:42.608Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-11-18T01:10:43.557Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-11-18T01:10:43.557Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-11-18T01:10:44.137Z] === RUN TestDockerSuite/TestCpRelativePath [2020-11-18T01:10:45.079Z] --- PASS: TestUpdateReplicatedJob (3.45s) [2020-11-18T01:10:45.080Z] === RUN TestServiceListWithStatuses [2020-11-18T01:10:45.080Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-11-18T01:10:45.080Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-18T01:10:45.080Z] === RUN TestDockerNetworkConnectAlias [2020-11-18T01:10:45.080Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-11-18T01:10:46.024Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-11-18T01:10:46.596Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-11-18T01:10:47.540Z] === RUN TestDockerSuite/TestCpToCaseA [2020-11-18T01:10:48.927Z] === RUN TestDockerSuite/TestCpToCaseB [2020-11-18T01:10:49.500Z] === RUN TestDockerSuite/TestCpToCaseC [2020-11-18T01:10:50.072Z] --- PASS: TestDockerNetworkConnectAlias (5.24s) [2020-11-18T01:10:50.072Z] === RUN TestDockerNetworkReConnect [2020-11-18T01:10:51.459Z] === RUN TestDockerSuite/TestCpToCaseD [2020-11-18T01:10:54.768Z] --- PASS: TestDockerNetworkReConnect (4.51s) [2020-11-18T01:10:54.768Z] === RUN TestServicePlugin [2020-11-18T01:10:55.341Z] === RUN TestDockerSuite/TestCpToCaseE [2020-11-18T01:10:58.647Z] === RUN TestDockerSuite/TestCpToCaseF [2020-11-18T01:10:58.647Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-11-18T01:10:58.647Z] === RUN TestDockerSuite/TestCpToCaseG [2020-11-18T01:10:59.096Z] --- PASS: TestInfoAPIWarnings (16.32s) [2020-11-18T01:10:59.096Z] === RUN TestInfoDebug [2020-11-18T01:10:59.096Z] --- PASS: TestInfoDebug (0.53s) [2020-11-18T01:10:59.096Z] === RUN TestInfoInsecureRegistries [2020-11-18T01:10:59.096Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-11-18T01:10:59.096Z] === RUN TestInfoRegistryMirrors [2020-11-18T01:10:59.096Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-11-18T01:10:59.096Z] === RUN TestLoginFailsWithBadCredentials [2020-11-18T01:10:59.096Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-11-18T01:10:59.096Z] === RUN TestPingCacheHeaders [2020-11-18T01:10:59.096Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-11-18T01:10:59.096Z] === RUN TestPingGet [2020-11-18T01:10:59.096Z] --- PASS: TestPingGet (0.02s) [2020-11-18T01:10:59.096Z] === RUN TestPingHead [2020-11-18T01:10:59.096Z] --- PASS: TestPingHead (0.04s) [2020-11-18T01:10:59.096Z] === RUN TestVersion [2020-11-18T01:10:59.096Z] --- PASS: TestVersion (0.03s) [2020-11-18T01:10:59.096Z] PASS [2020-11-18T01:10:59.096Z] [2020-11-18T01:10:59.096Z] === Skipped [2020-11-18T01:10:59.096Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-18T01:10:59.096Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-18T01:10:59.096Z] [2020-11-18T01:10:59.096Z] [2020-11-18T01:10:59.096Z] DONE 18 tests, 1 skipped in 21.251s [2020-11-18T01:10:59.096Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-11-18T01:10:59.096Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:10:59.096Z] ++ set -e [2020-11-18T01:10:59.096Z] ++ '[' -n 0 ']' [2020-11-18T01:10:59.096Z] ++ set -x [2020-11-18T01:10:59.096Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:10:59.096Z] INFO: Testing against a local daemon [2020-11-18T01:10:59.096Z] === RUN TestVolumesCreateAndList [2020-11-18T01:10:59.096Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-11-18T01:10:59.096Z] === RUN TestVolumesRemove [2020-11-18T01:10:59.096Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-18T01:10:59.096Z] === RUN TestVolumesInspect [2020-11-18T01:10:59.096Z] --- PASS: TestVolumesInspect (0.03s) [2020-11-18T01:10:59.096Z] === RUN TestVolumesInvalidJSON [2020-11-18T01:10:59.096Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-18T01:10:59.096Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-18T01:10:59.096Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-18T01:10:59.096Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-11-18T01:10:59.096Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-18T01:10:59.096Z] PASS [2020-11-18T01:10:59.096Z] [2020-11-18T01:10:59.096Z] DONE 5 tests in 0.210s [2020-11-18T01:10:59.096Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-18T01:10:59.096Z] ++++ cat bundles/test-integration/docker.pid [2020-11-18T01:10:59.096Z] +++ kill 14078 [2020-11-18T01:11:00.616Z] +++ /etc/init.d/apparmor stop [2020-11-18T01:11:00.616Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-18T01:11:00.616Z] [2020-11-18T01:11:00.616Z] Unloading profiles will leave already running processes permanently [2020-11-18T01:11:00.616Z] unconfined, which can lead to unexpected situations. [2020-11-18T01:11:00.616Z] [2020-11-18T01:11:00.616Z] To set a process to complain mode, use the command line tool [2020-11-18T01:11:00.616Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-18T01:11:00.616Z] +++ true [2020-11-18T01:11:00.616Z] exiting test-integration [2020-11-18T01:11:00.616Z] ++ exit 0 [2020-11-18T01:11:00.616Z] Post stage [Pipeline] junit [2020-11-18T01:11:02.185Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-18T01:11:03.058Z] + echo Ensuring container killed. [2020-11-18T01:11:03.058Z] Ensuring container killed. [2020-11-18T01:11:03.058Z] + docker rm -vf docker-pr6 [2020-11-18T01:11:03.058Z] Error: No such container: docker-pr6 [2020-11-18T01:11:03.058Z] + true [Pipeline] sh [2020-11-18T01:11:03.444Z] + echo Chowning /workspace to jenkins user [2020-11-18T01:11:03.444Z] Chowning /workspace to jenkins user [2020-11-18T01:11:03.444Z] + id -u [2020-11-18T01:11:03.444Z] + id -g [2020-11-18T01:11:03.444Z] + docker run --rm -v /home/docker/workspace/moby_PR-41620:/workspace busybox chown -R 1001:1001 /workspace [2020-11-18T01:11:03.444Z] Unable to find image 'busybox:latest' locally [2020-11-18T01:11:03.945Z] === RUN TestDockerSuite/TestCpToCaseH [2020-11-18T01:11:04.078Z] latest: Pulling from library/busybox [2020-11-18T01:11:04.078Z] a72ff6653ea1: Pulling fs layer [2020-11-18T01:11:04.718Z] a72ff6653ea1: Verifying Checksum [2020-11-18T01:11:04.718Z] a72ff6653ea1: Download complete [2020-11-18T01:11:04.718Z] a72ff6653ea1: Pull complete [2020-11-18T01:11:04.718Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-18T01:11:04.718Z] Status: Downloaded newer image for busybox:latest [2020-11-18T01:11:04.888Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-11-18T01:11:05.462Z] === RUN TestDockerSuite/TestCpToCaseI [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-18T01:11:06.423Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-11-18T01:11:06.636Z] + bundleName=ppc64le-integration [2020-11-18T01:11:06.636Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-11-18T01:11:06.636Z] Creating ppc64le-integration-bundles.tar.gz [2020-11-18T01:11:06.636Z] + + xargs tar -czf ppc64le-integration-bundles.tar.gz [2020-11-18T01:11:06.636Z] find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-11-18T01:11:06.683Z] Archiving artifacts [2020-11-18T01:11:09.142Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41620/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-18T01:11:09.536Z] + make clean [2020-11-18T01:11:09.742Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-11-18T01:11:09.829Z] make: command: Command not found [2020-11-18T01:11:09.829Z] make: command: Command not found [2020-11-18T01:11:09.829Z] docker volume rm -f docker-dev-cache [2020-11-18T01:11:09.829Z] docker-dev-cache [Pipeline] deleteDir [2020-11-18T01:11:10.687Z] === RUN TestDockerSuite/TestCpToDot [2020-11-18T01:11:11.262Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-18T01:11:12.206Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-11-18T01:11:13.150Z] === RUN TestDockerSuite/TestCpToStdout [2020-11-18T01:11:14.095Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-11-18T01:11:14.221Z] --- PASS: TestBuildWithHugeFile (142.32s) [2020-11-18T01:11:14.221Z] === RUN TestBuildWithEmptyDockerfile [2020-11-18T01:11:14.221Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T01:11:14.221Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T01:11:14.221Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T01:11:14.221Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T01:11:14.221Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T01:11:14.221Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T01:11:14.221Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-18T01:11:14.221Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-18T01:11:14.221Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-18T01:11:14.221Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-11-18T01:11:14.221Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2020-11-18T01:11:14.221Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2020-11-18T01:11:14.221Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2020-11-18T01:11:14.221Z] === RUN TestBuildPreserveOwnership [2020-11-18T01:11:14.221Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2020-11-18T01:11:14.221Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-18T01:11:14.221Z] === RUN TestBuildPlatformInvalid [2020-11-18T01:11:14.221Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2020-11-18T01:11:14.221Z] PASS [2020-11-18T01:11:14.221Z] ok github.com/docker/docker/integration/build 201.219s [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === Skipped [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-11-18T01:11:14.221Z] build_session_test.go:25: TODO: BuildKit [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-11-18T01:11:14.221Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-11-18T01:11:14.221Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-11-18T01:11:14.221Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-11-18T01:11:14.221Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] DONE 28 tests, 5 skipped in 227.598s [2020-11-18T01:11:14.221Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-11-18T01:11:14.221Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:11:14.221Z] INFO: Testing against a local daemon [2020-11-18T01:11:14.221Z] === RUN TestConfigInspect [2020-11-18T01:11:14.221Z] --- SKIP: TestConfigInspect (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:14.221Z] === RUN TestConfigList [2020-11-18T01:11:14.221Z] --- SKIP: TestConfigList (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:14.221Z] === RUN TestConfigsCreateAndDelete [2020-11-18T01:11:14.221Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:14.221Z] === RUN TestConfigsUpdate [2020-11-18T01:11:14.221Z] --- SKIP: TestConfigsUpdate (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:14.221Z] === RUN TestTemplatedConfig [2020-11-18T01:11:14.221Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:14.221Z] === RUN TestConfigCreateResolve [2020-11-18T01:11:14.221Z] --- SKIP: TestConfigCreateResolve (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:11:14.221Z] === RUN TestConfigDaemonLibtrustID [2020-11-18T01:11:14.221Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:11:14.221Z] PASS [2020-11-18T01:11:14.221Z] ok github.com/docker/docker/integration/config 0.212s [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === Skipped [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-11-18T01:11:14.221Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] [2020-11-18T01:11:14.221Z] DONE 7 tests, 7 skipped in 2.670s [2020-11-18T01:11:14.221Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-11-18T01:11:15.197Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:11:15.197Z] INFO: Testing against a local daemon [2020-11-18T01:11:15.197Z] === RUN TestCheckpoint [2020-11-18T01:11:15.197Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-18T01:11:15.197Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-18T01:11:15.197Z] === RUN TestContainerInvalidJSON [2020-11-18T01:11:15.197Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T01:11:15.197Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T01:11:15.197Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T01:11:15.197Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T01:11:15.197Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-18T01:11:15.197Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-18T01:11:15.197Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-18T01:11:15.197Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-18T01:11:15.197Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-18T01:11:15.197Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-11-18T01:11:15.197Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-18T01:11:15.197Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-18T01:11:15.197Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-11-18T01:11:15.197Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-18T01:11:15.197Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.30s) [2020-11-18T01:11:15.197Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-18T01:11:15.482Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-11-18T01:11:15.482Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-11-18T01:11:15.660Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2020-11-18T01:11:15.660Z] copy_test.go:38: testEnv.OSType == "windows" [2020-11-18T01:11:15.660Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-18T01:11:15.660Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s) [2020-11-18T01:11:15.660Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-18T01:11:15.660Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2020-11-18T01:11:15.660Z] copy_test.go:63: testEnv.OSType == "windows" [2020-11-18T01:11:15.660Z] === RUN TestCopyFromContainer [2020-11-18T01:11:15.660Z] --- SKIP: TestCopyFromContainer (0.00s) [2020-11-18T01:11:15.660Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:15.660Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-18T01:11:15.660Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T01:11:15.660Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T01:11:15.660Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T01:11:15.660Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T01:11:15.660Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T01:11:15.660Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T01:11:15.660Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-18T01:11:15.660Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-18T01:11:15.660Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-18T01:11:15.660Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-18T01:11:15.660Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-18T01:11:15.660Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-11-18T01:11:15.660Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-11-18T01:11:15.660Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-18T01:11:15.660Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2020-11-18T01:11:15.660Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-11-18T01:11:15.660Z] === RUN TestCreateWithInvalidEnv [2020-11-18T01:11:15.660Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-18T01:11:15.660Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-18T01:11:15.660Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-18T01:11:15.660Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-18T01:11:15.660Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-18T01:11:15.660Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-18T01:11:15.660Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-18T01:11:15.660Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-18T01:11:15.660Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-18T01:11:15.660Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-18T01:11:15.660Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-18T01:11:15.660Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-18T01:11:15.660Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-11-18T01:11:15.660Z] === RUN TestCreateTmpfsMountsTarget [2020-11-18T01:11:15.660Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2020-11-18T01:11:15.660Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:15.660Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-18T01:11:15.660Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2020-11-18T01:11:15.660Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:11:15.660Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-18T01:11:15.660Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2020-11-18T01:11:15.660Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:11:15.660Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-18T01:11:15.660Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T01:11:15.660Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T01:11:15.661Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T01:11:15.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T01:11:15.661Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T01:11:15.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T01:11:15.661Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T01:11:15.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T01:11:15.661Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T01:11:15.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T01:11:15.661Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-18T01:11:15.661Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-18T01:11:15.661Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-18T01:11:15.661Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-18T01:11:15.661Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-18T01:11:15.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-18T01:11:15.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-18T01:11:15.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-18T01:11:15.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-18T01:11:15.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-18T01:11:15.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-11-18T01:11:15.661Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-18T01:11:15.661Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-11-18T01:11:15.661Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-11-18T01:11:15.661Z] === RUN TestCreateDifferentPlatform [2020-11-18T01:11:15.661Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-18T01:11:15.661Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-18T01:11:15.661Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2020-11-18T01:11:15.661Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2020-11-18T01:11:15.661Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-18T01:11:15.661Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-18T01:11:15.661Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-11-18T01:11:15.661Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-18T01:11:15.661Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2020-11-18T01:11:15.661Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-11-18T01:11:15.661Z] === RUN TestContainerKillOnDaemonStart [2020-11-18T01:11:15.661Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-11-18T01:11:15.661Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:15.661Z] === RUN TestDiff [2020-11-18T01:11:15.661Z] --- SKIP: TestDiff (0.00s) [2020-11-18T01:11:15.661Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-11-18T01:11:15.661Z] === RUN TestExecWithCloseStdin [2020-11-18T01:11:16.054Z] === RUN TestDockerSuite/TestCpVolumePath [2020-11-18T01:11:16.997Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-11-18T01:11:17.257Z] === RUN TestDockerSuite/TestCreateArgs [2020-11-18T01:11:17.257Z] === RUN TestDockerSuite/TestCreateByImageID [2020-11-18T01:11:17.518Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-11-18T01:11:17.866Z] --- PASS: TestExecWithCloseStdin (2.01s) [2020-11-18T01:11:17.866Z] === RUN TestExec [2020-11-18T01:11:18.090Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-11-18T01:11:18.090Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-11-18T01:11:18.090Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-11-18T01:11:18.662Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-11-18T01:11:18.923Z] === RUN TestDockerSuite/TestCreateLabels [2020-11-18T01:11:18.923Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-11-18T01:11:19.184Z] === RUN TestDockerSuite/TestCreateRM [2020-11-18T01:11:19.184Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-11-18T01:11:19.184Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-11-18T01:11:19.184Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-11-18T01:11:19.445Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-11-18T01:11:20.060Z] --- PASS: TestExec (1.94s) [2020-11-18T01:11:20.060Z] === RUN TestExecUser [2020-11-18T01:11:20.060Z] --- SKIP: TestExecUser (0.00s) [2020-11-18T01:11:20.060Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-11-18T01:11:20.060Z] === RUN TestExportContainerAndImportImage [2020-11-18T01:11:20.060Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2020-11-18T01:11:20.060Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:20.060Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-18T01:11:20.060Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-11-18T01:11:20.060Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:20.060Z] === RUN TestHealthCheckWorkdir [2020-11-18T01:11:20.060Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2020-11-18T01:11:20.060Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-11-18T01:11:20.060Z] === RUN TestHealthKillContainer [2020-11-18T01:11:20.060Z] --- SKIP: TestHealthKillContainer (0.00s) [2020-11-18T01:11:20.060Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-11-18T01:11:20.060Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-18T01:11:20.060Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2020-11-18T01:11:20.061Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-11-18T01:11:20.061Z] === RUN TestKillContainerInvalidSignal [2020-11-18T01:11:21.360Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-11-18T01:11:21.360Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-11-18T01:11:21.360Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-11-18T01:11:21.609Z] --- PASS: TestKillContainerInvalidSignal (1.69s) [2020-11-18T01:11:21.609Z] === RUN TestKillContainer [2020-11-18T01:11:21.609Z] === RUN TestKillContainer/no_signal [2020-11-18T01:11:23.170Z] === RUN TestKillContainer/non_killing_signal [2020-11-18T01:11:23.170Z] === RUN TestKillContainer/killing_signal [2020-11-18T01:11:24.664Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-11-18T01:11:24.664Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-11-18T01:11:24.664Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-11-18T01:11:24.925Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-11-18T01:11:24.925Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-11-18T01:11:24.925Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-11-18T01:11:24.925Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-11-18T01:11:25.368Z] --- PASS: TestKillContainer (3.57s) [2020-11-18T01:11:25.368Z] --- PASS: TestKillContainer/no_signal (1.55s) [2020-11-18T01:11:25.368Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-11-18T01:11:25.368Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-11-18T01:11:25.368Z] --- PASS: TestKillContainer/killing_signal (1.96s) [2020-11-18T01:11:25.368Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-18T01:11:25.368Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-11-18T01:11:25.368Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-18T01:11:25.368Z] === RUN TestKillStoppedContainer [2020-11-18T01:11:25.368Z] --- SKIP: TestKillStoppedContainer (0.00s) [2020-11-18T01:11:25.368Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-18T01:11:25.368Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-18T01:11:25.368Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2020-11-18T01:11:25.368Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-18T01:11:25.368Z] === RUN TestKillDifferentUserContainer [2020-11-18T01:11:25.368Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2020-11-18T01:11:25.368Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-11-18T01:11:25.368Z] === RUN TestInspectOomKilledTrue [2020-11-18T01:11:25.368Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-18T01:11:25.368Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:25.368Z] === RUN TestInspectOomKilledFalse [2020-11-18T01:11:25.368Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-18T01:11:25.368Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T01:11:25.368Z] === RUN TestLogsFollowTailEmpty [2020-11-18T01:11:25.496Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-11-18T01:11:26.885Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-11-18T01:11:26.917Z] --- PASS: TestLogsFollowTailEmpty (1.61s) [2020-11-18T01:11:26.917Z] === RUN TestNetworkNat [2020-11-18T01:11:26.917Z] --- SKIP: TestNetworkNat (0.00s) [2020-11-18T01:11:26.917Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-11-18T01:11:26.917Z] === RUN TestNetworkLocalhostTCPNat [2020-11-18T01:11:27.458Z] --- PASS: TestServicePlugin (32.73s) [2020-11-18T01:11:27.458Z] plugin_test.go:62: [d0b85f65215e7] joining swarm manager [d6e204a5a97a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:11:27.458Z] plugin_test.go:65: [d43a6893b0afb] joining swarm manager [d6e204a5a97a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:11:27.458Z] === RUN TestServiceUpdateLabel [2020-11-18T01:11:27.720Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-11-18T01:11:29.110Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-11-18T01:11:29.114Z] --- PASS: TestNetworkLocalhostTCPNat (2.01s) [2020-11-18T01:11:29.114Z] === RUN TestNetworkLoopbackNat [2020-11-18T01:11:29.114Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2020-11-18T01:11:29.114Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-11-18T01:11:29.114Z] === RUN TestPause [2020-11-18T01:11:29.114Z] --- SKIP: TestPause (0.00s) [2020-11-18T01:11:29.114Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-11-18T01:11:29.114Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-18T01:11:30.092Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.61s) [2020-11-18T01:11:30.092Z] === RUN TestPauseStopPausedContainer [2020-11-18T01:11:30.092Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2020-11-18T01:11:30.092Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:30.092Z] === RUN TestPsFilter [2020-11-18T01:11:30.499Z] --- PASS: TestServiceUpdateLabel (3.00s) [2020-11-18T01:11:30.499Z] === RUN TestServiceUpdateSecrets [2020-11-18T01:11:30.499Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-11-18T01:11:30.555Z] --- PASS: TestPsFilter (0.09s) [2020-11-18T01:11:30.555Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-18T01:11:31.071Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-11-18T01:11:31.645Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-11-18T01:11:31.906Z] === RUN TestDockerSuite/TestDevicePermissions [2020-11-18T01:11:32.106Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.82s) [2020-11-18T01:11:32.106Z] === RUN TestRemoveContainerWithVolume [2020-11-18T01:11:32.479Z] === RUN TestDockerSuite/TestDockerFails [2020-11-18T01:11:32.479Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-11-18T01:11:32.741Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-11-18T01:11:32.741Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-11-18T01:11:33.684Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-11-18T01:11:33.946Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-11-18T01:11:34.304Z] --- PASS: TestRemoveContainerWithVolume (2.00s) [2020-11-18T01:11:34.304Z] === RUN TestRemoveContainerRunning [2020-11-18T01:11:35.333Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-11-18T01:11:35.333Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-11-18T01:11:35.333Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-11-18T01:11:35.333Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-11-18T01:11:35.855Z] --- PASS: TestRemoveContainerRunning (1.58s) [2020-11-18T01:11:35.855Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-18T01:11:37.408Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.61s) [2020-11-18T01:11:37.408Z] === RUN TestRemoveInvalidContainer [2020-11-18T01:11:37.408Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-18T01:11:37.408Z] === RUN TestRenameLinkedContainer [2020-11-18T01:11:37.408Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2020-11-18T01:11:37.408Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-11-18T01:11:37.408Z] === RUN TestRenameStoppedContainer [2020-11-18T01:11:39.602Z] --- PASS: TestRenameStoppedContainer (2.00s) [2020-11-18T01:11:39.602Z] === RUN TestRenameRunningContainerAndReuse [2020-11-18T01:11:41.918Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-11-18T01:11:42.490Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-11-18T01:11:43.361Z] --- PASS: TestRenameRunningContainerAndReuse (3.33s) [2020-11-18T01:11:43.361Z] === RUN TestRenameInvalidName [2020-11-18T01:11:44.337Z] --- PASS: TestRenameInvalidName (1.57s) [2020-11-18T01:11:44.337Z] === RUN TestRenameAnonymousContainer [2020-11-18T01:11:44.337Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2020-11-18T01:11:44.337Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-11-18T01:11:44.337Z] === RUN TestRenameContainerWithSameName [2020-11-18T01:11:44.406Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-11-18T01:11:45.349Z] --- PASS: TestServiceUpdateSecrets (14.82s) [2020-11-18T01:11:45.349Z] === RUN TestServiceUpdateConfigs [2020-11-18T01:11:45.887Z] --- PASS: TestRenameContainerWithSameName (1.64s) [2020-11-18T01:11:45.887Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-18T01:11:45.887Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2020-11-18T01:11:45.887Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-11-18T01:11:45.887Z] === RUN TestResize [2020-11-18T01:11:45.923Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-11-18T01:11:46.869Z] === RUN TestDockerSuite/TestEventsAttach [2020-11-18T01:11:47.832Z] === RUN TestDockerSuite/TestEventsCommit [2020-11-18T01:11:48.082Z] --- PASS: TestResize (1.67s) [2020-11-18T01:11:48.082Z] === RUN TestResizeWithInvalidSize [2020-11-18T01:11:48.082Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2020-11-18T01:11:48.082Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-11-18T01:11:48.082Z] === RUN TestResizeWhenContainerNotStarted [2020-11-18T01:11:48.403Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-11-18T01:11:48.977Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-11-18T01:11:49.238Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-11-18T01:11:49.630Z] --- PASS: TestResizeWhenContainerNotStarted (1.97s) [2020-11-18T01:11:49.630Z] === RUN TestDaemonRestartKillContainers [2020-11-18T01:11:49.630Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-11-18T01:11:49.630Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:11:49.630Z] === RUN TestStats [2020-11-18T01:11:49.630Z] --- SKIP: TestStats (0.00s) [2020-11-18T01:11:49.630Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-11-18T01:11:49.630Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-18T01:11:49.809Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-11-18T01:11:51.723Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-11-18T01:11:52.294Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-11-18T01:11:54.364Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.81s) [2020-11-18T01:11:54.364Z] === RUN TestStopContainerWithTimeout [2020-11-18T01:11:54.364Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2020-11-18T01:11:54.364Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-11-18T01:11:54.364Z] === RUN TestUpdateRestartPolicy [2020-11-18T01:11:54.843Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-11-18T01:11:56.757Z] === RUN TestDockerSuite/TestEventsCopy [2020-11-18T01:11:57.699Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-11-18T01:11:58.641Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-11-18T01:11:58.903Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-11-18T01:11:59.477Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-11-18T01:12:00.420Z] --- PASS: TestServiceUpdateConfigs (15.16s) [2020-11-18T01:12:00.420Z] === RUN TestServiceUpdateNetwork [2020-11-18T01:12:00.420Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-11-18T01:12:00.991Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-11-18T01:12:01.252Z] === RUN TestDockerSuite/TestEventsFilterType [2020-11-18T01:12:01.512Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-11-18T01:12:01.774Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-11-18T01:12:01.774Z] === RUN TestDockerSuite/TestEventsFilters [2020-11-18T01:12:03.161Z] === RUN TestDockerSuite/TestEventsFormat [2020-11-18T01:12:04.105Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-11-18T01:12:04.367Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-11-18T01:12:04.367Z] === RUN TestDockerSuite/TestEventsImageImport [2020-11-18T01:12:04.942Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-11-18T01:12:05.206Z] === RUN TestDockerSuite/TestEventsImagePull [2020-11-18T01:12:05.786Z] === RUN TestDockerSuite/TestEventsImageTag [2020-11-18T01:12:06.727Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-11-18T01:12:06.988Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-11-18T01:12:06.988Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-11-18T01:12:06.988Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-11-18T01:12:08.903Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-11-18T01:12:09.475Z] === RUN TestDockerSuite/TestEventsRename [2020-11-18T01:12:10.048Z] === RUN TestDockerSuite/TestEventsResize [2020-11-18T01:12:10.620Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-11-18T01:12:13.920Z] --- PASS: TestServiceUpdateNetwork (13.70s) [2020-11-18T01:12:13.920Z] === RUN TestServiceUpdatePidsLimit [2020-11-18T01:12:15.307Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-18T01:12:15.518Z] --- PASS: TestUpdateRestartPolicy (20.65s) [2020-11-18T01:12:15.518Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-18T01:12:16.252Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-11-18T01:12:16.496Z] --- PASS: TestUpdateRestartWithAutoRemove (1.59s) [2020-11-18T01:12:16.496Z] === RUN TestWaitNonBlocked [2020-11-18T01:12:16.496Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T01:12:16.496Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T01:12:16.496Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T01:12:16.496Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T01:12:16.496Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-18T01:12:16.496Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-18T01:12:16.514Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-18T01:12:16.775Z] === RUN TestDockerSuite/TestEventsStreaming [2020-11-18T01:12:17.346Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-11-18T01:12:19.431Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-11-18T01:12:19.431Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.43s) [2020-11-18T01:12:19.431Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.57s) [2020-11-18T01:12:19.431Z] === RUN TestWaitBlocked [2020-11-18T01:12:19.431Z] --- SKIP: TestWaitBlocked (0.00s) [2020-11-18T01:12:19.431Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:19.431Z] PASS [2020-11-18T01:12:19.431Z] ok github.com/docker/docker/integration/container 64.421s [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === Skipped [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-11-18T01:12:19.431Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-11-18T01:12:19.431Z] copy_test.go:38: testEnv.OSType == "windows" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2020-11-18T01:12:19.431Z] copy_test.go:63: testEnv.OSType == "windows" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-11-18T01:12:19.431Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-11-18T01:12:19.431Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-11-18T01:12:19.431Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-11-18T01:12:19.431Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-11-18T01:12:19.431Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-11-18T01:12:19.431Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2020-11-18T01:12:19.431Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-11-18T01:12:19.431Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-11-18T01:12:19.431Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-11-18T01:12:19.431Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-11-18T01:12:19.431Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-11-18T01:12:19.431Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-11-18T01:12:19.431Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-11-18T01:12:19.431Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-11-18T01:12:19.431Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2020-11-18T01:12:19.431Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-11-18T01:12:19.431Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-11-18T01:12:19.431Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-11-18T01:12:19.431Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-11-18T01:12:19.431Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-11-18T01:12:19.431Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-11-18T01:12:19.431Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-11-18T01:12:19.431Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-11-18T01:12:19.431Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-11-18T01:12:19.431Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-11-18T01:12:19.431Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-11-18T01:12:19.431Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-11-18T01:12:19.431Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-11-18T01:12:19.431Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-11-18T01:12:19.431Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-11-18T01:12:19.431Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-11-18T01:12:19.431Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-11-18T01:12:19.431Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-11-18T01:12:19.431Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-11-18T01:12:19.431Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] [2020-11-18T01:12:19.431Z] DONE 88 tests, 37 skipped in 67.644s [2020-11-18T01:12:19.431Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-11-18T01:12:19.892Z] === RUN TestDockerSuite/TestEventsTop [2020-11-18T01:12:20.464Z] === RUN TestDockerSuite/TestEventsUntag [2020-11-18T01:12:21.642Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:21.642Z] INFO: Testing against a local daemon [2020-11-18T01:12:21.642Z] === RUN TestCommitInheritsEnv [2020-11-18T01:12:21.642Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2020-11-18T01:12:21.642Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-18T01:12:21.642Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-18T01:12:21.642Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-11-18T01:12:21.642Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-11-18T01:12:21.642Z] === RUN TestImagesFilterMultiReference [2020-11-18T01:12:22.106Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-11-18T01:12:22.106Z] === RUN TestImagePullPlatformInvalid [2020-11-18T01:12:22.106Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-18T01:12:22.106Z] === RUN TestRemoveImageOrphaning [2020-11-18T01:12:23.008Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-11-18T01:12:23.085Z] --- PASS: TestRemoveImageOrphaning (0.94s) [2020-11-18T01:12:23.085Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-18T01:12:23.085Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-11-18T01:12:23.085Z] === RUN TestTagInvalidReference [2020-11-18T01:12:23.085Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-18T01:12:23.085Z] === RUN TestTagValidPrefixedRepo [2020-11-18T01:12:23.085Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-11-18T01:12:23.085Z] === RUN TestTagExistedNameWithoutForce [2020-11-18T01:12:23.085Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-11-18T01:12:23.085Z] === RUN TestTagOfficialNames [2020-11-18T01:12:23.085Z] --- PASS: TestTagOfficialNames (0.08s) [2020-11-18T01:12:23.085Z] === RUN TestTagMatchesDigest [2020-11-18T01:12:23.085Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-11-18T01:12:23.085Z] PASS [2020-11-18T01:12:23.085Z] ok github.com/docker/docker/integration/image 1.542s [2020-11-18T01:12:23.085Z] [2020-11-18T01:12:23.085Z] === Skipped [2020-11-18T01:12:23.085Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-11-18T01:12:23.085Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-18T01:12:23.085Z] [2020-11-18T01:12:23.085Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-11-18T01:12:23.085Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-11-18T01:12:23.085Z] [2020-11-18T01:12:23.085Z] [2020-11-18T01:12:23.085Z] DONE 11 tests, 2 skipped in 3.766s [2020-11-18T01:12:23.085Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-11-18T01:12:23.269Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-18T01:12:25.283Z] testing: warning: no tests to run [2020-11-18T01:12:25.283Z] PASS [2020-11-18T01:12:25.283Z] ok github.com/docker/docker/integration/network/ipvlan 0.105s [no tests to run] [2020-11-18T01:12:25.283Z] testing: warning: no tests to run [2020-11-18T01:12:25.283Z] PASS [2020-11-18T01:12:25.283Z] ok github.com/docker/docker/integration/network/macvlan 0.056s [no tests to run] [2020-11-18T01:12:26.262Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:26.262Z] INFO: Testing against a local daemon [2020-11-18T01:12:26.262Z] === RUN TestNetworkCreateDelete [2020-11-18T01:12:26.262Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2020-11-18T01:12:26.262Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:26.262Z] === RUN TestDockerNetworkDeletePreferID [2020-11-18T01:12:26.262Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2020-11-18T01:12:26.262Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-11-18T01:12:26.262Z] === RUN TestDaemonDNSFallback [2020-11-18T01:12:26.262Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2020-11-18T01:12:26.262Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:26.262Z] === RUN TestInspectNetwork [2020-11-18T01:12:26.262Z] --- SKIP: TestInspectNetwork (0.00s) [2020-11-18T01:12:26.262Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:26.262Z] === RUN TestRunContainerWithBridgeNone [2020-11-18T01:12:26.262Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-11-18T01:12:26.262Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:26.262Z] === RUN TestNetworkInvalidJSON [2020-11-18T01:12:26.262Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-18T01:12:26.262Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-18T01:12:26.262Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T01:12:26.262Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T01:12:26.262Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T01:12:26.262Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T01:12:26.262Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-18T01:12:26.262Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-18T01:12:26.262Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-18T01:12:26.584Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-11-18T01:12:26.729Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-18T01:12:26.729Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-18T01:12:26.729Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-11-18T01:12:26.729Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2020-11-18T01:12:26.729Z] === RUN TestHostIPv4BridgeLabel [2020-11-18T01:12:26.729Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-11-18T01:12:26.729Z] network_test.go:97: testEnv.OSType == "windows" [2020-11-18T01:12:26.729Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-18T01:12:26.729Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-11-18T01:12:26.729Z] service_test.go:29: testEnv.OSType == "windows" [2020-11-18T01:12:26.729Z] === RUN TestDaemonDefaultNetworkPools [2020-11-18T01:12:26.729Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-11-18T01:12:26.729Z] service_test.go:52: testEnv.OSType == "windows" [2020-11-18T01:12:26.729Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-18T01:12:26.729Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-11-18T01:12:26.729Z] service_test.go:96: testEnv.OSType == "windows" [2020-11-18T01:12:26.729Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-18T01:12:26.729Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-11-18T01:12:26.729Z] service_test.go:130: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-18T01:12:26.730Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:181: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] === RUN TestServiceWithPredefinedNetwork [2020-11-18T01:12:26.730Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:206: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-18T01:12:26.730Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:236: FLAKY_TEST [2020-11-18T01:12:26.730Z] === RUN TestServiceWithDataPathPortInit [2020-11-18T01:12:26.730Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:326: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-18T01:12:26.730Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:394: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] PASS [2020-11-18T01:12:26.730Z] ok github.com/docker/docker/integration/network 0.250s [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === Skipped [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-11-18T01:12:26.730Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-11-18T01:12:26.730Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-11-18T01:12:26.730Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-11-18T01:12:26.730Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-11-18T01:12:26.730Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-11-18T01:12:26.730Z] network_test.go:97: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:29: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:52: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:96: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:130: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:181: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:206: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:236: FLAKY_TEST [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:326: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-18T01:12:26.730Z] service_test.go:394: testEnv.OSType == "windows" [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] [2020-11-18T01:12:26.730Z] DONE 19 tests, 15 skipped in 3.386s [2020-11-18T01:12:26.730Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-11-18T01:12:27.194Z] testing: warning: no tests to run [2020-11-18T01:12:27.194Z] PASS [2020-11-18T01:12:27.194Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2020-11-18T01:12:27.194Z] [2020-11-18T01:12:27.194Z] DONE 0 tests in 0.363s [2020-11-18T01:12:27.194Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-11-18T01:12:27.657Z] testing: warning: no tests to run [2020-11-18T01:12:27.657Z] PASS [2020-11-18T01:12:27.657Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2020-11-18T01:12:27.657Z] [2020-11-18T01:12:27.657Z] DONE 0 tests in 0.363s [2020-11-18T01:12:27.657Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-11-18T01:12:29.129Z] === RUN TestDockerSuite/TestExec [2020-11-18T01:12:29.701Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-11-18T01:12:29.865Z] testing: warning: no tests to run [2020-11-18T01:12:29.865Z] PASS [2020-11-18T01:12:29.865Z] testing: warning: no tests to run [2020-11-18T01:12:29.865Z] PASS [2020-11-18T01:12:29.865Z] ok github.com/docker/docker/integration/plugin/authz 0.251s [no tests to run] [2020-11-18T01:12:29.865Z] ok github.com/docker/docker/integration/plugin 0.162s [no tests to run] [2020-11-18T01:12:30.272Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-11-18T01:12:30.845Z] --- PASS: TestServiceUpdatePidsLimit (16.72s) [2020-11-18T01:12:30.845Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.09s) [2020-11-18T01:12:30.845Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2020-11-18T01:12:30.845Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.91s) [2020-11-18T01:12:30.845Z] PASS [2020-11-18T01:12:30.845Z] [2020-11-18T01:12:30.845Z] === Skipped [2020-11-18T01:12:30.845Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.01s) [2020-11-18T01:12:30.845Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-18T01:12:30.845Z] [2020-11-18T01:12:30.845Z] [2020-11-18T01:12:30.845Z] DONE 27 tests, 1 skipped in 183.780s [2020-11-18T01:12:30.845Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-18T01:12:30.845Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:12:30.845Z] ++ set -e [2020-11-18T01:12:30.845Z] ++ '[' -n 0 ']' [2020-11-18T01:12:30.845Z] ++ set -x [2020-11-18T01:12:30.846Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:12:30.846Z] INFO: Testing against a local daemon [2020-11-18T01:12:30.846Z] === RUN TestSessionCreate [2020-11-18T01:12:30.846Z] --- PASS: TestSessionCreate (0.03s) [2020-11-18T01:12:30.846Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-18T01:12:31.107Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-11-18T01:12:31.107Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-11-18T01:12:31.107Z] PASS [2020-11-18T01:12:31.107Z] [2020-11-18T01:12:31.107Z] DONE 2 tests in 0.249s [2020-11-18T01:12:31.107Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-18T01:12:31.107Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:12:31.107Z] ++ set -e [2020-11-18T01:12:31.107Z] ++ '[' -n 0 ']' [2020-11-18T01:12:31.107Z] ++ set -x [2020-11-18T01:12:31.107Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:12:31.369Z] INFO: Testing against a local daemon [2020-11-18T01:12:31.369Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-18T01:12:31.369Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2020-11-18T01:12:31.369Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-18T01:12:31.369Z] === RUN TestEventsExecDie [2020-11-18T01:12:31.942Z] === RUN TestDockerSuite/TestExecAPIStart [2020-11-18T01:12:31.942Z] --- PASS: TestEventsExecDie (0.81s) [2020-11-18T01:12:31.942Z] === RUN TestEventsBackwardsCompatible [2020-11-18T01:12:32.203Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-11-18T01:12:32.203Z] === RUN TestInfoBinaryCommits [2020-11-18T01:12:32.203Z] --- PASS: TestInfoBinaryCommits (0.06s) [2020-11-18T01:12:32.203Z] === RUN TestInfoAPIVersioned [2020-11-18T01:12:32.203Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-18T01:12:32.203Z] === RUN TestInfoDiscoveryBackend [2020-11-18T01:12:32.777Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-11-18T01:12:32.777Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-18T01:12:33.720Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-11-18T01:12:33.720Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.01s) [2020-11-18T01:12:33.720Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-18T01:12:34.293Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-11-18T01:12:34.293Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-11-18T01:12:34.293Z] === RUN TestInfoAPI [2020-11-18T01:12:34.293Z] --- PASS: TestInfoAPI (0.04s) [2020-11-18T01:12:34.293Z] === RUN TestInfoAPIWarnings [2020-11-18T01:12:34.866Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-11-18T01:12:35.813Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-11-18T01:12:36.384Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-11-18T01:12:36.957Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-11-18T01:12:37.218Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-11-18T01:12:38.606Z] === RUN TestDockerSuite/TestExecCgroup [2020-11-18T01:12:39.179Z] === RUN TestDockerSuite/TestExecEnv [2020-11-18T01:12:39.752Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-11-18T01:12:40.617Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:40.617Z] INFO: Testing against a local daemon [2020-11-18T01:12:40.617Z] === RUN TestExternalGraphDriver [2020-11-18T01:12:40.617Z] --- SKIP: TestExternalGraphDriver (0.00s) [2020-11-18T01:12:40.617Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-18T01:12:40.617Z] === RUN TestGraphdriverPluginV2 [2020-11-18T01:12:40.617Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2020-11-18T01:12:40.617Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-18T01:12:40.617Z] PASS [2020-11-18T01:12:40.617Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.560s [2020-11-18T01:12:40.617Z] testing: warning: no tests to run [2020-11-18T01:12:40.617Z] PASS [2020-11-18T01:12:40.617Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.101s [no tests to run] [2020-11-18T01:12:41.080Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:41.080Z] INFO: Testing against a local daemon [2020-11-18T01:12:41.080Z] === RUN TestReadPluginNoRead [2020-11-18T01:12:41.080Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-11-18T01:12:41.080Z] read_test.go:21: no unix domain sockets on Windows [2020-11-18T01:12:41.080Z] PASS [2020-11-18T01:12:41.080Z] ok github.com/docker/docker/integration/plugin/logging 0.346s [2020-11-18T01:12:41.080Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:41.080Z] INFO: Testing against a local daemon [2020-11-18T01:12:41.080Z] === RUN TestPluginInvalidJSON [2020-11-18T01:12:41.080Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:12:41.080Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:12:41.080Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:12:41.080Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-11-18T01:12:41.080Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-18T01:12:41.080Z] === RUN TestPluginInstall [2020-11-18T01:12:41.080Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-18T01:12:41.080Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-18T01:12:41.080Z] PASS [2020-11-18T01:12:41.080Z] ok github.com/docker/docker/integration/plugin/common 0.447s [2020-11-18T01:12:41.080Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-11-18T01:12:41.080Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-11-18T01:12:41.139Z] === RUN TestDockerSuite/TestExecExitStatus [2020-11-18T01:12:41.712Z] === RUN TestDockerSuite/TestExecInspectID [2020-11-18T01:12:42.648Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:42.648Z] INFO: Testing against a local daemon [2020-11-18T01:12:42.648Z] === RUN TestPluginWithDevMounts [2020-11-18T01:12:42.648Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-18T01:12:42.648Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:42.648Z] PASS [2020-11-18T01:12:42.648Z] ok github.com/docker/docker/integration/plugin/volumes 0.267s [2020-11-18T01:12:42.648Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-11-18T01:12:43.627Z] [2020-11-18T01:12:43.627Z] === Skipped [2020-11-18T01:12:43.627Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-11-18T01:12:43.627Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-18T01:12:43.627Z] [2020-11-18T01:12:43.627Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-11-18T01:12:43.627Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-18T01:12:43.627Z] [2020-11-18T01:12:43.627Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-11-18T01:12:43.627Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-18T01:12:43.627Z] [2020-11-18T01:12:43.627Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-11-18T01:12:43.627Z] read_test.go:21: no unix domain sockets on Windows [2020-11-18T01:12:43.627Z] [2020-11-18T01:12:43.627Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-11-18T01:12:43.627Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:43.627Z] [2020-11-18T01:12:43.627Z] [2020-11-18T01:12:43.627Z] DONE 7 tests, 5 skipped in 15.972s [2020-11-18T01:12:43.628Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-11-18T01:12:43.654Z] === RUN TestDockerSuite/TestExecInteractive [2020-11-18T01:12:43.918Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-11-18T01:12:44.097Z] testing: warning: no tests to run [2020-11-18T01:12:44.097Z] PASS [2020-11-18T01:12:44.097Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2020-11-18T01:12:44.097Z] [2020-11-18T01:12:44.097Z] DONE 0 tests in 0.354s [2020-11-18T01:12:44.097Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-11-18T01:12:44.490Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-11-18T01:12:45.062Z] === RUN TestDockerSuite/TestExecParseError [2020-11-18T01:12:45.081Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:45.081Z] INFO: Testing against a local daemon [2020-11-18T01:12:45.081Z] === RUN TestPluginInvalidJSON [2020-11-18T01:12:45.081Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:12:45.081Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:12:45.081Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-18T01:12:45.081Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-11-18T01:12:45.081Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-18T01:12:45.081Z] === RUN TestPluginInstall [2020-11-18T01:12:45.081Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-18T01:12:45.081Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-18T01:12:45.081Z] PASS [2020-11-18T01:12:45.081Z] ok github.com/docker/docker/integration/plugin/common (cached) [2020-11-18T01:12:45.081Z] [2020-11-18T01:12:45.081Z] === Skipped [2020-11-18T01:12:45.081Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-11-18T01:12:45.081Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-18T01:12:45.081Z] [2020-11-18T01:12:45.081Z] [2020-11-18T01:12:45.081Z] DONE 3 tests, 1 skipped in 0.970s [2020-11-18T01:12:45.081Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-11-18T01:12:45.635Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-11-18T01:12:46.059Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:46.059Z] INFO: Testing against a local daemon [2020-11-18T01:12:46.059Z] === RUN TestExternalGraphDriver [2020-11-18T01:12:46.059Z] --- SKIP: TestExternalGraphDriver (0.00s) [2020-11-18T01:12:46.059Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-18T01:12:46.059Z] === RUN TestGraphdriverPluginV2 [2020-11-18T01:12:46.059Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2020-11-18T01:12:46.059Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-18T01:12:46.059Z] PASS [2020-11-18T01:12:46.059Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2020-11-18T01:12:46.059Z] [2020-11-18T01:12:46.059Z] === Skipped [2020-11-18T01:12:46.059Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-11-18T01:12:46.059Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-18T01:12:46.059Z] [2020-11-18T01:12:46.059Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-11-18T01:12:46.059Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-18T01:12:46.059Z] [2020-11-18T01:12:46.059Z] [2020-11-18T01:12:46.059Z] DONE 2 tests, 2 skipped in 0.836s [2020-11-18T01:12:46.059Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-11-18T01:12:46.206Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-11-18T01:12:46.781Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-11-18T01:12:47.038Z] testing: warning: no tests to run [2020-11-18T01:12:47.038Z] PASS [2020-11-18T01:12:47.038Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:47.038Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-11-18T01:12:47.038Z] INFO: Testing against a local daemon [2020-11-18T01:12:47.038Z] === RUN TestReadPluginNoRead [2020-11-18T01:12:47.038Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-11-18T01:12:47.038Z] read_test.go:21: no unix domain sockets on Windows [2020-11-18T01:12:47.038Z] PASS [2020-11-18T01:12:47.039Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2020-11-18T01:12:47.039Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-11-18T01:12:47.039Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-11-18T01:12:47.039Z] [2020-11-18T01:12:47.039Z] === Skipped [2020-11-18T01:12:47.039Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-11-18T01:12:47.039Z] read_test.go:21: no unix domain sockets on Windows [2020-11-18T01:12:47.039Z] [2020-11-18T01:12:47.039Z] [2020-11-18T01:12:47.039Z] DONE 1 tests, 1 skipped in 0.978s [2020-11-18T01:12:47.039Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-11-18T01:12:47.502Z] testing: warning: no tests to run [2020-11-18T01:12:47.502Z] PASS [2020-11-18T01:12:47.502Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-11-18T01:12:47.502Z] [2020-11-18T01:12:47.502Z] DONE 0 tests in 0.577s [2020-11-18T01:12:47.502Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-11-18T01:12:47.725Z] === RUN TestDockerSuite/TestExecSetEnv [2020-11-18T01:12:48.297Z] === RUN TestDockerSuite/TestExecStartFails [2020-11-18T01:12:48.478Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:48.478Z] INFO: Testing against a local daemon [2020-11-18T01:12:48.478Z] === RUN TestPluginWithDevMounts [2020-11-18T01:12:48.478Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-18T01:12:48.478Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:48.478Z] PASS [2020-11-18T01:12:48.478Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2020-11-18T01:12:48.478Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-11-18T01:12:48.478Z] [2020-11-18T01:12:48.478Z] === Skipped [2020-11-18T01:12:48.478Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-11-18T01:12:48.478Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:48.478Z] [2020-11-18T01:12:48.478Z] [2020-11-18T01:12:48.478Z] DONE 1 tests, 1 skipped in 0.916s [2020-11-18T01:12:48.478Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-11-18T01:12:48.870Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-11-18T01:12:50.784Z] --- PASS: TestInfoAPIWarnings (16.44s) [2020-11-18T01:12:50.784Z] === RUN TestInfoDebug [2020-11-18T01:12:51.357Z] --- PASS: TestInfoDebug (0.52s) [2020-11-18T01:12:51.357Z] === RUN TestInfoInsecureRegistries [2020-11-18T01:12:51.405Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:51.405Z] INFO: Testing against a local daemon [2020-11-18T01:12:51.405Z] === RUN TestSecretInspect [2020-11-18T01:12:51.405Z] --- SKIP: TestSecretInspect (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:51.405Z] === RUN TestSecretList [2020-11-18T01:12:51.405Z] --- SKIP: TestSecretList (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:51.405Z] === RUN TestSecretsCreateAndDelete [2020-11-18T01:12:51.405Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:51.405Z] === RUN TestSecretsUpdate [2020-11-18T01:12:51.405Z] --- SKIP: TestSecretsUpdate (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:51.405Z] === RUN TestTemplatedSecret [2020-11-18T01:12:51.405Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:51.405Z] === RUN TestSecretCreateResolve [2020-11-18T01:12:51.405Z] --- SKIP: TestSecretCreateResolve (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:51.405Z] PASS [2020-11-18T01:12:51.405Z] ok github.com/docker/docker/integration/secret 0.196s [2020-11-18T01:12:51.405Z] [2020-11-18T01:12:51.405Z] === Skipped [2020-11-18T01:12:51.405Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:51.405Z] [2020-11-18T01:12:51.405Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:51.405Z] [2020-11-18T01:12:51.405Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:51.405Z] [2020-11-18T01:12:51.405Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:51.405Z] [2020-11-18T01:12:51.405Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:51.405Z] [2020-11-18T01:12:51.405Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-11-18T01:12:51.405Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:51.405Z] [2020-11-18T01:12:51.405Z] [2020-11-18T01:12:51.405Z] DONE 6 tests, 6 skipped in 2.642s [2020-11-18T01:12:51.405Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-11-18T01:12:51.931Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-11-18T01:12:51.931Z] === RUN TestInfoRegistryMirrors [2020-11-18T01:12:52.502Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-11-18T01:12:52.502Z] === RUN TestLoginFailsWithBadCredentials [2020-11-18T01:12:52.502Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2020-11-18T01:12:52.502Z] === RUN TestPingCacheHeaders [2020-11-18T01:12:52.502Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-11-18T01:12:52.502Z] === RUN TestPingGet [2020-11-18T01:12:52.502Z] --- PASS: TestPingGet (0.01s) [2020-11-18T01:12:52.502Z] === RUN TestPingHead [2020-11-18T01:12:52.764Z] --- PASS: TestPingHead (0.02s) [2020-11-18T01:12:52.764Z] === RUN TestVersion [2020-11-18T01:12:52.764Z] --- PASS: TestVersion (0.02s) [2020-11-18T01:12:52.764Z] PASS [2020-11-18T01:12:52.764Z] [2020-11-18T01:12:52.764Z] === Skipped [2020-11-18T01:12:52.764Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2020-11-18T01:12:52.764Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-18T01:12:52.764Z] [2020-11-18T01:12:52.764Z] [2020-11-18T01:12:52.764Z] DONE 18 tests, 1 skipped in 21.618s [2020-11-18T01:12:52.764Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-18T01:12:52.764Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:12:52.764Z] ++ set -e [2020-11-18T01:12:52.764Z] ++ '[' -n 0 ']' [2020-11-18T01:12:52.764Z] ++ set -x [2020-11-18T01:12:52.764Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-11-18T01:12:52.764Z] INFO: Testing against a local daemon [2020-11-18T01:12:52.764Z] === RUN TestVolumesCreateAndList [2020-11-18T01:12:52.764Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-11-18T01:12:52.764Z] === RUN TestVolumesRemove [2020-11-18T01:12:53.025Z] --- PASS: TestVolumesRemove (0.08s) [2020-11-18T01:12:53.025Z] === RUN TestVolumesInspect [2020-11-18T01:12:53.025Z] --- PASS: TestVolumesInspect (0.01s) [2020-11-18T01:12:53.025Z] === RUN TestVolumesInvalidJSON [2020-11-18T01:12:53.025Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-18T01:12:53.025Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-18T01:12:53.025Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-18T01:12:53.025Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-18T01:12:53.025Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-18T01:12:53.025Z] PASS [2020-11-18T01:12:53.025Z] [2020-11-18T01:12:53.025Z] DONE 5 tests in 0.267s [2020-11-18T01:12:53.025Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-18T01:12:53.286Z] ++++ cat bundles/test-integration/docker.pid [2020-11-18T01:12:53.286Z] +++ kill 5651 [2020-11-18T01:12:54.338Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:54.338Z] INFO: Testing against a local daemon [2020-11-18T01:12:54.338Z] === RUN TestServiceCreateInit [2020-11-18T01:12:54.338Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-18T01:12:54.338Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-18T01:12:54.338Z] --- PASS: TestServiceCreateInit (0.04s) [2020-11-18T01:12:54.338Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-18T01:12:54.338Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-18T01:12:54.338Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestCreateServiceMultipleTimes [2020-11-18T01:12:54.338Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2020-11-18T01:12:54.338Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestCreateServiceConflict [2020-11-18T01:12:54.338Z] --- SKIP: TestCreateServiceConflict (0.00s) [2020-11-18T01:12:54.338Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestCreateServiceMaxReplicas [2020-11-18T01:12:54.338Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2020-11-18T01:12:54.338Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-18T01:12:54.338Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2020-11-18T01:12:54.338Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestCreateServiceSecretFileMode [2020-11-18T01:12:54.338Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2020-11-18T01:12:54.338Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestCreateServiceConfigFileMode [2020-11-18T01:12:54.338Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2020-11-18T01:12:54.338Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestCreateServiceSysctls [2020-11-18T01:12:54.338Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2020-11-18T01:12:54.338Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestCreateServiceCapabilities [2020-11-18T01:12:54.338Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2020-11-18T01:12:54.338Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestInspect [2020-11-18T01:12:54.338Z] --- SKIP: TestInspect (0.00s) [2020-11-18T01:12:54.338Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestCreateJob [2020-11-18T01:12:54.338Z] --- SKIP: TestCreateJob (0.00s) [2020-11-18T01:12:54.338Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestReplicatedJob [2020-11-18T01:12:54.338Z] --- SKIP: TestReplicatedJob (0.00s) [2020-11-18T01:12:54.338Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestUpdateReplicatedJob [2020-11-18T01:12:54.338Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2020-11-18T01:12:54.338Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestServiceListWithStatuses [2020-11-18T01:12:54.338Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-18T01:12:54.338Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestDockerNetworkConnectAlias [2020-11-18T01:12:54.338Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2020-11-18T01:12:54.338Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestDockerNetworkReConnect [2020-11-18T01:12:54.338Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2020-11-18T01:12:54.338Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestServicePlugin [2020-11-18T01:12:54.338Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-18T01:12:54.338Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.338Z] === RUN TestServiceUpdateLabel [2020-11-18T01:12:54.338Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2020-11-18T01:12:54.338Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:54.338Z] === RUN TestServiceUpdateSecrets [2020-11-18T01:12:54.338Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2020-11-18T01:12:54.338Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:54.338Z] === RUN TestServiceUpdateConfigs [2020-11-18T01:12:54.338Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2020-11-18T01:12:54.338Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:54.338Z] === RUN TestServiceUpdateNetwork [2020-11-18T01:12:54.338Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-11-18T01:12:54.338Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:54.338Z] === RUN TestServiceUpdatePidsLimit [2020-11-18T01:12:54.338Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2020-11-18T01:12:54.338Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:54.338Z] PASS [2020-11-18T01:12:54.338Z] ok github.com/docker/docker/integration/service 0.424s [2020-11-18T01:12:54.669Z] +++ /etc/init.d/apparmor stop [2020-11-18T01:12:54.669Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-18T01:12:54.669Z] [2020-11-18T01:12:54.669Z] Unloading profiles will leave already running processes permanently [2020-11-18T01:12:54.669Z] unconfined, which can lead to unexpected situations. [2020-11-18T01:12:54.669Z] [2020-11-18T01:12:54.669Z] To set a process to complain mode, use the command line tool [2020-11-18T01:12:54.669Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-18T01:12:54.669Z] +++ true [2020-11-18T01:12:54.669Z] exiting test-integration [2020-11-18T01:12:54.669Z] ++ exit 0 [2020-11-18T01:12:54.669Z] [2020-11-18T01:12:54.802Z] [2020-11-18T01:12:54.802Z] === Skipped [2020-11-18T01:12:54.802Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-18T01:12:54.802Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-18T01:12:54.802Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.802Z] [2020-11-18T01:12:54.802Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-18T01:12:54.802Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-18T01:12:54.802Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.802Z] [2020-11-18T01:12:54.802Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-11-18T01:12:54.803Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-11-18T01:12:54.803Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-11-18T01:12:54.803Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-11-18T01:12:54.803Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-11-18T01:12:54.803Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-11-18T01:12:54.803Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-11-18T01:12:54.803Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-11-18T01:12:54.803Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-11-18T01:12:54.803Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-11-18T01:12:54.803Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-11-18T01:12:54.803Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-11-18T01:12:54.803Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-11-18T01:12:54.803Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-11-18T01:12:54.803Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-11-18T01:12:54.803Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-11-18T01:12:54.803Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-11-18T01:12:54.803Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-11-18T01:12:54.803Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-11-18T01:12:54.803Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s) [2020-11-18T01:12:54.803Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2020-11-18T01:12:54.803Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] [2020-11-18T01:12:54.803Z] DONE 24 tests, 23 skipped in 3.395s [2020-11-18T01:12:54.803Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-11-18T01:12:55.241Z] + for job in $(jobs -p) [2020-11-18T01:12:55.241Z] + wait 16314 [2020-11-18T01:12:57.001Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:57.001Z] INFO: Testing against a local daemon [2020-11-18T01:12:57.001Z] === RUN TestSessionCreate [2020-11-18T01:12:57.001Z] --- SKIP: TestSessionCreate (0.00s) [2020-11-18T01:12:57.001Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:57.001Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-18T01:12:57.001Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2020-11-18T01:12:57.001Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:57.001Z] PASS [2020-11-18T01:12:57.001Z] ok github.com/docker/docker/integration/session 0.231s [2020-11-18T01:12:57.465Z] [2020-11-18T01:12:57.465Z] === Skipped [2020-11-18T01:12:57.465Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-11-18T01:12:57.465Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:57.465Z] [2020-11-18T01:12:57.465Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-11-18T01:12:57.465Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-11-18T01:12:57.465Z] [2020-11-18T01:12:57.465Z] [2020-11-18T01:12:57.465Z] DONE 2 tests, 2 skipped in 2.472s [2020-11-18T01:12:57.465Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-11-18T01:12:59.660Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:12:59.660Z] INFO: Testing against a local daemon [2020-11-18T01:12:59.660Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-18T01:12:59.660Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-18T01:12:59.660Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:12:59.660Z] === RUN TestEventsExecDie [2020-11-18T01:12:59.660Z] --- SKIP: TestEventsExecDie (0.00s) [2020-11-18T01:12:59.660Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-11-18T01:12:59.660Z] === RUN TestEventsBackwardsCompatible [2020-11-18T01:12:59.660Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2020-11-18T01:12:59.660Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-11-18T01:12:59.660Z] === RUN TestInfoAPI [2020-11-18T01:12:59.660Z] --- PASS: TestInfoAPI (0.05s) [2020-11-18T01:12:59.660Z] === RUN TestInfoAPIWarnings [2020-11-18T01:12:59.660Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-11-18T01:12:59.660Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-18T01:12:59.660Z] === RUN TestInfoDebug [2020-11-18T01:12:59.660Z] --- SKIP: TestInfoDebug (0.00s) [2020-11-18T01:12:59.660Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-18T01:12:59.660Z] === RUN TestInfoInsecureRegistries [2020-11-18T01:12:59.660Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2020-11-18T01:12:59.660Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-18T01:12:59.660Z] === RUN TestInfoRegistryMirrors [2020-11-18T01:12:59.660Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2020-11-18T01:12:59.660Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-18T01:12:59.660Z] === RUN TestLoginFailsWithBadCredentials [2020-11-18T01:13:00.528Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-11-18T01:13:00.528Z] === RUN TestDockerSuite/TestExecTTY [2020-11-18T01:13:00.637Z] --- PASS: TestLoginFailsWithBadCredentials (0.95s) [2020-11-18T01:13:00.637Z] === RUN TestPingCacheHeaders [2020-11-18T01:13:00.637Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-11-18T01:13:00.637Z] === RUN TestPingGet [2020-11-18T01:13:00.637Z] --- PASS: TestPingGet (0.04s) [2020-11-18T01:13:00.637Z] === RUN TestPingHead [2020-11-18T01:13:00.637Z] --- PASS: TestPingHead (0.03s) [2020-11-18T01:13:00.637Z] === RUN TestVersion [2020-11-18T01:13:00.789Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-11-18T01:13:01.100Z] --- PASS: TestVersion (0.03s) [2020-11-18T01:13:01.100Z] PASS [2020-11-18T01:13:01.100Z] ok github.com/docker/docker/integration/system 1.346s [2020-11-18T01:13:01.100Z] [2020-11-18T01:13:01.100Z] === Skipped [2020-11-18T01:13:01.100Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-18T01:13:01.100Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-11-18T01:13:01.100Z] [2020-11-18T01:13:01.100Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-11-18T01:13:01.100Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-11-18T01:13:01.100Z] [2020-11-18T01:13:01.100Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-11-18T01:13:01.100Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-11-18T01:13:01.100Z] [2020-11-18T01:13:01.100Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-11-18T01:13:01.100Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-18T01:13:01.100Z] [2020-11-18T01:13:01.100Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-11-18T01:13:01.100Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-18T01:13:01.100Z] [2020-11-18T01:13:01.100Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-11-18T01:13:01.100Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-18T01:13:01.100Z] [2020-11-18T01:13:01.100Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-11-18T01:13:01.100Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-18T01:13:01.100Z] [2020-11-18T01:13:01.100Z] [2020-11-18T01:13:01.100Z] DONE 13 tests, 7 skipped in 3.761s [2020-11-18T01:13:01.100Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-11-18T01:13:01.361Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-11-18T01:13:01.934Z] === RUN TestDockerSuite/TestExecUlimits [2020-11-18T01:13:02.512Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-11-18T01:13:02.512Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-11-18T01:13:03.897Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-11-18T01:13:04.024Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:13:04.024Z] INFO: Testing against a local daemon [2020-11-18T01:13:04.024Z] === RUN TestVolumesCreateAndList [2020-11-18T01:13:04.024Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-11-18T01:13:04.024Z] === RUN TestVolumesRemove [2020-11-18T01:13:04.024Z] --- PASS: TestVolumesRemove (0.06s) [2020-11-18T01:13:04.024Z] === RUN TestVolumesInspect [2020-11-18T01:13:04.024Z] --- PASS: TestVolumesInspect (0.04s) [2020-11-18T01:13:04.024Z] === RUN TestVolumesInvalidJSON [2020-11-18T01:13:04.024Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-18T01:13:04.024Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-18T01:13:04.024Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-18T01:13:04.024Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-11-18T01:13:04.024Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-18T01:13:04.024Z] PASS [2020-11-18T01:13:04.024Z] ok github.com/docker/docker/integration/volume 0.371s [2020-11-18T01:13:04.024Z] [2020-11-18T01:13:04.024Z] DONE 5 tests in 2.793s [2020-11-18T01:13:04.024Z] INFO: make.ps1 ended at 11/18/2020 01:13:03 [2020-11-18T01:13:04.024Z] INFO: Integration CLI tests being run from the host: [2020-11-18T01:13:04.024Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2020-11-18T01:13:04.470Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-11-18T01:13:05.043Z] === RUN TestDockerSuite/TestExecWithTERM [2020-11-18T01:13:05.613Z] === RUN TestDockerSuite/TestExecWithUser [2020-11-18T01:13:06.188Z] === RUN TestDockerSuite/TestGetContainerStats [2020-11-18T01:13:11.474Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-11-18T01:13:14.399Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-18T01:13:14.399Z] INFO: Testing against a local daemon [2020-11-18T01:13:14.399Z] === RUN TestDockerSuite [2020-11-18T01:13:14.399Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-11-18T01:13:14.399Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-11-18T01:13:14.399Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-11-18T01:13:14.399Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-11-18T01:13:14.399Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-11-18T01:13:14.399Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-11-18T01:13:14.399Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-11-18T01:13:14.399Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-11-18T01:13:14.399Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-11-18T01:13:14.399Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-11-18T01:13:15.376Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-11-18T01:13:15.376Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-11-18T01:13:15.677Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-11-18T01:13:16.618Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-11-18T01:13:16.879Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-11-18T01:13:22.164Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-11-18T01:13:22.165Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-11-18T01:13:22.165Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-11-18T01:13:22.165Z] === RUN TestDockerSuite/TestHealth [2020-11-18T01:13:40.288Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-11-18T01:13:41.231Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-11-18T01:13:41.231Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-11-18T01:13:41.231Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-11-18T01:13:41.231Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-11-18T01:13:42.177Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-11-18T01:13:42.177Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-11-18T01:13:42.439Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-11-18T01:13:43.012Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-11-18T01:13:43.012Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-11-18T01:13:43.012Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-11-18T01:13:43.274Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-11-18T01:13:43.536Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-11-18T01:13:43.798Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-11-18T01:13:44.371Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-11-18T01:13:44.371Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-11-18T01:13:45.316Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-11-18T01:13:45.316Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-11-18T01:13:46.259Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-11-18T01:13:47.204Z] === RUN TestDockerSuite/TestImagesFormat [2020-11-18T01:13:47.204Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-11-18T01:13:48.149Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-11-18T01:13:51.454Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-11-18T01:13:51.454Z] === RUN TestDockerSuite/TestImportBadURL [2020-11-18T01:13:51.454Z] === RUN TestDockerSuite/TestImportDisplay [2020-11-18T01:13:52.398Z] === RUN TestDockerSuite/TestImportFile [2020-11-18T01:13:53.344Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-11-18T01:13:53.344Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-11-18T01:13:54.730Z] === RUN TestDockerSuite/TestImportGzipped [2020-11-18T01:13:55.674Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-11-18T01:13:57.067Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-11-18T01:13:57.645Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-11-18T01:13:58.221Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-11-18T01:13:58.792Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-11-18T01:13:58.792Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-11-18T01:13:58.792Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-11-18T01:13:59.052Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-11-18T01:13:59.625Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-11-18T01:14:00.197Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-11-18T01:14:00.768Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-11-18T01:14:01.029Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-11-18T01:14:01.290Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-11-18T01:14:01.552Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-11-18T01:14:01.552Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-11-18T01:14:03.468Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-11-18T01:14:04.041Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-11-18T01:14:04.614Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-11-18T01:14:04.614Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-11-18T01:14:05.187Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-11-18T01:14:05.187Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-11-18T01:14:06.133Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-11-18T01:14:07.077Z] === RUN TestDockerSuite/TestInspectDefault [2020-11-18T01:14:07.650Z] === RUN TestDockerSuite/TestInspectHistory [2020-11-18T01:14:08.594Z] === RUN TestDockerSuite/TestInspectImage [2020-11-18T01:14:08.594Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-11-18T01:14:08.856Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-11-18T01:14:08.856Z] === RUN TestDockerSuite/TestInspectInt64 [2020-11-18T01:14:09.429Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-11-18T01:14:09.690Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-11-18T01:14:09.952Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-11-18T01:14:10.213Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-11-18T01:14:10.785Z] === RUN TestDockerSuite/TestInspectPlugin [2020-11-18T01:14:12.700Z] === RUN TestDockerSuite/TestInspectRootFS [2020-11-18T01:14:12.700Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-11-18T01:14:12.962Z] === RUN TestDockerSuite/TestInspectStatus [2020-11-18T01:14:13.550Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-11-18T01:14:14.501Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-11-18T01:14:15.073Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-11-18T01:14:15.646Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-11-18T01:14:16.217Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-11-18T01:14:16.481Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-11-18T01:14:17.053Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-11-18T01:14:17.626Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-11-18T01:14:17.626Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-11-18T01:14:19.013Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-11-18T01:14:19.275Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-11-18T01:14:20.662Z] === RUN TestDockerSuite/TestLinksEnvs [2020-11-18T01:14:21.606Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-11-18T01:14:22.180Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-11-18T01:14:23.566Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-11-18T01:14:25.480Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-11-18T01:14:26.868Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-11-18T01:14:26.868Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-11-18T01:14:28.254Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-11-18T01:14:28.514Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-11-18T01:14:29.086Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-11-18T01:14:35.683Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-11-18T01:14:36.628Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-11-18T01:14:39.180Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-11-18T01:14:40.123Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-11-18T01:14:40.697Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-11-18T01:14:41.640Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-11-18T01:14:42.585Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-11-18T01:14:42.846Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-11-18T01:14:43.108Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-11-18T01:14:43.108Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-11-18T01:14:43.108Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-11-18T01:14:44.053Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-11-18T01:14:44.627Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-11-18T01:14:48.842Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-11-18T01:14:48.842Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-11-18T01:14:54.129Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-11-18T01:14:54.129Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-11-18T01:14:54.129Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-11-18T01:14:54.702Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-11-18T01:14:55.646Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-11-18T01:14:56.609Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-11-18T01:14:57.553Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-11-18T01:14:58.126Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-11-18T01:15:00.675Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-11-18T01:15:00.675Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-11-18T01:15:01.247Z] === RUN TestDockerSuite/TestLogsSince [2020-11-18T01:15:07.828Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-11-18T01:15:09.742Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-11-18T01:15:12.288Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-11-18T01:15:13.231Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-11-18T01:15:13.806Z] === RUN TestDockerSuite/TestLogsTail [2020-11-18T01:15:14.751Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-11-18T01:15:15.325Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-11-18T01:15:15.898Z] === RUN TestDockerSuite/TestMountIntoProc [2020-11-18T01:15:16.161Z] === RUN TestDockerSuite/TestMountIntoSys [2020-11-18T01:15:17.105Z] === RUN TestDockerSuite/TestNetHostname [2020-11-18T01:15:18.493Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-11-18T01:15:18.493Z] === RUN TestDockerSuite/TestNetworkEvents [2020-11-18T01:15:25.082Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-11-18T01:15:25.655Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-11-18T01:15:25.916Z] === RUN TestDockerSuite/TestPluginActive [2020-11-18T01:15:27.829Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-11-18T01:15:34.424Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-11-18T01:15:34.424Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-11-18T01:15:34.685Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-11-18T01:15:34.685Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-11-18T01:15:37.990Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-11-18T01:15:39.374Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-11-18T01:15:41.927Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-11-18T01:15:47.217Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-11-18T01:15:48.165Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-11-18T01:15:49.111Z] === RUN TestDockerSuite/TestPortHostBinding [2020-11-18T01:15:50.059Z] === RUN TestDockerSuite/TestPortList [2020-11-18T01:15:57.592Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-11-18T01:15:57.592Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-11-18T01:15:57.592Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-11-18T01:15:57.592Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-11-18T01:15:57.592Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-11-18T01:15:57.593Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-11-18T01:15:58.204Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-11-18T01:15:58.465Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-11-18T01:15:59.143Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-11-18T01:15:59.143Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-11-18T01:15:59.143Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-11-18T01:16:02.669Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-11-18T01:16:04.587Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-11-18T01:16:04.587Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-11-18T01:16:04.587Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-11-18T01:16:05.159Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-11-18T01:16:05.159Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-11-18T01:16:05.731Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-11-18T01:16:05.731Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-11-18T01:16:06.255Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-11-18T01:16:06.303Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-11-18T01:16:06.303Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-11-18T01:16:08.222Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-11-18T01:16:08.222Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-11-18T01:16:10.773Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-11-18T01:16:12.171Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-11-18T01:16:12.744Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-11-18T01:16:13.004Z] === RUN TestDockerSuite/TestPsByOrder [2020-11-18T01:16:14.926Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-11-18T01:16:15.498Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-11-18T01:16:18.046Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-11-18T01:16:21.348Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-11-18T01:16:21.348Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-11-18T01:16:23.892Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-11-18T01:16:29.180Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-11-18T01:16:30.569Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-11-18T01:16:31.956Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-11-18T01:16:33.874Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-11-18T01:16:35.267Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-11-18T01:16:36.655Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-11-18T01:16:38.040Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-11-18T01:16:39.425Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-11-18T01:16:40.813Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-11-18T01:16:40.813Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-11-18T01:16:41.385Z] === RUN TestDockerSuite/TestPsRightTagName [2020-11-18T01:16:43.300Z] === RUN TestDockerSuite/TestPsShowMounts [2020-11-18T01:16:44.687Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-11-18T01:16:45.259Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-11-18T01:16:45.259Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-11-18T01:16:45.520Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-11-18T01:16:45.520Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-11-18T01:16:45.782Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-11-18T01:16:46.354Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-11-18T01:16:47.296Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-11-18T01:16:48.240Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-11-18T01:16:48.812Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-11-18T01:16:55.587Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-11-18T01:16:55.850Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-11-18T01:16:57.781Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-11-18T01:16:58.042Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-11-18T01:16:58.042Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-11-18T01:16:58.306Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-11-18T01:17:00.221Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-11-18T01:17:01.164Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-11-18T01:17:03.712Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-11-18T01:17:04.655Z] === RUN TestDockerSuite/TestRmiBlank [2020-11-18T01:17:04.655Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-11-18T01:17:04.655Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-11-18T01:17:07.201Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-11-18T01:17:07.774Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-11-18T01:17:08.036Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-11-18T01:17:08.608Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-11-18T01:17:09.552Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-11-18T01:17:10.498Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-11-18T01:17:12.415Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-11-18T01:17:12.987Z] === RUN TestDockerSuite/TestRmiTag [2020-11-18T01:17:13.248Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-11-18T01:17:14.191Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-11-18T01:17:17.504Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-11-18T01:17:17.504Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-11-18T01:17:18.075Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-11-18T01:17:18.336Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-11-18T01:17:19.721Z] === RUN TestDockerSuite/TestRunAddHost [2020-11-18T01:17:19.983Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-11-18T01:17:20.244Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-11-18T01:17:21.187Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-11-18T01:17:21.187Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-11-18T01:17:21.451Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-11-18T01:17:22.838Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-11-18T01:17:23.412Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-11-18T01:17:23.984Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-11-18T01:17:24.556Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-11-18T01:17:25.941Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-11-18T01:17:26.884Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-11-18T01:17:27.828Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-11-18T01:17:28.772Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-11-18T01:17:29.344Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-11-18T01:17:29.916Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-11-18T01:17:30.488Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-11-18T01:17:31.431Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-11-18T01:17:32.003Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-11-18T01:17:32.576Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-11-18T01:17:33.529Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-11-18T01:17:34.473Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-11-18T01:17:34.473Z] === RUN TestDockerSuite/TestRunBindMounts [2020-11-18T01:17:34.473Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-11-18T01:17:36.390Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-11-18T01:17:36.962Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-11-18T01:17:37.535Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-11-18T01:17:38.108Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-11-18T01:17:39.054Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-11-18T01:17:39.054Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-11-18T01:17:39.626Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-11-18T01:17:39.626Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-11-18T01:17:40.199Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-11-18T01:17:40.772Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-11-18T01:17:41.717Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-11-18T01:17:41.717Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-11-18T01:17:41.978Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-11-18T01:17:41.978Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-11-18T01:17:42.550Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-11-18T01:17:42.811Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-11-18T01:17:44.199Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-11-18T01:17:44.770Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-11-18T01:17:44.770Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-11-18T01:17:45.343Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-11-18T01:17:45.917Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-11-18T01:17:45.917Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-11-18T01:17:46.490Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-11-18T01:17:47.624Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-11-18T01:17:47.624Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-11-18T01:17:47.624Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-11-18T01:17:47.624Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-11-18T01:17:47.881Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-11-18T01:17:48.142Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-11-18T01:17:49.085Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-11-18T01:17:49.173Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-11-18T01:17:50.150Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-11-18T01:17:50.150Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-11-18T01:17:50.150Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-11-18T01:17:50.150Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-11-18T01:17:50.150Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-11-18T01:17:50.478Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-11-18T01:17:51.072Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-11-18T01:17:51.127Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-11-18T01:17:51.334Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-11-18T01:17:51.595Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-11-18T01:17:52.539Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-11-18T01:17:52.800Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-11-18T01:17:53.745Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-11-18T01:17:54.006Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-11-18T01:17:54.054Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-11-18T01:17:54.950Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-11-18T01:17:55.033Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-11-18T01:17:55.033Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-11-18T01:17:55.033Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-11-18T01:17:55.033Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-11-18T01:17:57.229Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-11-18T01:17:58.257Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-11-18T01:17:58.257Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-11-18T01:17:58.517Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-11-18T01:17:58.778Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-11-18T01:18:00.694Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-11-18T01:18:02.083Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-11-18T01:18:03.025Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-11-18T01:18:03.968Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-11-18T01:18:06.519Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-11-18T01:18:06.519Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-11-18T01:18:06.519Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-11-18T01:18:06.780Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-11-18T01:18:07.600Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-11-18T01:18:08.165Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-11-18T01:18:09.109Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-11-18T01:18:10.499Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-11-18T01:18:10.759Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-11-18T01:18:11.702Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-11-18T01:18:12.273Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-11-18T01:18:12.273Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-11-18T01:18:12.320Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-11-18T01:18:12.845Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-11-18T01:18:13.296Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-11-18T01:18:13.296Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-11-18T01:18:13.789Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-11-18T01:18:13.789Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-11-18T01:18:14.361Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-11-18T01:18:14.933Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-11-18T01:18:15.193Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-11-18T01:18:15.765Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-11-18T01:18:15.765Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-11-18T01:18:16.224Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-11-18T01:18:16.338Z] === RUN TestDockerSuite/TestRunEnvironment [2020-11-18T01:18:16.600Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-11-18T01:18:17.172Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-11-18T01:18:17.201Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-11-18T01:18:17.744Z] === RUN TestDockerSuite/TestRunExitCode [2020-11-18T01:18:18.316Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-11-18T01:18:18.577Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-11-18T01:18:19.149Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-11-18T01:18:19.721Z] === RUN TestDockerSuite/TestRunExposePort [2020-11-18T01:18:19.721Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-11-18T01:18:19.982Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-11-18T01:18:20.554Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-11-18T01:18:21.498Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-11-18T01:18:21.759Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-18T01:18:21.759Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-11-18T01:18:21.919Z] === RUN TestDockerSuite/TestBuildAddScript [2020-11-18T01:18:21.919Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-11-18T01:18:21.919Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-11-18T01:18:21.919Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-11-18T01:18:21.919Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-11-18T01:18:22.382Z] === RUN TestDockerSuite/TestBuildAddTar [2020-11-18T01:18:24.307Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-11-18T01:18:24.568Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-11-18T01:18:27.123Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-11-18T01:18:35.269Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-11-18T01:18:35.530Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-11-18T01:18:36.476Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-11-18T01:18:37.864Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-11-18T01:18:37.864Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-11-18T01:18:37.864Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-11-18T01:18:37.864Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-11-18T01:18:38.437Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-11-18T01:18:38.698Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-11-18T01:18:41.250Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-11-18T01:18:41.822Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-11-18T01:18:42.764Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-11-18T01:18:49.347Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-11-18T01:18:49.347Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-11-18T01:18:49.347Z] === RUN TestDockerSuite/TestRunModeHostname [2020-11-18T01:18:49.919Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-11-18T01:18:49.919Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-11-18T01:18:50.180Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-11-18T01:18:51.123Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-11-18T01:18:51.695Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-11-18T01:18:51.956Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-11-18T01:18:53.375Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-11-18T01:18:53.375Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-11-18T01:18:53.637Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-11-18T01:18:55.024Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-11-18T01:18:55.024Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-11-18T01:18:55.968Z] === RUN TestDockerSuite/TestRunMount [2020-11-18T01:18:58.145Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-11-18T01:18:58.145Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-11-18T01:18:58.145Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-11-18T01:18:58.516Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-11-18T01:19:01.062Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-11-18T01:19:01.062Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-11-18T01:19:01.635Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-11-18T01:19:02.206Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-11-18T01:19:03.594Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-11-18T01:19:04.166Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-11-18T01:19:05.551Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-11-18T01:19:07.469Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-11-18T01:19:08.417Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-11-18T01:19:10.335Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-11-18T01:19:10.596Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-11-18T01:19:11.987Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-11-18T01:19:13.013Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-11-18T01:19:13.013Z] === RUN TestDockerSuite/TestBuildBlankName [2020-11-18T01:19:13.390Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-11-18T01:19:13.390Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-11-18T01:19:13.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-11-18T01:19:14.779Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-11-18T01:19:14.779Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-11-18T01:19:15.352Z] === RUN TestDockerSuite/TestRunNetHost [2020-11-18T01:19:16.296Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-11-18T01:19:16.868Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-11-18T01:19:16.868Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-11-18T01:19:17.441Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-11-18T01:19:19.357Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-11-18T01:19:20.593Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-11-18T01:19:21.056Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-11-18T01:19:21.271Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-11-18T01:19:23.190Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-11-18T01:19:24.134Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-11-18T01:19:24.706Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-11-18T01:19:24.968Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-11-18T01:19:25.540Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-11-18T01:19:25.540Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-11-18T01:19:26.113Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-11-18T01:19:26.685Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-11-18T01:19:26.685Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-11-18T01:19:27.256Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-11-18T01:19:28.641Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-11-18T01:19:31.430Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-11-18T01:19:32.870Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-11-18T01:19:32.870Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-11-18T01:19:33.442Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-11-18T01:19:34.016Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-11-18T01:19:35.401Z] === RUN TestDockerSuite/TestRunPortInUse [2020-11-18T01:19:35.664Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-11-18T01:19:36.236Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-11-18T01:19:36.809Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-11-18T01:19:37.070Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-11-18T01:19:37.643Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-11-18T01:19:38.214Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-18T01:19:38.214Z] === RUN TestDockerSuite/TestRunPublishPort [2020-11-18T01:19:38.479Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-11-18T01:19:39.051Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-11-18T01:19:39.051Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-11-18T01:19:39.623Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-11-18T01:19:40.046Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-11-18T01:19:40.566Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-11-18T01:19:40.566Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-11-18T01:19:41.951Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-11-18T01:19:42.896Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-11-18T01:19:44.815Z] === RUN TestDockerSuite/TestRunRm [2020-11-18T01:19:44.815Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-11-18T01:19:45.076Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-11-18T01:19:48.379Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-11-18T01:19:48.640Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-11-18T01:19:48.662Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-11-18T01:19:48.662Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-11-18T01:19:49.214Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-11-18T01:19:49.475Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-11-18T01:19:52.056Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-11-18T01:19:52.056Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-11-18T01:19:52.320Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-11-18T01:19:52.421Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-11-18T01:19:52.421Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-11-18T01:19:52.421Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-11-18T01:19:55.625Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-11-18T01:19:56.565Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-11-18T01:19:57.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-11-18T01:19:57.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-11-18T01:19:57.603Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-11-18T01:19:58.066Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-11-18T01:19:58.066Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-11-18T01:19:58.483Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-11-18T01:19:59.426Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-11-18T01:19:59.687Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-11-18T01:19:59.948Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-11-18T01:20:00.521Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-11-18T01:20:00.781Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-11-18T01:20:01.725Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-11-18T01:20:02.299Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-11-18T01:20:02.870Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-11-18T01:20:03.131Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-11-18T01:20:03.705Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-11-18T01:20:06.249Z] === RUN TestDockerSuite/TestRunState [2020-11-18T01:20:07.192Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-11-18T01:20:07.764Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-11-18T01:20:08.337Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-11-18T01:20:08.337Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-11-18T01:20:08.337Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-11-18T01:20:08.918Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-11-18T01:20:09.497Z] === RUN TestDockerSuite/TestRunSysctls [2020-11-18T01:20:10.439Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-11-18T01:20:10.439Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-11-18T01:20:10.439Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-11-18T01:20:11.011Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-11-18T01:20:12.399Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-11-18T01:20:12.661Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-11-18T01:20:13.237Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-11-18T01:20:14.627Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-11-18T01:20:17.931Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-11-18T01:20:19.221Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-11-18T01:20:20.475Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-11-18T01:20:20.736Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-11-18T01:20:21.308Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-11-18T01:20:21.880Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-11-18T01:20:23.264Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-11-18T01:20:23.939Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-11-18T01:20:24.402Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-11-18T01:20:24.402Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-11-18T01:20:24.649Z] === RUN TestDockerSuite/TestRunUserByID [2020-11-18T01:20:24.910Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-11-18T01:20:24.910Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-11-18T01:20:25.172Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-11-18T01:20:25.747Z] === RUN TestDockerSuite/TestRunUserByName [2020-11-18T01:20:25.747Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-11-18T01:20:25.955Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-11-18T01:20:25.955Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-11-18T01:20:26.320Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-11-18T01:20:26.893Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-11-18T01:20:26.893Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-11-18T01:20:27.156Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-11-18T01:20:28.115Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-11-18T01:20:30.672Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-11-18T01:20:31.137Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-11-18T01:20:31.420Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-11-18T01:20:31.420Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-11-18T01:20:31.599Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-11-18T01:20:31.599Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-11-18T01:20:31.991Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-11-18T01:20:32.575Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-11-18T01:20:33.039Z] === RUN TestDockerSuite/TestBuildCmd [2020-11-18T01:20:33.906Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-11-18T01:20:34.015Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-11-18T01:20:34.015Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-11-18T01:20:34.478Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-11-18T01:20:34.479Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-11-18T01:20:35.866Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-11-18T01:20:37.782Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-11-18T01:20:38.043Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-11-18T01:20:38.043Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-11-18T01:20:38.043Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-11-18T01:20:38.043Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-11-18T01:20:38.304Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-11-18T01:20:38.304Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-11-18T01:20:38.877Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-11-18T01:20:39.137Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-11-18T01:20:39.200Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-11-18T01:20:39.711Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-11-18T01:20:40.654Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-11-18T01:20:41.394Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-11-18T01:20:41.394Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-11-18T01:20:41.598Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-11-18T01:20:41.598Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-11-18T01:20:41.859Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-11-18T01:20:41.859Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-11-18T01:20:42.370Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-11-18T01:20:42.370Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-11-18T01:20:42.370Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-11-18T01:20:42.432Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-11-18T01:20:42.432Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-11-18T01:20:42.694Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-11-18T01:20:42.694Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-11-18T01:20:42.694Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-11-18T01:20:42.694Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-11-18T01:20:42.694Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-11-18T01:20:42.694Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-11-18T01:20:42.694Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-11-18T01:20:42.694Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-11-18T01:20:43.267Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-11-18T01:20:43.839Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-11-18T01:20:44.411Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-11-18T01:20:44.411Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-11-18T01:20:44.566Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-11-18T01:20:44.983Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-11-18T01:20:45.029Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-11-18T01:20:45.244Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-11-18T01:20:45.491Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-11-18T01:20:45.491Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-11-18T01:20:45.506Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-11-18T01:20:45.506Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-11-18T01:20:45.955Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-11-18T01:20:46.085Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-11-18T01:20:46.417Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-11-18T01:20:46.417Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-11-18T01:20:46.417Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-11-18T01:20:46.656Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-11-18T01:20:46.656Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-11-18T01:20:46.656Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-11-18T01:20:47.228Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-11-18T01:20:48.173Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-11-18T01:20:48.435Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-11-18T01:20:48.435Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-11-18T01:20:49.008Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-11-18T01:20:49.008Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-11-18T01:20:50.396Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-11-18T01:20:50.969Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-11-18T01:20:51.138Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-11-18T01:20:52.885Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-11-18T01:20:53.146Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-11-18T01:20:53.146Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-11-18T01:20:53.146Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-11-18T01:20:54.091Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-11-18T01:20:54.664Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-11-18T01:20:55.609Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-11-18T01:20:55.609Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-11-18T01:20:56.995Z] === RUN TestDockerSuite/TestSaveImageId [2020-11-18T01:20:56.995Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-11-18T01:20:57.567Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-11-18T01:20:59.484Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-11-18T01:20:59.484Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-11-18T01:20:59.746Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-11-18T01:21:01.134Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-11-18T01:21:01.134Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-11-18T01:21:01.134Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-11-18T01:21:02.523Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-11-18T01:21:02.523Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-11-18T01:21:03.913Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-11-18T01:21:05.300Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-11-18T01:21:08.601Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-11-18T01:21:08.601Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-11-18T01:21:08.601Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-11-18T01:21:08.601Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-11-18T01:21:08.863Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-11-18T01:21:10.778Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-11-18T01:21:16.065Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-11-18T01:21:17.450Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-11-18T01:21:18.022Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-11-18T01:21:18.966Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-11-18T01:21:21.510Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-11-18T01:21:22.896Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-11-18T01:21:23.468Z] === RUN TestDockerSuite/TestStartRecordError [2020-11-18T01:21:24.853Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-11-18T01:21:24.853Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-11-18T01:21:26.801Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-11-18T01:21:26.895Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-11-18T01:21:26.895Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-11-18T01:21:26.895Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-11-18T01:21:28.189Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-11-18T01:21:30.654Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-11-18T01:21:30.654Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-11-18T01:21:30.733Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-11-18T01:21:31.119Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-11-18T01:21:31.119Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-11-18T01:21:31.582Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-11-18T01:21:31.582Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-11-18T01:21:32.646Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-11-18T01:21:35.191Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-11-18T01:21:35.191Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-11-18T01:21:38.496Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-11-18T01:21:42.700Z] === RUN TestDockerSuite/TestStatsNoStream [2020-11-18T01:21:45.246Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-11-18T01:21:46.630Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-11-18T01:21:47.204Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-11-18T01:21:47.777Z] === RUN TestDockerSuite/TestTopPrivileged [2020-11-18T01:21:48.349Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-11-18T01:21:48.349Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-11-18T01:21:48.937Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-11-18T01:21:50.323Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-11-18T01:21:52.239Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-11-18T01:21:55.540Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-11-18T01:21:55.540Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-11-18T01:21:56.112Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-11-18T01:21:56.112Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-11-18T01:21:56.685Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-11-18T01:21:58.071Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-11-18T01:21:58.071Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-11-18T01:21:59.015Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-11-18T01:21:59.587Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-11-18T01:22:00.162Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-11-18T01:22:01.104Z] === RUN TestDockerSuite/TestUpdateStats [2020-11-18T01:22:05.309Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-11-18T01:22:05.570Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-11-18T01:22:05.570Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-11-18T01:22:06.143Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-11-18T01:22:06.716Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-11-18T01:22:07.345Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-11-18T01:22:07.345Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-11-18T01:22:07.345Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-11-18T01:22:09.267Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-11-18T01:22:09.267Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-11-18T01:22:11.824Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-11-18T01:22:14.371Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-11-18T01:22:15.812Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-11-18T01:22:17.728Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-11-18T01:22:18.301Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-11-18T01:22:22.510Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-11-18T01:22:23.083Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-11-18T01:22:24.475Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-11-18T01:22:25.086Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-11-18T01:22:25.086Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-11-18T01:22:25.417Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-11-18T01:22:25.549Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-11-18T01:22:26.361Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-11-18T01:22:27.750Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-11-18T01:22:28.475Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-11-18T01:22:29.136Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-11-18T01:22:30.522Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-11-18T01:22:30.668Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-11-18T01:22:31.910Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-11-18T01:22:32.863Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-11-18T01:22:33.826Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-11-18T01:22:48.732Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-11-18T01:22:48.732Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-11-18T01:22:48.732Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-11-18T01:22:49.304Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-11-18T01:22:49.304Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-11-18T01:22:49.304Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-11-18T01:22:49.304Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-11-18T01:22:49.876Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-11-18T01:22:49.876Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-11-18T01:22:50.449Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-11-18T01:22:50.710Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-11-18T01:22:50.710Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-11-18T01:22:50.710Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-11-18T01:22:50.710Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-11-18T01:22:52.641Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-11-18T01:22:52.641Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-11-18T01:22:52.641Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-11-18T01:22:52.641Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-11-18T01:22:52.641Z] === RUN TestDockerSuite/TestVolumeEvents [2020-11-18T01:22:57.929Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-11-18T01:22:59.845Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-11-18T01:22:59.845Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-11-18T01:22:59.845Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-11-18T01:23:01.760Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-11-18T01:23:04.309Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite (1402.62s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.27s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.38s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.69s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.65s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.18s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.69s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.41s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.37s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.96s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.15s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.78s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.33s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.67s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.93s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.96s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.80s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.89s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.02s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.78s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAttachDetach (0.86s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.67s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.61s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.93s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.70s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.36s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.73s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.08s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.20s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.29s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.83s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (18.94s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.78s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.60s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.75s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.71s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.34s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.62s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.73s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.43s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.27s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.13s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.52s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.92s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.49s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.17s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.35s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.10s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.00s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.60s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.92s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.10s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.49s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.19s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.15s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.08s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.41s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.40s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.55s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.26s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.16s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.45s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.30s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.63s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.96s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.45s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.93s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (10.57s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.58s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.65s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.37s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.77s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.16s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.48s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.04s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.10s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.96s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.95s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (7.20s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.73s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.09s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.99s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.70s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.71s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.77s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.45s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCmd (0.29s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.30s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.32s) [2020-11-18T01:23:04.309Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-11-18T01:23:04.309Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.60s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.28s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.35s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.85s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.72s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.62s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.41s) [2020-11-18T01:23:04.309Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (12.36s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.26s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.81s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.39s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.00s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.24s) [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.41s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (5.05s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.90s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.45s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.40s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.30s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.85s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.60s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.05s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.74s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.40s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.15s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.51s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.61s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.17s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.60s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.34s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.29s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.73s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.47s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.41s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.87s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.52s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.49s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.28s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.24s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.86s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.32s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.40s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.82s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.14s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.35s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.32s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.59s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.60s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.84s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEnv (1.44s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.52s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.17s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.30s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.12s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.80s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.00s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.80s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.58s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.52s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.26s) [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.37s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.77s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.71s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.57s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.38s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFails (0.74s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.94s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.58s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.16s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.26s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.29s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.70s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.42s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.95s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.39s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.87s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.65s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.57s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildHistory (4.10s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.44s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.61s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.52s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.48s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.83s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLabel (0.36s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.42s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.43s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.23s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLabels (0.41s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.91s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.64s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.13s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.70s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.31s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.58s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.43s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.41s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.35s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.48s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.34s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.74s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.95s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.02s) [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.95s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.49s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.68s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.35s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.06s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildNetNone (1.17s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.26s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.94s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.55s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.41s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.08s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.54s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.42s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.62s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.59s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.56s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.14s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.20s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.89s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.21s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.17s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.32s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.59s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildPATH (2.37s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.60s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.71s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.04s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.00s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.72s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildRm (2.55s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.78s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.22s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.35s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.42s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.81s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.81s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.72s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.44s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.21s) [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.63s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildStderr (0.61s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.69s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.68s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.66s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.36s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.63s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.01s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildUser (1.35s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.12s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.33s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.70s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.33s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.98s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.97s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.70s) [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.72s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.11s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.78s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.71s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.91s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.14s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.15s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.33s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.24s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.62s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.88s) [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-18T01:23:04.310Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.97s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.75s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-11-18T01:23:04.310Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-11-18T01:23:04.310Z] docker_cli_sni_test.go:18: Flakey test [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.45s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.79s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCommitChange (0.86s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.69s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.31s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.21s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.65s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCommitTTY (1.38s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.72s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.51s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.93s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.05s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.17s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.83s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.92s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.58s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.78s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.64s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.61s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.68s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.52s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.10s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.15s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.76s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.60s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.60s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.69s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.52s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.74s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.70s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.64s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.73s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.59s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.70s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.69s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.80s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.39s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.31s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.72s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.39s) [2020-11-18T01:23:04.310Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.80s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.52s) [2020-11-18T01:23:04.311Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-18T01:23:04.311Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.50s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.50s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.70s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.13s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.48s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.42s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.09s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.84s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.35s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (0.65s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.48s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b4ef80_} (1.33s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1988901977_/foo_false____} (1.37s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1988901977_/foo_true____} (1.44s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3105544164_/foo_false____} (1.35s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3105544164_/foo_true____} (1.53s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3105544164_/foo_true__0xc000b4efe0__} (1.36s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b4f000_} (1.38s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b4f020_} (1.59s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b4f040_} (1.86s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b4f060_} (1.36s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.41s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.43s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.06s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.04s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.34s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.46s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.04s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.93s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.93s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.68s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.65s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.88s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.75s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.92s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.79s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.70s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.08s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.99s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.75s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.95s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.13s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.80s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.89s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.83s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.77s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.82s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.62s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.08s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.25s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.81s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.72s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.09s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.62s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.57s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.43s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.49s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.64s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.68s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.63s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToDot (0.79s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.91s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToStdout (0.80s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.29s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.95s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.41s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.49s) [2020-11-18T01:23:04.311Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-18T01:23:04.311Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.49s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.26s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateRM (0.14s) [2020-11-18T01:23:04.311Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-11-18T01:23:04.311Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.14s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.62s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.40s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.10s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.24s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.99s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.30s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.51s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.60s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.54s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.76s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.06s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.79s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.53s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.12s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.17s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.47s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.67s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.74s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.73s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.77s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsAttach (0.86s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsCommit (0.71s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.52s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.49s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.48s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.28s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.04s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsCopy (0.86s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.99s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.48s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.27s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.08s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.63s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.19s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.19s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.05s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFilters (1.37s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFormat (1.13s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.71s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.57s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2020-11-18T01:23:04.311Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-18T01:23:04.311Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-18T01:23:04.311Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-18T01:23:04.311Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.48s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsRename (0.51s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsResize (0.55s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.45s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.79s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.48s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.69s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsTop (0.55s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.92s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExec (0.62s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.59s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.76s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.84s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.67s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.70s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.78s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.70s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.58s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.54s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.04s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecCgroup (0.86s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecEnv (0.60s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.33s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.61s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecInspectID (1.63s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecInteractive (0.58s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecParseError (0.50s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.52s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.51s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.05s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.55s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecStartFails (0.64s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.80s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.51s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecTTY (0.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.57s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.52s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecUlimits (0.60s) [2020-11-18T01:23:04.311Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-18T01:23:04.311Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.28s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.60s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.77s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.55s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestExecWithUser (0.62s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.51s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.57s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.56s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.48s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestHealth (19.19s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.04s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.05s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.05s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.97s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.78s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.13s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.26s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.22s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.50s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.04s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.93s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.92s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesFormat (0.09s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.79s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.88s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImportDisplay (1.10s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImportFile (1.15s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.15s) [2020-11-18T01:23:04.311Z] --- PASS: TestDockerSuite/TestImportGzipped (1.21s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.30s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.56s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.54s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.52s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.48s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.52s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.46s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.51s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.50s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.51s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.66s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.60s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.57s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.66s) [2020-11-18T01:23:04.312Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-18T01:23:04.312Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.99s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.91s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectDefault (0.67s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectHistory (0.93s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-11-18T01:23:04.312Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-18T01:23:04.312Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.49s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.52s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.47s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.48s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.64s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.49s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectStatus (0.58s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.06s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.50s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.50s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.50s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.45s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.49s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.45s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.79s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.15s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.31s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.27s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.63s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.80s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.45s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.46s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.57s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.40s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.18s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.26s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.76s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.91s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.45s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.04s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.76s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.56s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.64s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.67s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.50s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.46s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.95s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.82s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.84s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.92s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.74s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.09s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.49s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.47s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsSince (6.54s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.48s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.70s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsTail (0.70s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.57s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.61s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.41s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.74s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestNetHostname (1.40s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.67s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.36s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.47s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPluginActive (1.75s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.10s) [2020-11-18T01:23:04.312Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-18T01:23:04.312Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.82s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.10s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.53s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.69s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.42s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.52s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.03s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.02s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPortList (7.65s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.91s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.03s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.51s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.59s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.54s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.43s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.01s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.11s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.78s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.16s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsByOrder (2.00s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.70s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.23s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.27s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.64s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.64s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.25s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.28s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.10s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.33s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.59s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.52s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.97s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.56s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.86s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.63s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.51s) [2020-11-18T01:23:04.312Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-18T01:23:04.312Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.32s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.52s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.96s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.14s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.54s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.25s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.82s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.99s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.28s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.96s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.93s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.12s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.09s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.55s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.70s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.27s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.32s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.92s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.00s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.71s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiTag (0.31s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.63s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.98s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.48s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.66s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.31s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.19s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAddHost (0.52s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.25s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.59s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.52s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.39s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.49s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.66s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.65s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.15s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.05s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.86s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.83s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.68s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.62s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.64s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.70s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.79s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.65s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.76s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.83s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.76s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.79s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.67s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.75s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.79s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.67s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.49s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.61s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.69s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.56s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.59s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.21s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.77s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.64s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.57s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.53s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.49s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.10s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.23s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.78s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.60s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.62s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.54s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.67s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.35s) [2020-11-18T01:23:04.312Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.13s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.66s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.64s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.61s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.14s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.17s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-18T01:23:04.313Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.45s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.20s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.97s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.41s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.46s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.05s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.49s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.46s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.03s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.48s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.46s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.50s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.48s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.46s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunExitCode (0.49s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.50s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.48s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.48s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.94s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.26s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.23s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.48s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.96s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.17s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.25s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.05s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.68s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.33s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.98s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.96s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.61s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.36s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.35s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.70s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.19s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.98s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.96s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.17s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.05s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.24s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.25s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.12s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunMount (5.21s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.53s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.51s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.71s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.89s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.02s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.79s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.46s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.10s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.58s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNetHost (1.03s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.70s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.59s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.85s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.66s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.23s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.40s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.19s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.68s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.12s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.58s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.45s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.61s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.53s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.55s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.52s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.12s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.69s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.47s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.44s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.45s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.46s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.51s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.49s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.50s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.94s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.44s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.51s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunRm (0.62s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.52s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.50s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (2.25s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.54s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.85s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.35s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.64s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.64s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.50s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.51s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.61s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.73s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.52s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.52s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.51s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.39s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunState (1.08s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.48s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.49s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.46s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.51s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunSysctls (1.01s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.48s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.63s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.63s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.53s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.66s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.93s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.50s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.50s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.49s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.55s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.12s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUserByID (0.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.71s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUserByName (0.53s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.62s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.72s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.95s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.73s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.92s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.65s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.47s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.83s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.59s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.10s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.63s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.60s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.55s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.06s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.51s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.70s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.53s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.54s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.43s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.50s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.49s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.45s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.94s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.50s) [2020-11-18T01:23:04.313Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-18T01:23:04.313Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.42s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.38s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.57s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.75s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.44s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.70s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.72s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.84s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.06s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.46s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.58s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.89s) [2020-11-18T01:23:04.313Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents784011761 [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.32s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.47s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.42s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (4.30s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.46s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.98s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.92s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.55s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.89s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.54s) [2020-11-18T01:23:04.313Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.54s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.55s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestStartRecordError (1.12s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.23s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.29s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.57s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.19s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.09s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.57s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.56s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.60s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.51s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.52s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.55s) [2020-11-18T01:23:04.314Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-18T01:23:04.314Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.52s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.10s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.26s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.46s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.45s) [2020-11-18T01:23:04.314Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-18T01:23:04.314Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.56s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.16s) [2020-11-18T01:23:04.314Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-11-18T01:23:04.314Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.95s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.67s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.59s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.03s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdateStats (3.52s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.92s) [2020-11-18T01:23:04.314Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-18T01:23:04.314Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.66s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.54s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.30s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.86s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.19s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.59s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.66s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.43s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.35s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.42s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.92s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.93s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.43s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.38s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.35s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.46s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.52s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.50s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.59s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.61s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.09s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.60s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.42s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.42s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.83s) [2020-11-18T01:23:04.314Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.63s) [2020-11-18T01:23:04.314Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-18T01:23:04.314Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-18T01:23:04.314Z] === RUN TestDockerRegistrySuite [2020-11-18T01:23:04.314Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-11-18T01:23:05.257Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-11-18T01:23:06.642Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-11-18T01:23:08.027Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-11-18T01:23:08.027Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-11-18T01:23:11.351Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-11-18T01:23:16.641Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-11-18T01:23:19.187Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-11-18T01:23:20.130Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-11-18T01:23:21.073Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-11-18T01:23:22.015Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-11-18T01:23:23.403Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-11-18T01:23:24.347Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-11-18T01:23:25.289Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-11-18T01:23:26.676Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-11-18T01:23:28.591Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-11-18T01:23:30.507Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-11-18T01:23:31.454Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-11-18T01:23:33.387Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-11-18T01:23:33.387Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-11-18T01:23:33.387Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-11-18T01:23:34.002Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-11-18T01:23:34.945Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-11-18T01:23:34.945Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-11-18T01:23:35.888Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-11-18T01:23:36.832Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-11-18T01:23:37.775Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-11-18T01:23:40.324Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-11-18T01:23:40.585Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-11-18T01:23:41.971Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-11-18T01:23:41.972Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-11-18T01:23:42.233Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-11-18T01:23:42.495Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-11-18T01:23:42.756Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-11-18T01:23:43.017Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-11-18T01:23:43.278Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-11-18T01:23:44.221Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-11-18T01:23:45.608Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-11-18T01:23:46.553Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-11-18T01:23:47.939Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-11-18T01:23:48.882Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite (45.38s) [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.27s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d893d4ad1a580] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.06s) [2020-11-18T01:23:49.455Z] check_test.go:196: [da5c263b9ed88] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.43s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d691ae6937344] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d821fa1c01f7a] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.96s) [2020-11-18T01:23:49.455Z] check_test.go:196: [de42796702e5a] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.06s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d5fa9e3865032] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.95s) [2020-11-18T01:23:49.455Z] check_test.go:196: [dd66dd1bae962] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.10s) [2020-11-18T01:23:49.455Z] check_test.go:196: [dfacd586bbf36] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.90s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d73ff8a8d0769] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.08s) [2020-11-18T01:23:49.455Z] check_test.go:196: [dff08c4efaa47] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.15s) [2020-11-18T01:23:49.455Z] check_test.go:196: [def7eb44d92ff] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.11s) [2020-11-18T01:23:49.455Z] check_test.go:196: [db575d59984c0] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.06s) [2020-11-18T01:23:49.455Z] check_test.go:196: [deca15ffdc080] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.02s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d304603a56221] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.98s) [2020-11-18T01:23:49.455Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:77cb41e5fd44c993fb334fcedc68bb5ec7ff8fa93634c6bbecf70be8881e38c7 [2020-11-18T01:23:49.455Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f83a2630efb827fe68ad5c22ff202eb926114e893ae5c5caf1390f7c743f4b24 [2020-11-18T01:23:49.455Z] check_test.go:196: [db02ae354ceee] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.96s) [2020-11-18T01:23:49.455Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7bedfb95ad39ad9a7053f039615d50463c3a5bed83f70ddccbf35b34819d694c [2020-11-18T01:23:49.455Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7187850b532b425b5c4137dd602a65262a3d6b8c2d2fb1fd758127dee2eed406 [2020-11-18T01:23:49.455Z] check_test.go:196: [d04b177d46e07] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.02s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d83c723edf3da] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.41s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d0ad1e24a5dd1] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.03s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d47d3159b8512] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2020-11-18T01:23:49.455Z] check_test.go:196: [dec4b0352d6d3] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.02s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d7eaaa8b12701] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.96s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d9df938b8dbd0] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.90s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d5087ad9330e2] daemon is not started [2020-11-18T01:23:49.455Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.45s) [2020-11-18T01:23:49.455Z] check_test.go:196: [d22984ce8b99e] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s) [2020-11-18T01:23:49.456Z] check_test.go:196: [d240c29f79413] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.04s) [2020-11-18T01:23:49.456Z] check_test.go:196: [df6ec53ff3645] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.40s) [2020-11-18T01:23:49.456Z] check_test.go:196: [da0b15aef3ee9] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-11-18T01:23:49.456Z] check_test.go:196: [daafc8e1e1b91] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2020-11-18T01:23:49.456Z] check_test.go:196: [df02993dc1676] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2020-11-18T01:23:49.456Z] check_test.go:196: [d4ce077744b6c] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2020-11-18T01:23:49.456Z] check_test.go:196: [d6612e937d7dc] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-11-18T01:23:49.456Z] check_test.go:196: [d659bd00be9f6] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.04s) [2020-11-18T01:23:49.456Z] check_test.go:196: [ddc658c067231] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.48s) [2020-11-18T01:23:49.456Z] check_test.go:196: [d4d219688d732] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.94s) [2020-11-18T01:23:49.456Z] check_test.go:196: [dba971e800a72] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.04s) [2020-11-18T01:23:49.456Z] check_test.go:196: [d849fbe177f10] daemon is not started [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.97s) [2020-11-18T01:23:49.456Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2020-11-18T01:23:49.456Z] === RUN TestDockerSchema1RegistrySuite [2020-11-18T01:23:49.456Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-11-18T01:23:49.725Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-11-18T01:23:53.037Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-11-18T01:23:57.242Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-11-18T01:23:57.503Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-11-18T01:24:01.714Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-11-18T01:24:01.714Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-11-18T01:24:02.658Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-11-18T01:24:04.048Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-11-18T01:24:04.309Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-11-18T01:24:05.697Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-11-18T01:24:07.086Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-11-18T01:24:08.030Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-11-18T01:24:08.973Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-11-18T01:24:11.054Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-11-18T01:24:12.006Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-11-18T01:24:12.268Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-11-18T01:24:12.529Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-11-18T01:24:12.791Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-11-18T01:24:13.363Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-11-18T01:24:13.936Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite (24.45s) [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s) [2020-11-18T01:24:13.936Z] check_test.go:223: [d13c014591608] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.95s) [2020-11-18T01:24:13.936Z] check_test.go:223: [dd555540e70da] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.72s) [2020-11-18T01:24:13.936Z] check_test.go:223: [d5738e3f80fd2] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.06s) [2020-11-18T01:24:13.936Z] check_test.go:223: [df4c7b675f3ef] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.20s) [2020-11-18T01:24:13.936Z] check_test.go:223: [dda978ebcc5e5] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.49s) [2020-11-18T01:24:13.936Z] check_test.go:223: [d162cfc848566] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2020-11-18T01:24:13.936Z] check_test.go:223: [d32edace5a245] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.23s) [2020-11-18T01:24:13.936Z] check_test.go:223: [d19c222fef7bb] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.35s) [2020-11-18T01:24:13.936Z] check_test.go:223: [d8e6768bc7f9b] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.25s) [2020-11-18T01:24:13.936Z] check_test.go:223: [da9a55011f802] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.07s) [2020-11-18T01:24:13.936Z] check_test.go:223: [dff7402869b30] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.61s) [2020-11-18T01:24:13.936Z] check_test.go:223: [d43a1125dbe51] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.58s) [2020-11-18T01:24:13.936Z] check_test.go:223: [d7b005757f086] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-11-18T01:24:13.936Z] check_test.go:223: [dfd685d3b9aa4] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.42s) [2020-11-18T01:24:13.936Z] check_test.go:223: [d5fbdfb252988] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.30s) [2020-11-18T01:24:13.936Z] check_test.go:223: [dfcf1b9ac4235] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.57s) [2020-11-18T01:24:13.936Z] check_test.go:223: [d40fb0997d5cb] daemon is not started [2020-11-18T01:24:13.936Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-11-18T01:24:13.936Z] check_test.go:223: [dc74f3733256e] daemon is not started [2020-11-18T01:24:13.936Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-11-18T01:24:13.936Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-11-18T01:24:14.880Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-11-18T01:24:15.453Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-11-18T01:24:15.714Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-11-18T01:24:16.291Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-11-18T01:24:16.864Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-11-18T01:24:17.125Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-11-18T01:24:17.698Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-11-18T01:24:18.271Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-11-18T01:24:18.532Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-11-18T01:24:18.532Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.67s) [2020-11-18T01:24:18.532Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.06s) [2020-11-18T01:24:18.532Z] check_test.go:252: [ded8de54b720e] daemon is not started [2020-11-18T01:24:18.532Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.59s) [2020-11-18T01:24:18.532Z] check_test.go:252: [d5e195ce8f6fc] daemon is not started [2020-11-18T01:24:18.532Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2020-11-18T01:24:18.532Z] check_test.go:252: [d2a32b24242d4] daemon is not started [2020-11-18T01:24:18.532Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.24s) [2020-11-18T01:24:18.532Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.24s) [2020-11-18T01:24:18.532Z] check_test.go:252: [d840f088370d2] daemon is not started [2020-11-18T01:24:18.532Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.54s) [2020-11-18T01:24:18.532Z] check_test.go:252: [d8985bd94c12e] daemon is not started [2020-11-18T01:24:18.532Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.62s) [2020-11-18T01:24:18.532Z] check_test.go:252: [d40de00f622e4] daemon is not started [2020-11-18T01:24:18.532Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.21s) [2020-11-18T01:24:18.532Z] check_test.go:252: [d8dc75a1ff3bb] daemon is not started [2020-11-18T01:24:18.532Z] === RUN TestDockerRegistryAuthTokenSuite [2020-11-18T01:24:18.532Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-11-18T01:24:23.822Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-11-18T01:24:23.822Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-11-18T01:24:23.822Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-11-18T01:24:24.083Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-11-18T01:24:24.345Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-11-18T01:24:24.345Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.86s) [2020-11-18T01:24:24.345Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2020-11-18T01:24:24.345Z] check_test.go:279: [d8374c266ddfa] daemon is not started [2020-11-18T01:24:24.345Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2020-11-18T01:24:24.345Z] check_test.go:279: [d4dc8dd70feae] daemon is not started [2020-11-18T01:24:24.345Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-11-18T01:24:24.345Z] check_test.go:279: [d681302efb3f0] daemon is not started [2020-11-18T01:24:24.345Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.19s) [2020-11-18T01:24:24.345Z] check_test.go:279: [d40938b728d73] daemon is not started [2020-11-18T01:24:24.345Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.20s) [2020-11-18T01:24:24.345Z] check_test.go:279: [dc1f4779cf2ce] daemon is not started [2020-11-18T01:24:24.345Z] === RUN TestDockerNetworkSuite [2020-11-18T01:24:24.345Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-11-18T01:24:26.892Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-11-18T01:24:27.836Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-11-18T01:24:29.751Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-11-18T01:24:31.139Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-11-18T01:24:33.056Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-11-18T01:24:33.630Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-11-18T01:24:33.630Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-11-18T01:24:36.182Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-11-18T01:24:38.098Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-11-18T01:24:39.486Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-11-18T01:24:40.429Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-11-18T01:24:41.378Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-11-18T01:24:43.928Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-11-18T01:24:45.314Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-11-18T01:24:45.576Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-11-18T01:24:45.576Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-11-18T01:24:45.576Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-11-18T01:24:48.621Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-11-18T01:24:49.192Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-11-18T01:24:49.764Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-11-18T01:24:50.336Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-11-18T01:24:51.284Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-11-18T01:24:52.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-11-18T01:24:52.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-11-18T01:24:52.799Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-11-18T01:24:53.370Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-11-18T01:24:53.633Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-11-18T01:24:53.633Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-11-18T01:24:53.895Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-11-18T01:24:54.468Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-11-18T01:24:55.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-11-18T01:24:55.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-11-18T01:24:55.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-11-18T01:24:56.115Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-11-18T01:24:58.661Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-11-18T01:25:00.581Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-11-18T01:25:06.728Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-11-18T01:25:07.169Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-11-18T01:25:07.169Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-11-18T01:25:07.741Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-11-18T01:25:07.741Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-11-18T01:25:08.002Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-11-18T01:25:08.002Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-11-18T01:25:08.263Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-11-18T01:25:08.263Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-11-18T01:25:10.812Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-11-18T01:25:10.812Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-11-18T01:25:10.812Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-11-18T01:25:11.757Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-11-18T01:25:15.069Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-11-18T01:25:18.375Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-11-18T01:25:18.375Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-11-18T01:25:19.160Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-11-18T01:25:19.318Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-11-18T01:25:20.705Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-11-18T01:25:20.705Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-11-18T01:25:21.648Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-11-18T01:25:22.221Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-11-18T01:25:23.166Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite (65.49s) [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.52s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d497dcebf1edb] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.76s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d410ab5b5d80a] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.16s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d036a0d58814e] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.16s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [db3d0f6914e28] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.94s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:1233: [ddc7d164842e8] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.08s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [dc5da0fcbcde1] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (7.05s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d574c4274f187] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.95s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d41dd9b2a1ddb] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.19s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [dcf0bf1b00cbd] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.52s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [dcf111effb77b] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.43s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d65b701b2d877] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.94s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [dd278d8665c6d] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.98s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [da2388bfba08a] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [da7de5e1bdb5b] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.34s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d7df8cc111a8c] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.74s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d2fc068ff116f] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d6c49d65d04ab] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d53e302493c40] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d83b56c0b64a5] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.73s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d19f1078c72fa] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.06s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [dfda2d24c8c74] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [deebbbb8cbc75] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.29s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d9b5e65d80a08] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.09s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [deb3cd07d127d] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.48s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:968: [db629b8e22c0a] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.83s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [dd8311b522bf6] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.22s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:1116: [d1c0962df52a7] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d507550d48d19] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.92s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d973a1cb6ee77] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.16s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [dd6ce5a6b57d9] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [dc30f08a67a50] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.21s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [daf8d212d605c] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d03786cce359c] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d0144d1856fea] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.59s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [db49bc03d69f4] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d01b9ae31b4f8] daemon is not started [2020-11-18T01:25:31.310Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d2a24740441f3] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.76s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [da833cfe29a6a] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.44s) [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.17s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:1084: [d2853658a2640] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [dde51ebdb46f8] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.83s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [de2799c3fc449] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.59s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d0fa8d6536a35] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [da3668b155e9c] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.73s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d8f252b3b646a] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.56s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d0ac635681822] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.05s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [daea2f211d9b7] daemon is not started [2020-11-18T01:25:31.310Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.79s) [2020-11-18T01:25:31.310Z] docker_cli_network_unix_test.go:46: [d4e6949a59b5b] daemon is not started [2020-11-18T01:25:31.310Z] === RUN TestDockerHubPullSuite [2020-11-18T01:25:31.310Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-11-18T01:25:31.881Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-11-18T01:25:34.020Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-11-18T01:25:34.426Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-11-18T01:25:34.687Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-11-18T01:25:38.915Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-11-18T01:25:38.915Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-11-18T01:25:38.915Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-11-18T01:25:38.915Z] --- PASS: TestDockerHubPullSuite (8.71s) [2020-11-18T01:25:38.915Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.90s) [2020-11-18T01:25:38.915Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.29s) [2020-11-18T01:25:38.915Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.51s) [2020-11-18T01:25:38.915Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (3.69s) [2020-11-18T01:25:38.915Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.25s) [2020-11-18T01:25:38.915Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2020-11-18T01:25:38.915Z] PASS [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === Skipped [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-11-18T01:25:38.915Z] docker_cli_sni_test.go:18: Flakey test [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-18T01:25:38.915Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-18T01:25:38.915Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-11-18T01:25:38.915Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-11-18T01:25:38.915Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-18T01:25:38.915Z] docker_cli_network_unix_test.go:46: [d2a24740441f3] daemon is not started [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.915Z] [2020-11-18T01:25:38.916Z] DONE 1274 tests, 51 skipped in 1598.452s [2020-11-18T01:25:38.916Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-18T01:25:38.916Z] ++++ cat bundles/test-integration/docker.pid [2020-11-18T01:25:38.916Z] +++ kill 8022 [2020-11-18T01:25:39.859Z] +++ /etc/init.d/apparmor stop [2020-11-18T01:25:39.859Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-18T01:25:39.859Z] [2020-11-18T01:25:39.859Z] Unloading profiles will leave already running processes permanently [2020-11-18T01:25:39.859Z] unconfined, which can lead to unexpected situations. [2020-11-18T01:25:39.859Z] [2020-11-18T01:25:39.859Z] To set a process to complain mode, use the command line tool [2020-11-18T01:25:39.859Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-18T01:25:39.859Z] +++ true [2020-11-18T01:25:39.859Z] exiting test-integration [2020-11-18T01:25:39.859Z] ++ exit 0 [2020-11-18T01:25:39.859Z] [2020-11-18T01:25:40.120Z] + for job in $(jobs -p) [2020-11-18T01:25:40.120Z] + wait 16315 [2020-11-18T01:26:04.036Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-11-18T01:26:14.414Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-11-18T01:26:23.022Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-11-18T01:26:26.833Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-11-18T01:26:39.066Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-11-18T01:26:44.355Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-11-18T01:27:35.205Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-11-18T01:27:35.205Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-11-18T01:27:35.205Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-11-18T01:27:35.205Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-11-18T01:27:35.205Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-11-18T01:27:35.205Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-11-18T01:27:35.205Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-11-18T01:27:35.205Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-11-18T01:27:35.205Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-11-18T01:27:38.964Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-11-18T01:27:41.893Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-11-18T01:27:46.609Z] === RUN TestDockerSuite/TestBuildEnv [2020-11-18T01:27:46.609Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-11-18T01:27:46.609Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-11-18T01:27:46.609Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-11-18T01:27:46.609Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-11-18T01:27:46.609Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-11-18T01:27:49.534Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-11-18T01:27:49.534Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-11-18T01:27:49.534Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-11-18T01:27:49.534Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-11-18T01:27:49.997Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-11-18T01:27:54.715Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-11-18T01:28:09.575Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-11-18T01:28:10.037Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-11-18T01:28:10.038Z] === RUN TestDockerSuite/TestBuildExpose [2020-11-18T01:28:10.038Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-11-18T01:28:10.038Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-11-18T01:28:10.038Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-11-18T01:28:10.038Z] === RUN TestDockerSuite/TestBuildFails [2020-11-18T01:28:11.586Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-11-18T01:28:12.049Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-11-18T01:28:16.768Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-11-18T01:28:20.528Z] === RUN TestDockerSuite/TestBuildForceRm [2020-11-18T01:28:27.634Z] === RUN TestDockerSuite/TestBuildFromGit [2020-11-18T01:28:32.355Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-11-18T01:28:32.818Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-11-18T01:28:38.641Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-11-18T01:28:38.641Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-11-18T01:28:39.104Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-11-18T01:28:39.567Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-11-18T01:28:39.567Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-11-18T01:28:54.439Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-11-18T01:28:54.439Z] === RUN TestDockerSuite/TestBuildHistory [2020-11-18T01:29:01.548Z] === RUN TestDockerSuite/TestBuildIidFile [2020-11-18T01:29:01.548Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-11-18T01:29:03.742Z] === RUN TestDockerSuite/TestBuildInheritance [2020-11-18T01:29:03.742Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-11-18T01:29:04.205Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-11-18T01:29:04.205Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-11-18T01:29:05.885Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-11-18T01:29:07.797Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-11-18T01:29:08.739Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-11-18T01:29:08.925Z] === RUN TestDockerSuite/TestBuildLabel [2020-11-18T01:29:09.000Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-11-18T01:29:09.261Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-11-18T01:29:09.261Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-11-18T01:29:09.388Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-11-18T01:29:09.832Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-11-18T01:29:09.851Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-11-18T01:29:10.827Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-11-18T01:29:11.292Z] === RUN TestDockerSuite/TestBuildLabels [2020-11-18T01:29:11.745Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-11-18T01:29:11.755Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-11-18T01:29:13.302Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-11-18T01:29:15.962Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-11-18T01:29:17.887Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-11-18T01:29:18.016Z] === RUN TestDockerSuite/TestBuildLastModified [2020-11-18T01:29:18.016Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-11-18T01:29:18.016Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-11-18T01:29:18.016Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-11-18T01:29:18.016Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-11-18T01:29:18.016Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-11-18T01:29:18.016Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-11-18T01:29:18.479Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-11-18T01:29:18.941Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-11-18T01:29:23.659Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-11-18T01:29:38.523Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-11-18T01:29:38.523Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-11-18T01:29:40.071Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-11-18T01:30:10.101Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-11-18T01:30:14.189Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-11-18T01:30:14.189Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-11-18T01:30:15.575Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-11-18T01:30:18.124Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-11-18T01:30:20.466Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-11-18T01:30:21.428Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-11-18T01:30:23.975Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-11-18T01:30:25.184Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-11-18T01:30:29.898Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-11-18T01:30:34.615Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-11-18T01:30:45.959Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-11-18T01:30:52.353Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-11-18T01:30:52.354Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-11-18T01:30:58.174Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-11-18T01:30:58.174Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-11-18T01:30:58.174Z] === RUN TestDockerSuite/TestBuildNetNone [2020-11-18T01:30:58.174Z] === RUN TestDockerSuite/TestBuildNoContext [2020-11-18T01:30:58.191Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-11-18T01:30:58.762Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-11-18T01:31:00.368Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-11-18T01:31:01.309Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-11-18T01:31:04.612Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-11-18T01:31:05.085Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-11-18T01:31:06.635Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-11-18T01:31:06.635Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-11-18T01:31:07.099Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-11-18T01:31:10.024Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-11-18T01:31:10.486Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-11-18T01:31:11.197Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-11-18T01:31:11.462Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-11-18T01:31:16.488Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-11-18T01:31:18.413Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-11-18T01:31:20.076Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-11-18T01:31:20.958Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-11-18T01:31:21.052Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-11-18T01:31:23.508Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-11-18T01:31:26.054Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-11-18T01:31:28.602Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-11-18T01:31:29.661Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-11-18T01:31:31.146Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-11-18T01:31:32.585Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-11-18T01:31:41.194Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-11-18T01:31:44.953Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-11-18T01:31:49.678Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-11-18T01:31:50.144Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-11-18T01:31:50.144Z] === RUN TestDockerSuite/TestBuildPATH [2020-11-18T01:31:50.144Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-11-18T01:31:52.339Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-11-18T01:31:52.339Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-11-18T01:32:27.425Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-11-18T01:32:28.092Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-11-18T01:32:42.329Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-11-18T01:32:45.828Z] === RUN TestDockerSuite/TestBuildRm [2020-11-18T01:32:58.254Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite (1643.82s) [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.56s) [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.21s) [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.19s) [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.35s) [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.04s) [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (24.87s) [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:562: [d2282388ca475] joining swarm manager [dff90e89ab040]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:584: [de7104d1ab054] joining swarm manager [dff90e89ab040]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.441Z] check_test.go:380: [d2282388ca475] daemon is not started [2020-11-18T01:33:00.441Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.49s) [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:45: [d71a28e8b26b3] joining swarm manager [d03ebeb009c02]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.82s) [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.86s) [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (33.32s) [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:303: [d2ae79e39b2cd] joining swarm manager [db4ceadaa5bb5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:304: [dac4e00f3e3d6] joining swarm manager [db4ceadaa5bb5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.84s) [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:271: [d9982d6356ffd] joining swarm manager [dfbe4303a8a54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:272: [d0afe594b9d6a] joining swarm manager [dfbe4303a8a54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.67s) [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.44s) [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.30s) [2020-11-18T01:33:00.441Z] docker_api_swarm_node_test.go:19: [d2b39b6650352] joining swarm manager [db2f477e325bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.441Z] docker_api_swarm_node_test.go:20: [d6a5f6054c5a5] joining swarm manager [db2f477e325bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.56s) [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:501: [d37f50f88d6b4] joining swarm manager [d6bf65103a6a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.441Z] docker_api_swarm_test.go:506: [d3a47b883e091] joining swarm manager [d6bf65103a6a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.40s) [2020-11-18T01:33:00.441Z] docker_api_swarm_node_test.go:80: [de20a012f6761] joining swarm manager [d8df185a23338]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.84s) [2020-11-18T01:33:00.441Z] docker_api_swarm_node_test.go:52: [da99d679d83a0] joining swarm manager [d116c3644e60a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.441Z] docker_api_swarm_node_test.go:53: [d1596babfcfde] joining swarm manager [d116c3644e60a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.441Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.70s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.92s) [2020-11-18T01:33:00.442Z] docker_api_swarm_test.go:201: [dec0f95572588] joining swarm manager [dc8c433cc3322]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.36s) [2020-11-18T01:33:00.442Z] docker_api_swarm_test.go:383: [dff47acb2c914] joining swarm manager [df2a570e1c27c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_api_swarm_test.go:384: [d837838d04063] joining swarm manager [df2a570e1c27c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] check_test.go:380: [d837838d04063] daemon is not started [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (50.48s) [2020-11-18T01:33:00.442Z] docker_api_swarm_test.go:801: [de6c1fc9ce5cc] joining swarm manager [d33d77e7eeba3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_api_swarm_test.go:801: [d5d3d49d7a47f] joining swarm manager [d33d77e7eeba3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] docker_api_swarm_test.go:801: [df9a84ed1bb49] joining swarm manager [d33d77e7eeba3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-18T01:33:00.442Z] docker_api_swarm_test.go:801: [d3e27f5829010] joining swarm manager [d33d77e7eeba3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-18T01:33:00.442Z] docker_api_swarm_test.go:809: [d943b00f4e781] joining swarm manager [d33d77e7eeba3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.41s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.35s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.94s) [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:394: [d750d75225978] joining swarm manager [df16eb95149e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:394: [d9849c96357a9] joining swarm manager [df16eb95149e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.40s) [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:342: [d84dbb58b90ee] joining swarm manager [d820a80c902b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:342: [d19e4bc32dccc] joining swarm manager [d820a80c902b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.31s) [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:489: [d4c64d3427522] joining swarm manager [d2a46f7a418df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:489: [db08e903e137f] joining swarm manager [d2a46f7a418df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.31s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.19s) [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:127: [d330111b82097] joining swarm manager [d29853daea66e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:128: [d77fc52a2eba8] joining swarm manager [d29853daea66e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:136: [d87268fd9c574] joining swarm manager [d29853daea66e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:137: [dd301afd4fa30] joining swarm manager [d29853daea66e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.25s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.96s) [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:303: [d7c93895eeccf] joining swarm manager [d0599b0cf2012]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:303: [d563f1fc3f862] joining swarm manager [d0599b0cf2012]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.11s) [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:99: [d75548a79db3e] joining swarm manager [d2dfe71a40b2e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:100: [d6e9c661d3bca] joining swarm manager [d2dfe71a40b2e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] check_test.go:380: [d75548a79db3e] daemon is not started [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.69s) [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:532: [d5ca6b59860ca] joining swarm manager [df5eb1b48d6a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:533: [d3a57aa0e51f5] joining swarm manager [df5eb1b48d6a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.06s) [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:147: [db14342c1e6e1] joining swarm manager [d1c54eb5d2d89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_api_swarm_service_test.go:147: [d2542596d05a0] joining swarm manager [d1c54eb5d2d89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.81s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.01s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.19s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.18s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.25s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.25s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.70s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.45s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.60s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.82s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (7.78s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.73s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.13s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.25s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.25s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.89s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.20s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.20s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.14s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.94s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.33s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.49s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.40s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.16s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.08s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.44s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.43s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.59s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.29s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.11s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.11s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.13s) [2020-11-18T01:33:00.442Z] docker_cli_service_logs_test.go:245: checking task xz1e3ogziqc3 [2020-11-18T01:33:00.442Z] docker_cli_service_logs_test.go:250: checking messages for xz1e3ogziqc3 [2020-11-18T01:33:00.442Z] docker_cli_service_logs_test.go:245: checking task xgay3ugzhr98 [2020-11-18T01:33:00.442Z] docker_cli_service_logs_test.go:250: checking messages for xgay3ugzhr98 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.73s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.08s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.77s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.53s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.62s) [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1901: [d74288e39451a] joining swarm manager [d72981269ca01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1902: [dc5b6bfc1dd1b] joining swarm manager [d72981269ca01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.84s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.30s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.49s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.81s) [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1802: [d0fe3ed2631f9] joining swarm manager [d47f595d2e12b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1803: [df947511a2e4c] joining swarm manager [d47f595d2e12b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.22s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (99.41s) [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1321: [dece21da4c6c3] joining swarm manager [db9b57f5b93df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1322: [d63b2543b51c0] joining swarm manager [db9b57f5b93df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.47s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.53s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.34s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.23s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.47s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.59s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.06s) [2020-11-18T01:33:00.442Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.95s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.86s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.88s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.41s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.47s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (48.15s) [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1186: [d97f2131ed9a5] joining swarm manager [d8338a7b8ca33]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1195: [db1c6514cdf53] joining swarm manager [d8338a7b8ca33]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.65s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.42s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (130.64s) [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1118: [d41424c426a46] joining swarm manager [d544652f4b6b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1119: [dc27fd89b0cfe] joining swarm manager [d544652f4b6b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1172: [d15036c8f4163] joining swarm manager [d544652f4b6b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.40s) [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1453: [df6ed1ba46af4] joining swarm manager [de8f380eeaeae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] docker_cli_swarm_test.go:1454: [dd14cdafa8f4c] joining swarm manager [de8f380eeaeae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.40s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.20s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.07s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (1.90s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.45s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.27s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.73s) [2020-11-18T01:33:00.442Z] docker_cli_swarm_unix_test.go:62: [d6ccfaa756d82] joining swarm manager [d48af0ca0a8a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.27s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.87s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.28s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.24s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.60s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.15s) [2020-11-18T01:33:00.442Z] docker_api_swarm_test.go:961: [d878f631cebd6] joining swarm manager [da7c695f618f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.96s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.29s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.29s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.90s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.89s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.62s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.70s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.64s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.26s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.57s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.75s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.31s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.01s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.30s) [2020-11-18T01:33:00.442Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.30s) [2020-11-18T01:33:00.442Z] === RUN TestDockerExternalVolumeSuite [2020-11-18T01:33:00.442Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-11-18T01:33:00.447Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-11-18T01:33:00.447Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-11-18T01:33:00.910Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-11-18T01:33:01.886Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-11-18T01:33:04.812Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-11-18T01:33:07.738Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-11-18T01:33:12.460Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-11-18T01:33:15.345Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-11-18T01:33:27.333Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-11-18T01:33:27.333Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-11-18T01:33:27.801Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-11-18T01:33:38.176Z] === RUN TestDockerSuite/TestBuildSpaces [2020-11-18T01:33:38.176Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-11-18T01:33:42.898Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-11-18T01:33:42.898Z] === RUN TestDockerSuite/TestBuildStderr [2020-11-18T01:33:47.621Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-11-18T01:34:08.786Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-11-18T01:34:08.786Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-11-18T01:34:08.786Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-11-18T01:34:09.763Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-11-18T01:34:14.484Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-11-18T01:34:19.205Z] === RUN TestDockerSuite/TestBuildUser [2020-11-18T01:34:19.205Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-11-18T01:34:19.205Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-11-18T01:34:19.205Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-11-18T01:34:22.966Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-11-18T01:34:23.077Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-11-18T01:34:23.430Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-11-18T01:34:25.627Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-11-18T01:34:25.627Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-11-18T01:34:25.627Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-11-18T01:34:31.213Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-11-18T01:34:46.791Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-11-18T01:34:46.791Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-11-18T01:34:55.437Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-11-18T01:35:00.160Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-11-18T01:35:00.160Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-11-18T01:35:00.160Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-11-18T01:35:03.095Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-11-18T01:35:03.095Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2020-11-18T01:35:03.324Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-11-18T01:35:15.536Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-11-18T01:35:15.575Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-11-18T01:35:19.300Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-11-18T01:35:19.300Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-11-18T01:35:31.736Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-11-18T01:35:32.200Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-11-18T01:35:32.200Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-11-18T01:35:32.200Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-11-18T01:35:33.751Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-11-18T01:35:42.367Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-11-18T01:35:42.831Z] === RUN TestDockerSuite/TestBuildXZHost [2020-11-18T01:35:43.294Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-11-18T01:35:43.294Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-11-18T01:35:43.294Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-11-18T01:35:45.496Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-11-18T01:35:47.683Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-11-18T01:35:49.259Z] === RUN TestDockerSuite/TestCommitChange [2020-11-18T01:35:53.984Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-11-18T01:35:58.707Z] === RUN TestDockerSuite/TestCommitHardlink [2020-11-18T01:35:58.707Z] === RUN TestDockerSuite/TestCommitNewFile [2020-11-18T01:36:02.588Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-11-18T01:36:04.543Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-11-18T01:36:04.543Z] === RUN TestDockerSuite/TestCommitTTY [2020-11-18T01:36:16.978Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-11-18T01:36:19.908Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-11-18T01:36:19.908Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-11-18T01:36:19.908Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-11-18T01:36:19.908Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-11-18T01:36:19.908Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-11-18T01:36:19.908Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-11-18T01:36:19.908Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-11-18T01:36:20.372Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-11-18T01:36:20.372Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-11-18T01:36:26.208Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-11-18T01:36:33.325Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-11-18T01:36:33.325Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-11-18T01:36:34.302Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-11-18T01:36:34.302Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-11-18T01:36:34.302Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-11-18T01:36:34.302Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-11-18T01:36:34.711Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-11-18T01:36:36.500Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-11-18T01:36:36.500Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-11-18T01:36:36.500Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-11-18T01:36:38.698Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-11-18T01:36:38.699Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-11-18T01:36:38.699Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-11-18T01:36:38.699Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-11-18T01:36:38.699Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-11-18T01:36:40.894Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-11-18T01:36:42.447Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-11-18T01:36:44.000Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-11-18T01:36:44.000Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-11-18T01:36:44.468Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-11-18T01:36:46.018Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-11-18T01:36:46.018Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-11-18T01:36:48.216Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-11-18T01:36:48.216Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-11-18T01:36:48.216Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-11-18T01:36:49.614Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-11-18T01:36:50.413Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-11-18T01:36:50.413Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-11-18T01:36:51.965Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-11-18T01:36:51.965Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-11-18T01:36:54.163Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-11-18T01:36:54.163Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-11-18T01:36:56.362Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-11-18T01:36:59.294Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-11-18T01:37:03.057Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-11-18T01:37:03.057Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-11-18T01:37:03.057Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-11-18T01:37:03.057Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-11-18T01:37:03.057Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-11-18T01:37:04.517Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-11-18T01:37:04.607Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-11-18T01:37:04.607Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-11-18T01:37:06.808Z] === RUN TestDockerSuite/TestContainerAPITop [2020-11-18T01:37:06.808Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-11-18T01:37:08.359Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-11-18T01:37:08.359Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-11-18T01:37:12.122Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-11-18T01:37:13.672Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-11-18T01:37:13.672Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-11-18T01:37:13.672Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-11-18T01:37:13.672Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-11-18T01:37:13.672Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-11-18T01:37:13.672Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2020-11-18T01:37:15.869Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-11-18T01:37:15.869Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2020-11-18T01:37:18.073Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2020-11-18T01:37:20.271Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2020-11-18T01:37:22.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2020-11-18T01:37:24.669Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008870a0_} [2020-11-18T01:37:31.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1597466758_c:\foo_false____} [2020-11-18T01:37:33.985Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1597466758_c:\foo_true____} [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-11-18T01:37:36.181Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-11-18T01:37:38.378Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-11-18T01:37:40.576Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-11-18T01:37:40.576Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-11-18T01:37:40.576Z] === RUN TestDockerSuite/TestCpRelativePath [2020-11-18T01:37:42.772Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-11-18T01:37:42.772Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-11-18T01:37:42.772Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-11-18T01:37:42.772Z] === RUN TestDockerSuite/TestCpToCaseA [2020-11-18T01:37:46.536Z] === RUN TestDockerSuite/TestCpToCaseB [2020-11-18T01:37:48.087Z] === RUN TestDockerSuite/TestCpToCaseC [2020-11-18T01:37:48.087Z] === RUN TestDockerSuite/TestCpToCaseD [2020-11-18T01:37:48.087Z] === RUN TestDockerSuite/TestCpToCaseE [2020-11-18T01:37:51.227Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-11-18T01:38:02.956Z] === RUN TestDockerSuite/TestCpToCaseF [2020-11-18T01:38:02.957Z] === RUN TestDockerSuite/TestCpToCaseG [2020-11-18T01:38:02.957Z] === RUN TestDockerSuite/TestCpToCaseH [2020-11-18T01:38:09.363Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-11-18T01:38:15.400Z] === RUN TestDockerSuite/TestCpToCaseI [2020-11-18T01:38:15.400Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-11-18T01:38:15.400Z] === RUN TestDockerSuite/TestCpToDot [2020-11-18T01:38:15.400Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-11-18T01:38:15.400Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-11-18T01:38:15.400Z] === RUN TestDockerSuite/TestCpToStdout [2020-11-18T01:38:18.329Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-11-18T01:38:18.329Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-11-18T01:38:18.329Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-11-18T01:38:18.329Z] === RUN TestDockerSuite/TestCpVolumePath [2020-11-18T01:38:18.329Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-11-18T01:38:18.329Z] === RUN TestDockerSuite/TestCreateArgs [2020-11-18T01:38:18.329Z] === RUN TestDockerSuite/TestCreateByImageID [2020-11-18T01:38:19.880Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-11-18T01:38:22.082Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-11-18T01:38:22.547Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-11-18T01:38:22.547Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-11-18T01:38:24.099Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-11-18T01:38:25.076Z] === RUN TestDockerSuite/TestCreateLabels [2020-11-18T01:38:25.076Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-11-18T01:38:25.076Z] === RUN TestDockerSuite/TestCreateRM [2020-11-18T01:38:25.076Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-11-18T01:38:25.076Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-11-18T01:38:25.541Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-11-18T01:38:25.541Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-11-18T01:38:32.658Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-11-18T01:38:33.121Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-11-18T01:38:33.121Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-11-18T01:38:37.851Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-11-18T01:38:37.851Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-11-18T01:38:37.851Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-11-18T01:38:39.401Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-11-18T01:38:39.401Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDevicePermissions [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDockerFails [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestEventsAttach [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestEventsCommit [2020-11-18T01:38:39.865Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-11-18T01:38:41.477Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-11-18T01:38:42.066Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-11-18T01:38:44.265Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-11-18T01:38:45.817Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-11-18T01:38:52.935Z] === RUN TestDockerSuite/TestEventsCopy [2020-11-18T01:38:57.658Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-11-18T01:39:02.388Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-11-18T01:39:03.939Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-11-18T01:39:04.403Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-11-18T01:39:08.165Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-11-18T01:39:08.165Z] === RUN TestDockerSuite/TestEventsFilterType [2020-11-18T01:39:09.143Z] === RUN TestDockerSuite/TestEventsFilters [2020-11-18T01:39:12.904Z] === RUN TestDockerSuite/TestEventsFormat [2020-11-18T01:39:13.591Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-11-18T01:39:17.625Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-11-18T01:39:17.625Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-11-18T01:39:17.625Z] === RUN TestDockerSuite/TestEventsImageImport [2020-11-18T01:39:17.625Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-11-18T01:39:17.625Z] === RUN TestDockerSuite/TestEventsImagePull [2020-11-18T01:39:17.625Z] === RUN TestDockerSuite/TestEventsImageTag [2020-11-18T01:39:18.091Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-11-18T01:39:18.560Z] === RUN TestDockerSuite/TestEventsRename [2020-11-18T01:39:20.757Z] === RUN TestDockerSuite/TestEventsResize [2020-11-18T01:39:22.959Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-11-18T01:39:24.509Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-11-18T01:39:26.706Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-11-18T01:39:28.518Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-11-18T01:39:31.432Z] === RUN TestDockerSuite/TestEventsTop [2020-11-18T01:39:31.432Z] === RUN TestDockerSuite/TestEventsUntag [2020-11-18T01:39:33.632Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-11-18T01:39:37.397Z] === RUN TestDockerSuite/TestExec [2020-11-18T01:39:37.397Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-11-18T01:39:37.397Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-11-18T01:39:38.948Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-11-18T01:39:40.500Z] === RUN TestDockerSuite/TestExecAPIStart [2020-11-18T01:39:40.500Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-11-18T01:39:40.500Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-11-18T01:39:40.500Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-11-18T01:39:42.053Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-11-18T01:39:43.604Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-11-18T01:39:45.803Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-11-18T01:39:46.630Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-11-18T01:39:47.353Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-11-18T01:39:51.120Z] === RUN TestDockerSuite/TestExecCgroup [2020-11-18T01:39:51.120Z] === RUN TestDockerSuite/TestExecEnv [2020-11-18T01:39:51.120Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-11-18T01:39:51.120Z] === RUN TestDockerSuite/TestExecExitStatus [2020-11-18T01:39:52.671Z] === RUN TestDockerSuite/TestExecInspectID [2020-11-18T01:39:58.510Z] === RUN TestDockerSuite/TestExecInteractive [2020-11-18T01:39:58.510Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-11-18T01:39:58.510Z] === RUN TestDockerSuite/TestExecParseError [2020-11-18T01:39:58.510Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-11-18T01:39:58.510Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-11-18T01:39:58.510Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-11-18T01:40:00.062Z] === RUN TestDockerSuite/TestExecSetEnv [2020-11-18T01:40:00.062Z] === RUN TestDockerSuite/TestExecStartFails [2020-11-18T01:40:00.062Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-11-18T01:40:00.062Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-11-18T01:40:00.062Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-11-18T01:40:00.062Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-11-18T01:40:01.535Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-11-18T01:40:01.614Z] === RUN TestDockerSuite/TestExecUlimits [2020-11-18T01:40:01.614Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-11-18T01:40:08.737Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-11-18T01:40:08.737Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-11-18T01:40:08.737Z] === RUN TestDockerSuite/TestExecWithUser [2020-11-18T01:40:08.737Z] === RUN TestDockerSuite/TestGetContainerStats [2020-11-18T01:40:14.572Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite (437.35s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.55s) [2020-11-18T01:40:16.458Z] docker_cli_external_volume_driver_test.go:53: [d9e0776696e95] daemon is not started [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.23s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2020-11-18T01:40:16.458Z] docker_cli_external_volume_driver_test.go:53: [d46d5e40ac83a] daemon is not started [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-11-18T01:40:16.458Z] docker_cli_external_volume_driver_test.go:53: [d5b03eca26b2b] daemon is not started [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-11-18T01:40:16.458Z] docker_cli_external_volume_driver_test.go:53: [d85d0892dbfa1] daemon is not started [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.21s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.24s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.34s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.20s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.68s) [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.04s) [2020-11-18T01:40:16.458Z] docker_cli_external_volume_driver_test.go:485: [d8aa7b5340153] daemon is not started [2020-11-18T01:40:16.458Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-11-18T01:40:16.458Z] docker_cli_external_volume_driver_test.go:53: [ddf60476ec316] daemon is not started [2020-11-18T01:40:16.458Z] PASS [2020-11-18T01:40:16.458Z] [2020-11-18T01:40:16.458Z] === Skipped [2020-11-18T01:40:16.458Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-18T01:40:16.458Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-18T01:40:16.458Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-18T01:40:16.458Z] check_test.go:309: [dc9397ddc22c5] daemon is not started [2020-11-18T01:40:16.458Z] [2020-11-18T01:40:16.458Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-11-18T01:40:16.458Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-11-18T01:40:16.458Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-18T01:40:16.458Z] check_test.go:309: [dc9183a1931c9] daemon is not started [2020-11-18T01:40:16.458Z] [2020-11-18T01:40:16.458Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-11-18T01:40:16.458Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-11-18T01:40:16.458Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-18T01:40:16.458Z] check_test.go:309: [d088fe05e8a47] daemon is not started [2020-11-18T01:40:16.458Z] [2020-11-18T01:40:16.458Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-11-18T01:40:16.458Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-11-18T01:40:16.458Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-18T01:40:16.458Z] [2020-11-18T01:40:16.458Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-18T01:40:16.458Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-18T01:40:16.458Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-18T01:40:16.458Z] [2020-11-18T01:40:16.458Z] [2020-11-18T01:40:16.458Z] DONE 273 tests, 5 skipped in 2474.546s [2020-11-18T01:40:16.458Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-18T01:40:16.458Z] ++++ cat bundles/test-integration/docker.pid [2020-11-18T01:40:16.458Z] +++ kill 8047 [2020-11-18T01:40:16.458Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/de0ec6ebaa5fa/docker.pid [2020-11-18T01:40:16.458Z] +++ kill 5930 [2020-11-18T01:40:16.458Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5930 is not a child of this shell [2020-11-18T01:40:16.458Z] warning: PID 5930 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/de0ec6ebaa5fa/docker.pid had a nonzero exit code [2020-11-18T01:40:16.458Z] +++ /etc/init.d/apparmor stop [2020-11-18T01:40:16.458Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-18T01:40:16.458Z] [2020-11-18T01:40:16.458Z] Unloading profiles will leave already running processes permanently [2020-11-18T01:40:16.458Z] unconfined, which can lead to unexpected situations. [2020-11-18T01:40:16.458Z] [2020-11-18T01:40:16.458Z] To set a process to complain mode, use the command line tool [2020-11-18T01:40:16.458Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-18T01:40:16.458Z] +++ true [2020-11-18T01:40:16.458Z] exiting test-integration [2020-11-18T01:40:16.458Z] ++ exit 0 [2020-11-18T01:40:16.458Z] [2020-11-18T01:40:16.718Z] + exit 0 [2020-11-18T01:40:16.718Z] ++ jobs -p [2020-11-18T01:40:16.718Z] + pids= [2020-11-18T01:40:16.718Z] + echo 'Remaining pids to kill: []' [2020-11-18T01:40:16.718Z] Remaining pids to kill: [] [2020-11-18T01:40:16.718Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-11-18T01:40:16.734Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-18T01:40:18.786Z] + echo Ensuring container killed. [2020-11-18T01:40:18.786Z] Ensuring container killed. [2020-11-18T01:40:18.786Z] + docker ps -aq -f name=docker-pr6-* [2020-11-18T01:40:18.786Z] + cids=9d7ad0ea65a1 [2020-11-18T01:40:18.786Z] 916f40f0239b [2020-11-18T01:40:18.786Z] e57201541ce5 [2020-11-18T01:40:18.786Z] + [ -n 9d7ad0ea65a1 [2020-11-18T01:40:18.786Z] 916f40f0239b [2020-11-18T01:40:18.786Z] e57201541ce5 ] [2020-11-18T01:40:18.786Z] + docker rm -vf 9d7ad0ea65a1 916f40f0239b e57201541ce5 [2020-11-18T01:40:19.299Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-11-18T01:40:20.174Z] 9d7ad0ea65a1 [2020-11-18T01:40:21.562Z] 916f40f0239b [2020-11-18T01:40:21.562Z] e57201541ce5 [Pipeline] sh [2020-11-18T01:40:21.853Z] + echo Chowning /workspace to jenkins user [2020-11-18T01:40:21.853Z] Chowning /workspace to jenkins user [2020-11-18T01:40:21.853Z] + id -u [2020-11-18T01:40:21.853Z] + id -g [2020-11-18T01:40:21.853Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41620:/workspace busybox chown -R 1000:1000 /workspace [2020-11-18T01:40:21.853Z] Unable to find image 'busybox:latest' locally [2020-11-18T01:40:22.115Z] latest: Pulling from library/busybox [2020-11-18T01:40:22.115Z] 9758c28807f2: Pulling fs layer [2020-11-18T01:40:22.115Z] 9758c28807f2: Verifying Checksum [2020-11-18T01:40:22.115Z] 9758c28807f2: Download complete [2020-11-18T01:40:22.233Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-11-18T01:40:22.376Z] 9758c28807f2: Pull complete [2020-11-18T01:40:22.376Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-18T01:40:22.376Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-18T01:40:25.984Z] + bundleName=amd64 [2020-11-18T01:40:25.984Z] + echo Creating amd64-bundles.tar.gz [2020-11-18T01:40:25.984Z] Creating amd64-bundles.tar.gz [2020-11-18T01:40:25.984Z] + xargs tar -czf amd64-bundles.tar.gz [2020-11-18T01:40:25.984Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-11-18T01:40:26.939Z] Archiving artifacts [2020-11-18T01:40:28.074Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-11-18T01:40:28.074Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-11-18T01:40:28.074Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-11-18T01:40:28.074Z] === RUN TestDockerSuite/TestHealth [2020-11-18T01:40:28.074Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-11-18T01:40:28.074Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-11-18T01:40:28.074Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-11-18T01:40:28.074Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-11-18T01:40:29.057Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41620/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-18T01:40:29.376Z] + make clean [2020-11-18T01:40:29.637Z] docker volume rm -f docker-dev-cache [2020-11-18T01:40:29.637Z] docker-dev-cache [Pipeline] deleteDir [2020-11-18T01:40:32.804Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-11-18T01:40:32.804Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-11-18T01:40:32.804Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-11-18T01:40:32.804Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-11-18T01:40:32.804Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-11-18T01:40:33.268Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-11-18T01:40:33.732Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-11-18T01:40:33.733Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-18T01:40:34.710Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-11-18T01:40:34.711Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-11-18T01:40:36.264Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-11-18T01:40:36.264Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-11-18T01:40:37.815Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-11-18T01:40:40.012Z] === RUN TestDockerSuite/TestImagesFormat [2020-11-18T01:40:40.478Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-11-18T01:40:40.478Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-11-18T01:40:44.255Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-11-18T01:40:44.255Z] === RUN TestDockerSuite/TestImportBadURL [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestImportDisplay [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestImportFile [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestImportGzipped [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-11-18T01:40:46.456Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-11-18T01:40:48.656Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-11-18T01:40:50.207Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-11-18T01:40:50.207Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-11-18T01:40:50.207Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-11-18T01:40:50.207Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-11-18T01:40:50.207Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-11-18T01:40:52.406Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-11-18T01:40:52.406Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-11-18T01:40:54.606Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-11-18T01:40:54.606Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-11-18T01:40:54.606Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-11-18T01:40:54.606Z] === RUN TestDockerSuite/TestInspectDefault [2020-11-18T01:40:56.157Z] === RUN TestDockerSuite/TestInspectHistory [2020-11-18T01:41:00.888Z] === RUN TestDockerSuite/TestInspectImage [2020-11-18T01:41:00.888Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-11-18T01:41:00.888Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-11-18T01:41:00.888Z] === RUN TestDockerSuite/TestInspectInt64 [2020-11-18T01:41:02.440Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-11-18T01:41:03.992Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-11-18T01:41:03.992Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-11-18T01:41:06.189Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-11-18T01:41:07.741Z] === RUN TestDockerSuite/TestInspectPlugin [2020-11-18T01:41:07.741Z] === RUN TestDockerSuite/TestInspectRootFS [2020-11-18T01:41:07.741Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-11-18T01:41:09.304Z] === RUN TestDockerSuite/TestInspectStatus [2020-11-18T01:41:11.504Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-11-18T01:41:15.278Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-11-18T01:41:17.479Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-11-18T01:41:19.030Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-11-18T01:41:20.583Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-11-18T01:41:22.782Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-11-18T01:41:24.979Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksEnvs [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-11-18T01:41:32.106Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-11-18T01:41:33.658Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-11-18T01:41:35.210Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-11-18T01:41:41.049Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-11-18T01:41:42.601Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-11-18T01:41:42.601Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-11-18T01:41:44.800Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-11-18T01:41:44.800Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-11-18T01:41:50.635Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-11-18T01:41:56.467Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-11-18T01:42:02.307Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-11-18T01:42:04.505Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-11-18T01:42:06.704Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-11-18T01:42:06.704Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-11-18T01:42:08.901Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-11-18T01:42:10.451Z] === RUN TestDockerSuite/TestLogsSince [2020-11-18T01:42:19.074Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-11-18T01:42:19.074Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-11-18T01:42:19.074Z] === RUN TestDockerSuite/TestLogsTail [2020-11-18T01:42:22.006Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-11-18T01:42:24.212Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-11-18T01:42:25.763Z] === RUN TestDockerSuite/TestMountIntoProc [2020-11-18T01:42:25.763Z] === RUN TestDockerSuite/TestMountIntoSys [2020-11-18T01:42:25.763Z] === RUN TestDockerSuite/TestNetHostname [2020-11-18T01:42:25.763Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-11-18T01:42:25.763Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-11-18T01:42:25.763Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-11-18T01:42:25.763Z] === RUN TestDockerSuite/TestPluginActive [2020-11-18T01:42:25.763Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-11-18T01:42:26.227Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-11-18T01:42:26.227Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-11-18T01:42:26.227Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-11-18T01:42:26.227Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-11-18T01:42:26.227Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-11-18T01:42:26.227Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-11-18T01:42:26.227Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-11-18T01:42:26.227Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-11-18T01:42:26.227Z] === RUN TestDockerSuite/TestPortHostBinding [2020-11-18T01:42:26.227Z] === RUN TestDockerSuite/TestPortList [2020-11-18T01:42:26.227Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-11-18T01:42:29.996Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-11-18T01:42:29.996Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-11-18T01:42:29.996Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-11-18T01:42:29.996Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-11-18T01:42:29.996Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-11-18T01:42:29.996Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-11-18T01:42:29.996Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-11-18T01:42:29.996Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-11-18T01:42:29.996Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-11-18T01:42:29.996Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-11-18T01:42:33.761Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-11-18T01:42:33.761Z] === RUN TestDockerSuite/TestPsByOrder [2020-11-18T01:42:40.882Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-11-18T01:42:40.882Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-11-18T01:42:53.325Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-11-18T01:43:05.779Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-11-18T01:43:05.779Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-11-18T01:43:05.779Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-11-18T01:43:18.223Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-11-18T01:43:21.154Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-11-18T01:43:28.286Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-11-18T01:43:31.218Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-11-18T01:43:31.218Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-11-18T01:43:31.218Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-11-18T01:43:34.985Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-11-18T01:43:34.985Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-11-18T01:43:34.985Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-11-18T01:43:34.985Z] === RUN TestDockerSuite/TestPsRightTagName [2020-11-18T01:43:34.985Z] === RUN TestDockerSuite/TestPsShowMounts [2020-11-18T01:43:40.823Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-11-18T01:43:40.823Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-11-18T01:43:43.020Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-11-18T01:43:43.020Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-11-18T01:43:44.002Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-11-18T01:43:44.980Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-11-18T01:43:44.980Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-11-18T01:43:48.746Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-11-18T01:43:51.679Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-11-18T01:43:53.876Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-11-18T01:44:11.670Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-11-18T01:44:11.670Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-11-18T01:44:17.503Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-11-18T01:44:17.503Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-11-18T01:44:17.503Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-11-18T01:44:17.966Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-11-18T01:44:21.732Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-11-18T01:44:25.497Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-11-18T01:44:25.497Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-11-18T01:44:29.262Z] === RUN TestDockerSuite/TestRmiBlank [2020-11-18T01:44:29.262Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-11-18T01:44:29.726Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-11-18T01:44:44.605Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-11-18T01:44:45.069Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-11-18T01:44:45.534Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-11-18T01:44:51.366Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-11-18T01:44:56.097Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-11-18T01:45:03.223Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-11-18T01:45:06.991Z] === RUN TestDockerSuite/TestRmiTag [2020-11-18T01:45:07.454Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-11-18T01:45:09.660Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-11-18T01:45:27.429Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-11-18T01:45:27.429Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-11-18T01:45:32.161Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-11-18T01:45:33.139Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-11-18T01:45:33.139Z] === RUN TestDockerSuite/TestRunAddHost [2020-11-18T01:45:33.139Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-11-18T01:45:33.139Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-11-18T01:45:33.139Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-11-18T01:45:33.139Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-11-18T01:45:33.139Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-11-18T01:45:33.139Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-11-18T01:45:35.337Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-11-18T01:45:35.337Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-11-18T01:45:35.337Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-11-18T01:45:39.103Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-11-18T01:45:41.301Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-11-18T01:45:43.499Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-11-18T01:45:45.050Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-11-18T01:45:47.248Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-11-18T01:45:47.248Z] === RUN TestDockerSuite/TestRunBindMounts [2020-11-18T01:45:51.012Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-11-18T01:45:51.012Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-11-18T01:45:51.480Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-11-18T01:45:51.480Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-11-18T01:45:51.480Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-11-18T01:45:51.480Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-11-18T01:45:51.480Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-11-18T01:45:51.480Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-11-18T01:45:51.480Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-11-18T01:45:51.480Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-11-18T01:45:51.480Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-11-18T01:45:51.480Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-11-18T01:45:53.676Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-11-18T01:45:53.676Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-11-18T01:45:55.875Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-11-18T01:45:55.875Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-11-18T01:45:55.875Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-11-18T01:45:58.075Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-11-18T01:45:58.075Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-11-18T01:45:58.075Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-11-18T01:45:58.075Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-11-18T01:45:58.075Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-11-18T01:45:58.075Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-11-18T01:45:58.075Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-11-18T01:45:58.075Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-11-18T01:46:00.273Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-11-18T01:46:02.470Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-11-18T01:46:04.669Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-11-18T01:46:04.669Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-11-18T01:46:04.669Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-11-18T01:46:04.669Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-11-18T01:46:06.868Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-11-18T01:46:06.868Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-11-18T01:46:06.868Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-11-18T01:46:06.868Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-11-18T01:46:06.868Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-11-18T01:46:09.068Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-11-18T01:46:13.792Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-11-18T01:46:13.792Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-11-18T01:46:13.792Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-11-18T01:46:13.792Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-11-18T01:46:13.792Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-11-18T01:46:13.792Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-11-18T01:46:13.792Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-11-18T01:46:15.996Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-11-18T01:46:15.996Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-11-18T01:46:15.996Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-11-18T01:46:15.997Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-11-18T01:46:17.548Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-11-18T01:46:19.745Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-11-18T01:46:19.745Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-11-18T01:46:21.298Z] === RUN TestDockerSuite/TestRunEnvironment [2020-11-18T01:46:21.762Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-11-18T01:46:21.762Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-11-18T01:46:21.762Z] === RUN TestDockerSuite/TestRunExitCode [2020-11-18T01:46:23.963Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-11-18T01:46:25.515Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-11-18T01:46:27.713Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-11-18T01:46:29.269Z] === RUN TestDockerSuite/TestRunExposePort [2020-11-18T01:46:29.733Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-11-18T01:46:29.733Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-11-18T01:46:29.733Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-11-18T01:46:29.733Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-11-18T01:46:29.733Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-18T01:46:29.733Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-11-18T01:46:29.733Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-11-18T01:46:29.733Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-11-18T01:46:38.354Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-11-18T01:46:38.354Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-11-18T01:46:38.354Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-11-18T01:46:38.354Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-11-18T01:46:38.354Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-11-18T01:46:38.354Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-11-18T01:46:38.354Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-11-18T01:46:47.099Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-11-18T01:46:47.099Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunModeHostname [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunMount [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-11-18T01:46:48.077Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-11-18T01:46:53.916Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-11-18T01:46:53.916Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-11-18T01:46:53.916Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-11-18T01:46:53.916Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-11-18T01:46:58.638Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-11-18T01:47:01.584Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-11-18T01:47:01.584Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-11-18T01:47:01.584Z] === RUN TestDockerSuite/TestRunNetHost [2020-11-18T01:47:01.584Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-11-18T01:47:01.584Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-11-18T01:47:01.584Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-11-18T01:47:01.584Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-11-18T01:47:01.584Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-11-18T01:47:01.584Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-11-18T01:47:01.584Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-11-18T01:47:02.049Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-11-18T01:47:03.601Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-11-18T01:47:05.154Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-11-18T01:47:07.357Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-11-18T01:47:08.338Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-11-18T01:47:09.891Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-11-18T01:47:10.355Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-11-18T01:47:10.355Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-11-18T01:47:10.355Z] === RUN TestDockerSuite/TestRunPortInUse [2020-11-18T01:47:10.355Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-11-18T01:47:10.355Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-11-18T01:47:10.355Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-11-18T01:47:10.355Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-11-18T01:47:10.355Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-18T01:47:12.556Z] === RUN TestDockerSuite/TestRunPublishPort [2020-11-18T01:47:12.556Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-11-18T01:47:12.556Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-11-18T01:47:13.020Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-11-18T01:47:13.020Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-11-18T01:47:13.020Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-11-18T01:47:25.461Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-11-18T01:47:25.461Z] === RUN TestDockerSuite/TestRunRm [2020-11-18T01:47:27.013Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-11-18T01:47:31.740Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-11-18T01:47:33.940Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-11-18T01:47:35.492Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-11-18T01:47:37.046Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-11-18T01:47:39.244Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-11-18T01:47:39.244Z] === RUN TestDockerSuite/TestRunState [2020-11-18T01:47:39.244Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-11-18T01:47:41.442Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-11-18T01:47:41.442Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-11-18T01:47:42.993Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-11-18T01:47:42.993Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-11-18T01:47:42.993Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-11-18T01:47:42.993Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-11-18T01:47:42.994Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-11-18T01:47:42.994Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-11-18T01:47:47.720Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-11-18T01:47:47.720Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-11-18T01:47:47.720Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-11-18T01:47:47.720Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-11-18T01:47:47.720Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-11-18T01:47:47.720Z] === RUN TestDockerSuite/TestRunUserByID [2020-11-18T01:47:47.720Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-11-18T01:47:47.720Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-11-18T01:47:47.720Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-11-18T01:47:47.720Z] === RUN TestDockerSuite/TestRunUserByName [2020-11-18T01:47:47.720Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-11-18T01:47:49.922Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-11-18T01:47:49.922Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-11-18T01:47:52.120Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-11-18T01:47:52.120Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-11-18T01:47:52.120Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-11-18T01:47:54.318Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-11-18T01:48:00.159Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-11-18T01:48:03.925Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-11-18T01:48:09.759Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-11-18T01:48:09.759Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-11-18T01:48:09.759Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-11-18T01:48:11.957Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-11-18T01:48:14.161Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-11-18T01:48:15.717Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-11-18T01:48:15.717Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-11-18T01:48:16.180Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-11-18T01:48:16.180Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-11-18T01:48:16.180Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-11-18T01:48:16.180Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-11-18T01:48:16.180Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-11-18T01:48:16.180Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-11-18T01:48:16.180Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-11-18T01:48:19.950Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-11-18T01:48:21.503Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-11-18T01:48:23.701Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-11-18T01:48:27.465Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-11-18T01:48:27.465Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveImageId [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-11-18T01:48:27.466Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-11-18T01:48:29.663Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-11-18T01:48:30.127Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-11-18T01:48:30.127Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-11-18T01:48:30.591Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-11-18T01:48:32.146Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-11-18T01:48:37.977Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-11-18T01:48:37.977Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-11-18T01:48:45.099Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-11-18T01:48:45.099Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-11-18T01:48:48.867Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-11-18T01:48:48.867Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-11-18T01:48:48.867Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-11-18T01:48:48.867Z] === RUN TestDockerSuite/TestStartRecordError [2020-11-18T01:48:48.867Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-11-18T01:48:57.504Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-11-18T01:48:57.504Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-11-18T01:48:57.504Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-11-18T01:48:57.504Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-11-18T01:48:57.504Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-11-18T01:48:57.504Z] === RUN TestDockerSuite/TestStatsNoStream [2020-11-18T01:48:57.504Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-11-18T01:48:59.058Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-11-18T01:49:01.258Z] === RUN TestDockerSuite/TestTopPrivileged [2020-11-18T01:49:01.258Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-11-18T01:49:02.811Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-11-18T01:49:02.811Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-11-18T01:49:02.811Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-11-18T01:49:02.811Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-11-18T01:49:02.811Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-11-18T01:49:02.811Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-11-18T01:49:02.811Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-11-18T01:49:20.570Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-11-18T01:49:20.570Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-11-18T01:49:20.570Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-11-18T01:49:20.570Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-11-18T01:49:20.570Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-11-18T01:49:20.570Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-11-18T01:49:20.570Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-11-18T01:49:21.034Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-11-18T01:49:21.499Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-11-18T01:49:24.436Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-11-18T01:49:24.436Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-11-18T01:49:24.900Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-11-18T01:49:24.900Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-11-18T01:49:24.900Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-11-18T01:49:32.019Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-11-18T01:49:32.019Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-11-18T01:49:32.019Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-11-18T01:49:32.484Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-11-18T01:49:32.484Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-11-18T01:49:38.316Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-11-18T01:49:38.316Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-11-18T01:49:38.316Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-11-18T01:49:46.948Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-11-18T01:49:46.948Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite (2193.76s) [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2020-11-18T01:49:47.412Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-11-18T01:49:47.412Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2020-11-18T01:49:47.412Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-11-18T01:49:47.412Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.71s) [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.72s) [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (149.27s) [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.82s) [2020-11-18T01:49:47.412Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2020-11-18T01:49:47.412Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-18T01:49:47.412Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-11-18T01:49:47.413Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-11-18T01:49:47.413Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-11-18T01:49:47.413Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-11-18T01:49:47.413Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-11-18T01:49:47.413Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-11-18T01:49:47.413Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-11-18T01:49:47.413Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.72s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-11-18T01:49:47.413Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-11-18T01:49:47.413Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.72s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.86s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.77s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.45s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (93.84s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2020-11-18T01:49:47.413Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.59s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.03s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.68s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.65s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.64s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.21s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.20s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.66s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.45s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.82s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.97s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.23s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.46s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.42s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddTar (34.01s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.12s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.57s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.49s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.61s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.91s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (9.31s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.77s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.37s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.45s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.83s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (21.48s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.37s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.07s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.54s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.05s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-11-18T01:49:47.413Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.10s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.77s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.44s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.46s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.75s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.71s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.97s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.36s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.81s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.65s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.37s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.61s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.51s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.66s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.68s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.46s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.16s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.16s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.43s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (30.26s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.56s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.91s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.25s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.67s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.81s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.38s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.20s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignore (53.70s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.06s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (62.51s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.37s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.80s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (27.54s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.58s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (14.08s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.93s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.84s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.24s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (68.44s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.51s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.45s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.86s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.35s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.41s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.47s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.60s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.53s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.77s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.72s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.53s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.94s) [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.48s) [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-11-18T01:49:47.413Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.413Z] --- PASS: TestDockerSuite/TestBuildFails (1.83s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.46s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.35s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.91s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.21s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.24s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.23s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.69s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.49s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.06s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildHistory (8.35s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.74s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.94s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.65s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.34s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildLabel (0.74s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.50s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.71s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.46s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildLabels (0.76s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.26s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.34s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.41s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.65s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.70s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.60s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.60s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (27.36s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.73s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.49s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.15s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.90s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.27s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.43s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.58s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.34s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.27s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.04s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.77s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.01s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.99s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.08s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.21s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.08s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.11s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.09s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.68s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.39s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.94s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.96s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.94s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.83s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildRm (12.60s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.72s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-11-18T01:49:47.414Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.15s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.04s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.03s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.19s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.38s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.64s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.58s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.00s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.63s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildStderr (4.43s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.87s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.53s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.00s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.36s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.78s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.94s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.44s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.30s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.58s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.75s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.88s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.01s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.41s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.45s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.39s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.50s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.04s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.99s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.54s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2020-11-18T01:49:47.414Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-11-18T01:49:47.414Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-11-18T01:49:47.414Z] docker_cli_sni_test.go:18: Flakey test [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.84s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.07s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestCommitChange (4.53s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.34s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-11-18T01:49:47.414Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.22s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestCommitTTY (11.45s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.25s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-18T01:49:47.414Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.11s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.11s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.86s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.04s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.28s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.20s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.57s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.70s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.88s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.05s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.90s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.72s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.12s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.20s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.94s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.30s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.41s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.54s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.00s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-11-18T01:49:47.414Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.72s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.83s) [2020-11-18T01:49:47.414Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.63s) [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-11-18T01:49:47.414Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.414Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2020-11-18T01:49:47.415Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.82s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.46s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.27s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.29s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.15s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.17s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008870a0_} (7.23s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1597466758_c:\foo_false____} (2.16s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1597466758_c:\foo_true____} (2.17s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-11-18T01:49:47.415Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.13s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.01s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-18T01:49:47.415Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2020-11-18T01:49:47.415Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-11-18T01:49:47.415Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.98s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.98s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.81s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCpToCaseB (1.95s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.57s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.66s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2020-11-18T01:49:47.415Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCpToDot (1.98s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCpToStdout (2.26s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.14s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateArgs (0.14s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.84s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.09s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.77s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.54s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateLabels (0.14s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateRM (0.29s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.15s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.30s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.00s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.17s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.39s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.10s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.15s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-11-18T01:49:47.415Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (1.98s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-11-18T01:49:47.415Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-11-18T01:49:47.415Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-11-18T01:49:47.415Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-11-18T01:49:47.415Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-11-18T01:49:47.415Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-11-18T01:49:47.415Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-11-18T01:49:47.415Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-11-18T01:49:47.415Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-11-18T01:49:47.415Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2020-11-18T01:49:47.415Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.02s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.97s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.00s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.09s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsCopy (4.79s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.31s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.88s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.67s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.15s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.53s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.87s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsFilters (3.93s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsFormat (3.87s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2020-11-18T01:49:47.415Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsRename (2.14s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsResize (2.18s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.91s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.17s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.33s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.20s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-11-18T01:49:47.415Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.61s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.64s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-11-18T01:49:47.415Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-11-18T01:49:47.415Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-11-18T01:49:47.415Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.61s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.83s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.74s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.64s) [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.58s) [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-11-18T01:49:47.415Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2020-11-18T01:49:47.415Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-11-18T01:49:47.415Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.415Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.86s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestExecInspectID (5.01s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-11-18T01:49:47.416Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.03s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2020-11-18T01:49:47.416Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.93s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.21s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.67s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.62s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.73s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.80s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-11-18T01:49:47.416Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.43s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.33s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.48s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.83s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.39s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.29s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.73s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.15s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2020-11-18T01:49:47.416Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.34s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImportBadURL (2.48s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-11-18T01:49:47.416Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-11-18T01:49:47.416Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-11-18T01:49:47.416Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.90s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.87s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-11-18T01:49:47.416Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-11-18T01:49:47.416Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.86s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.81s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-11-18T01:49:47.416Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-11-18T01:49:47.416Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectDefault (1.99s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectHistory (4.04s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-11-18T01:49:47.416Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.84s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.65s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.15s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.86s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.65s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.68s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectStatus (2.41s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.58s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.89s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.90s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.70s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.95s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.90s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (6.70s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.69s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.64s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.37s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.25s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-11-18T01:49:47.416Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.74s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.00s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.94s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.03s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.09s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.10s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.93s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.05s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsSince (8.65s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsTail (2.48s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.18s) [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.92s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-11-18T01:49:47.416Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2020-11-18T01:49:47.416Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-11-18T01:49:47.416Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.71s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-11-18T01:49:47.416Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-11-18T01:49:47.416Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-11-18T01:49:47.416Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-11-18T01:49:47.416Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-11-18T01:49:47.416Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-18T01:49:47.416Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-11-18T01:49:47.416Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-11-18T01:49:47.416Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.78s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-18T01:49:47.416Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.416Z] --- PASS: TestDockerSuite/TestPsByOrder (7.00s) [2020-11-18T01:49:47.416Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-11-18T01:49:47.416Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPsListContainersBase (12.12s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.91s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-11-18T01:49:47.417Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.11s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.95s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.21s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.52s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-11-18T01:49:47.417Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.84s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2020-11-18T01:49:47.417Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2020-11-18T01:49:47.417Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.11s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.73s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-11-18T01:49:47.417Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.45s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.42s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.97s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.02s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.27s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.21s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.15s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.64s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.62s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.77s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.78s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.25s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.80s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.37s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.59s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.85s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.73s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.78s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.20s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiTag (0.64s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.99s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.63s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.14s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.88s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.87s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.87s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.89s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.35s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.74s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.08s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.01s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.94s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.99s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.64s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.96s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.95s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.06s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.23s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.13s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.08s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.98s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.98s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.09s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.93s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.79s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.95s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunExitCode (2.12s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.99s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.89s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.92s) [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.35s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.417Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-11-18T01:49:47.417Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.19s) [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.54s) [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.02s) [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.17s) [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.36s) [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.28s) [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.23s) [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.83s) [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.87s) [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.83s) [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.26s) [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.98s) [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunRm (1.91s) [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.04s) [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.00s) [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.79s) [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.60s) [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.17s) [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-11-18T01:49:47.883Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.883Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.92s) [2020-11-18T01:49:47.883Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.62s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.42s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.10s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.88s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.65s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.74s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.95s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.47s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.27s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.11s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.85s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.86s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.56s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.80s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.69s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.29s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.58s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.83s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.83s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.43s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.96s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.65s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.86s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.70s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.20s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.61s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.39s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.38s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.60s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-11-18T01:49:47.884Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.54s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.45s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.68s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-11-18T01:49:47.884Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.33s) [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-11-18T01:49:47.884Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-11-18T01:49:47.884Z] --- PASS: TestDockerRegistrySuite (0.14s) [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-18T01:49:47.884Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.884Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-11-18T01:49:47.885Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-11-18T01:49:47.885Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-11-18T01:49:47.885Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthTokenSuite [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-11-18T01:49:47.885Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-11-18T01:49:47.885Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] === RUN TestDockerDaemonSuite [2020-11-18T01:49:47.885Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-11-18T01:49:47.885Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-11-18T01:49:47.885Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-11-18T01:49:47.885Z] --- PASS: TestDockerDaemonSuite (0.00s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] === RUN TestDockerSwarmSuite [2020-11-18T01:49:47.885Z] --- PASS: TestDockerSwarmSuite (0.00s) [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite/TestPluginCreate [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite/TestPluginInspect [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2020-11-18T01:49:47.885Z] === RUN TestDockerPluginSuite/TestPluginSet [2020-11-18T01:49:47.885Z] --- PASS: TestDockerPluginSuite (0.02s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] === RUN TestDockerExternalVolumeSuite [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] === RUN TestDockerNetworkSuite [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] === RUN TestDockerHubPullSuite [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2020-11-18T01:49:47.885Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] PASS [2020-11-18T01:49:47.885Z] ok github.com/docker/docker/integration-cli 2194.447s [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === Skipped [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-11-18T01:49:47.885Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-11-18T01:49:47.885Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-18T01:49:47.885Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-11-18T01:49:47.885Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-11-18T01:49:47.885Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-11-18T01:49:47.885Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-11-18T01:49:47.885Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-11-18T01:49:47.885Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-11-18T01:49:47.885Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-11-18T01:49:47.885Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-11-18T01:49:47.885Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.885Z] [2020-11-18T01:49:47.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-11-18T01:49:47.885Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-11-18T01:49:47.886Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2020-11-18T01:49:47.886Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.57s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.57s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.91s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.91s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.33s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-11-18T01:49:47.886Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.28s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.32s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-11-18T01:49:47.886Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-11-18T01:49:47.886Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.886Z] [2020-11-18T01:49:47.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-11-18T01:49:47.887Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.30s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.31s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.30s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2020-11-18T01:49:47.887Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-11-18T01:49:47.887Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_sni_test.go:18: Flakey test [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2020-11-18T01:49:47.887Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-11-18T01:49:47.887Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-11-18T01:49:47.887Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.887Z] [2020-11-18T01:49:47.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-11-18T01:49:47.887Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-18T01:49:47.888Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2020-11-18T01:49:47.888Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-11-18T01:49:47.888Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2020-11-18T01:49:47.888Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-11-18T01:49:47.888Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-11-18T01:49:47.888Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-11-18T01:49:47.888Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-11-18T01:49:47.888Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-11-18T01:49:47.888Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-11-18T01:49:47.888Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-11-18T01:49:47.888Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-11-18T01:49:47.888Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-11-18T01:49:47.888Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-11-18T01:49:47.888Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2020-11-18T01:49:47.888Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.03s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2020-11-18T01:49:47.888Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-11-18T01:49:47.888Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-11-18T01:49:47.888Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-11-18T01:49:47.888Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-11-18T01:49:47.888Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-11-18T01:49:47.888Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2020-11-18T01:49:47.888Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2020-11-18T01:49:47.888Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-11-18T01:49:47.888Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-11-18T01:49:47.888Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-11-18T01:49:47.888Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.888Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2020-11-18T01:49:47.889Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-11-18T01:49:47.889Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2020-11-18T01:49:47.889Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-11-18T01:49:47.889Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-11-18T01:49:47.889Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-11-18T01:49:47.889Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-11-18T01:49:47.889Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-11-18T01:49:47.889Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-11-18T01:49:47.889Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-11-18T01:49:47.889Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-11-18T01:49:47.889Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-11-18T01:49:47.889Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-11-18T01:49:47.889Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2020-11-18T01:49:47.889Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.889Z] [2020-11-18T01:49:47.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-11-18T01:49:47.889Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-11-18T01:49:47.889Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-11-18T01:49:47.890Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-11-18T01:49:47.890Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-11-18T01:49:47.890Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-11-18T01:49:47.890Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-11-18T01:49:47.890Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-11-18T01:49:47.890Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-11-18T01:49:47.890Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-11-18T01:49:47.890Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-11-18T01:49:47.890Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-11-18T01:49:47.890Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-11-18T01:49:47.890Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-11-18T01:49:47.890Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-18T01:49:47.890Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-11-18T01:49:47.890Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-11-18T01:49:47.890Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:47.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-18T01:49:47.890Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-18T01:49:47.890Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-11-18T01:49:47.890Z] [2020-11-18T01:49:48.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-11-18T01:49:48.354Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-11-18T01:49:48.354Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.354Z] [2020-11-18T01:49:48.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-11-18T01:49:48.354Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-11-18T01:49:48.354Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-11-18T01:49:48.354Z] [2020-11-18T01:49:48.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-11-18T01:49:48.354Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-11-18T01:49:48.354Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.354Z] [2020-11-18T01:49:48.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-11-18T01:49:48.354Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-11-18T01:49:48.354Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.354Z] [2020-11-18T01:49:48.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2020-11-18T01:49:48.354Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2020-11-18T01:49:48.354Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.354Z] [2020-11-18T01:49:48.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-11-18T01:49:48.354Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-11-18T01:49:48.354Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.354Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2020-11-18T01:49:48.355Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-11-18T01:49:48.355Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-11-18T01:49:48.355Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-11-18T01:49:48.355Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.355Z] [2020-11-18T01:49:48.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2020-11-18T01:49:48.356Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2020-11-18T01:49:48.356Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.356Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-11-18T01:49:48.357Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-11-18T01:49:48.357Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2020-11-18T01:49:48.357Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2020-11-18T01:49:48.357Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-18T01:49:48.357Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-11-18T01:49:48.357Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-11-18T01:49:48.357Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-18T01:49:48.357Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.357Z] [2020-11-18T01:49:48.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-18T01:49:48.357Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.358Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-18T01:49:48.358Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-18T01:49:48.358Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.358Z] [2020-11-18T01:49:48.359Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-18T01:49:48.359Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-18T01:49:48.359Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.359Z] [2020-11-18T01:49:48.359Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-18T01:49:48.359Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-18T01:49:48.359Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.359Z] [2020-11-18T01:49:48.359Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-18T01:49:48.359Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-18T01:49:48.359Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.359Z] [2020-11-18T01:49:48.359Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-11-18T01:49:48.359Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.359Z] [2020-11-18T01:49:48.359Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-11-18T01:49:48.359Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.359Z] [2020-11-18T01:49:48.359Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-11-18T01:49:48.359Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-11-18T01:49:48.359Z] [2020-11-18T01:49:48.359Z] [2020-11-18T01:49:48.359Z] DONE 1093 tests, 547 skipped in 2204.119s [2020-11-18T01:49:48.359Z] INFO: Integration tests ended at 11/18/2020 01:49:48. Duration:00:36:44.3789933 [2020-11-18T01:49:48.359Z] INFO: Docker info of the daemon under test at end of run [2020-11-18T01:49:48.359Z] [2020-11-18T01:49:48.359Z] Containers: 2 [2020-11-18T01:49:48.359Z] Running: 0 [2020-11-18T01:49:48.359Z] Paused: 0 [2020-11-18T01:49:48.359Z] Stopped: 2 [2020-11-18T01:49:48.359Z] Images: 18 [2020-11-18T01:49:48.359Z] Server Version: 0.0.0-dev [2020-11-18T01:49:48.359Z] Storage Driver: windowsfilter [2020-11-18T01:49:48.359Z] Windows: [2020-11-18T01:49:48.359Z] Logging Driver: json-file [2020-11-18T01:49:48.359Z] Plugins: [2020-11-18T01:49:48.359Z] Volume: local [2020-11-18T01:49:48.359Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-18T01:49:48.359Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-18T01:49:48.359Z] Swarm: inactive [2020-11-18T01:49:48.359Z] Default Isolation: process [2020-11-18T01:49:48.359Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-18T01:49:48.359Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-18T01:49:48.359Z] OSType: windows [2020-11-18T01:49:48.359Z] Architecture: x86_64 [2020-11-18T01:49:48.359Z] CPUs: 4 [2020-11-18T01:49:48.359Z] Total Memory: 32GiB [2020-11-18T01:49:48.359Z] Name: azwin-2-923750 [2020-11-18T01:49:48.359Z] ID: OZZR:2X7Z:QEB6:56K5:UGOI:CCPA:KZMX:TFRZ:ERUP:YGPK:MZ3S:IU3Y [2020-11-18T01:49:48.359Z] Docker Root Dir: D:\CI\PR-41620\6\daemon [2020-11-18T01:49:48.359Z] Debug Mode (client): false [2020-11-18T01:49:48.359Z] Debug Mode (server): true [2020-11-18T01:49:48.359Z] File Descriptors: -1 [2020-11-18T01:49:48.359Z] Goroutines: 17 [2020-11-18T01:49:48.359Z] System Time: 2020-11-18T01:49:48.16246Z [2020-11-18T01:49:48.359Z] EventsListeners: 0 [2020-11-18T01:49:48.359Z] Registry: https://index.docker.io/v1/ [2020-11-18T01:49:48.359Z] Labels: [2020-11-18T01:49:48.359Z] Experimental: false [2020-11-18T01:49:48.359Z] Insecure Registries: [2020-11-18T01:49:48.359Z] 127.0.0.0/8 [2020-11-18T01:49:48.359Z] Live Restore Enabled: false [2020-11-18T01:49:48.359Z] [2020-11-18T01:49:48.359Z] [2020-11-18T01:49:48.359Z] INFO: Stopping daemon under test [2020-11-18T01:49:48.823Z] SUCCESS: The process with PID 3176 (child process of PID 6124) has been terminated. [2020-11-18T01:49:48.823Z] SUCCESS: The process with PID 6124 (child process of PID 5504) has been terminated. [2020-11-18T01:49:48.823Z] INFO: Stop tailing logs of the daemon under tests [2020-11-18T01:49:48.823Z] INFO: executeCI.ps1 Completed successfully at 11/18/2020 01:49:48. [2020-11-18T01:49:48.823Z] INFO: Tidying up at end of run [2020-11-18T01:49:48.823Z] INFO: Saving daemon under test log (d:\CI\PR-41620\6\dut.out) to bundles\CIDUT.out [2020-11-18T01:49:48.823Z] INFO: Saving daemon under test log (d:\CI\PR-41620\6\dut.err) to bundles\CIDUT.err [2020-11-18T01:49:48.823Z] INFO: Nuke-Everything... [2020-11-18T01:49:48.823Z] INFO: Container count on control daemon to delete is 2 [2020-11-18T01:49:49.287Z] f61bf9c5c6fd [2020-11-18T01:49:49.287Z] 6630556efdfd [2020-11-18T01:49:49.751Z] INFO: Tidying pidfile d:\CI\PR-41620\6\docker.pid [2020-11-18T01:49:49.751Z] INFO: Nuking d:\CI [2020-11-18T01:50:19.793Z] INFO: Zapped successfully [2020-11-18T01:50:19.793Z] [2020-11-18T01:50:19.793Z] INFO: executeCI.ps1 exiting at Wed Nov 18 01:50:17 CUT 2020. Duration 01:02:31.1160587 [2020-11-18T01:50:19.793Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-11-18T01:50:20.040Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-11-18T01:50:29.905Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-11-18T01:50:32.323Z] Archiving artifacts [2020-11-18T01:50:47.853Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41620/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-18T01:50:48.801Z] + make clean [2020-11-18T01:50:51.009Z] docker volume rm -f docker-dev-cache [2020-11-18T01:50:51.009Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS